Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github.com/cyberphone/json-canonicalization require digest ba74d4419d51d7 age adoption passing confidence
github.com/go-git/go-billy/v5 require minor v5.6.2v5.7.0 age adoption passing confidence
github.com/go-openapi/strfmt require minor v0.23.0v0.25.0 age adoption passing confidence
github.com/golangci/golangci-lint require minor v1.63.4v1.64.8 age adoption passing confidence
github.com/google/addlicense require minor v1.1.1v1.2.0 age adoption passing confidence
github.com/in-toto/in-toto-golang require minor v0.9.0v0.10.0 age adoption passing confidence
github.com/in-toto/in-toto-golang require minor v0.9.1-0.20240317085821-8e2966059a09v0.10.0 age adoption passing confidence
github.com/konflux-ci/application-api require digest e7eb2ecc691ffe age adoption passing confidence
github.com/open-policy-agent/conftest require minor v0.55.0v0.66.0 age adoption passing confidence
github.com/pkg/diff require digest 20ebb0f4e6772a age adoption passing confidence
github.com/secure-systems-lab/go-securesystemslib require minor v0.9.0v0.10.0 age adoption passing confidence
github.com/spf13/afero require minor v1.11.0v1.15.0 age adoption passing confidence
github.com/spf13/cobra require minor v1.9.1v1.10.2 age adoption passing confidence
github.com/spf13/viper require minor v1.19.0v1.21.0 age adoption passing confidence
github.com/tektoncd/chains require minor v0.22.2v0.26.2 age adoption passing confidence
github.com/tektoncd/cli require minor v0.38.0v0.42.0 age adoption passing confidence
github.com/testcontainers/testcontainers-go require minor v0.34.0v0.40.0 age adoption passing confidence
github.com/wiremock/go-wiremock require minor v1.11.0v1.15.0 age adoption passing confidence
golang.org/x/exp require digest 2d47ceb2842357 age adoption passing confidence
golang.org/x/net require minor v0.47.0v0.50.0 age adoption passing confidence
golang.org/x/sync require minor v0.18.0v0.19.0 age adoption passing confidence
helm.sh/helm/v3 require minor v3.16.4v3.20.0 age adoption passing confidence
k8s.io/api require minor v0.34.2v0.35.0 age adoption passing confidence
k8s.io/apiextensions-apiserver require minor v0.34.2v0.35.0 age adoption passing confidence
k8s.io/apimachinery require minor v0.34.2v0.35.0 age adoption passing confidence
k8s.io/client-go require minor v0.34.2v0.35.0 age adoption passing confidence
k8s.io/kube-openapi require digest f3f2b99a19766b age adoption passing confidence
k8s.io/kubernetes require minor v1.34.2v1.35.1 age adoption passing confidence
oras.land/oras-go/v2 require minor v2.5.0v2.6.0 age adoption passing confidence
sigs.k8s.io/kind require minor v0.26.0v0.31.0 age adoption passing confidence
sigs.k8s.io/kustomize/api require minor v0.20.1v0.21.1 age adoption passing confidence
sigs.k8s.io/kustomize/kustomize/v5 require minor v5.7.1v5.8.1 age adoption passing confidence
sigs.k8s.io/kustomize/kyaml require minor v0.20.1v0.21.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

go-git/go-billy (github.com/go-git/go-billy/v5)

v5.7.0

Compare Source

What's Changed

Full Changelog: go-git/go-billy@v5.6.2...v5.7.0

go-openapi/strfmt (github.com/go-openapi/strfmt)

v0.25.0

Compare Source

v0.24.0

Compare Source

golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.64.8

Compare Source

  • Detects use of configuration files from golangci-lint v2

v1.64.7

Compare Source

  1. Linters bug fixes
    • depguard: from 2.2.0 to 2.2.1
    • dupl: from 3e9179a to f665c8d
    • gosec: from 2.22.1 to 2.22.2
    • staticcheck: from 0.6.0 to 0.6.1
  2. Documentation
    • Add GitLab documentation

v1.64.6

Compare Source

  1. Linters bug fixes
    • asciicheck: from 0.4.0 to 0.4.1
    • contextcheck: from 1.1.5 to 1.1.6
    • errcheck: from 1.8.0 to 1.9.0
    • exptostd: from 0.4.1 to 0.4.2
    • ginkgolinter: from 0.19.0 to 0.19.1
    • go-exhaustruct: from 3.3.0 to 3.3.1
    • gocheckcompilerdirectives: from 1.2.1 to 1.3.0
    • godot: from 1.4.20 to 1.5.0
    • perfsprint: from 0.8.1 to 0.8.2
    • revive: from 1.6.1 to 1.7.0
    • tagalign: from 1.4.1 to 1.4.2

v1.64.5

Compare Source

  1. Bug fixes
    • Add missing flag new-from-merge-base-flag
  2. Linters bug fixes
    • asciicheck: from 0.3.0 to 0.4.0
    • forcetypeassert: from 0.1.0 to 0.2.0
    • gosec: from 2.22.0 to 2.22.1

v1.64.4

Compare Source

  1. Linters bug fixes
    • gci: fix standard packages list for go1.24

v1.64.3

Compare Source

  1. Linters bug fixes
    • ginkgolinter: from 0.18.4 to 0.19.0
    • go-critic: from 0.11.5 to 0.12.0
    • revive: from 1.6.0 to 1.6.1
    • gci: fix standard packages list for go1.24
  2. Misc.
    • Build Docker images with go1.24

v1.64.2

Compare Source

This is the last minor release of golangci-lint v1.
The next release will be golangci-lint v2.

  1. Enhancements
    • 🎉 go1.24 support
    • New issues.new-from-merge-base option
    • New run.relative-path-mode option
  2. Linters new features
    • copyloopvar: from 1.1.0 to 1.2.1 (support suggested fixes)
    • exptostd: from 0.3.1 to 0.4.1 (handles golang.org/x/exp/constraints.Ordered)
    • fatcontext: from 0.5.3 to 0.7.1 (new option: check-struct-pointers)
    • perfsprint: from 0.7.1 to 0.8.1 (new options: integer-format, error-format, string-format, bool-format, and hex-format)
    • revive: from 1.5.1 to 1.6.0 (new rules: redundant-build-tag, use-errors-new. New option early-return.early-return)
  3. Linters bug fixes
    • go-errorlint: from 1.7.0 to 1.7.1
    • gochecknoglobals: from 0.2.1 to 0.2.2
    • godox: from 006bad1 to 1.1.0
    • gosec: from 2.21.4 to 2.22.0
    • iface: from 1.3.0 to 1.3.1
    • nilnesserr: from 0.1.1 to 0.1.2
    • protogetter: from 0.3.8 to 0.3.9
    • sloglint: from 0.7.2 to 0.9.0
    • spancheck: fix default StartSpanMatchersSlice values
    • staticcheck: from 0.5.1 to 0.6.0
  4. Deprecations
    • ⚠️ tenv is deprecated and replaced by usetesting.os-setenv: true.
    • ⚠️ exportloopref deprecation step 2
  5. Misc.
    • Sanitize severities by output format
    • Avoid panic with plugin without description
  6. Documentation
    • Clarify depguard configuration

v1.64.1

Compare Source

Cancelled due to CI failure.

v1.64.0

Compare Source

Cancelled due to CI failure.

google/addlicense (github.com/google/addlicense)

v1.2.0

Compare Source

This is the first full release after a period of dormancy for the project. Support for several file types has been added, plus some internal cleanup.

What's Changed

New Contributors

Full Changelog: google/addlicense@v1.1.1...v1.2.0

in-toto/in-toto-golang (github.com/in-toto/in-toto-golang)

v0.10.0

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 28, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module github.com/open-policy-agent/conftest@v0.66.0 requires go >= 1.25.3; switching to go1.25.7
go: downloading github.com/enterprise-contract/go-containerregistry v0.20.3-0.20250120083621-7be5271048b1
go: downloading github.com/tektoncd/pipeline v0.70.0
go: downloading github.com/sigstore/sigstore v1.8.15
go: downloading github.com/sigstore/protobuf-specs v0.4.0
go: downloading knative.dev/pkg v0.0.0-20250117084104-c43477f0052b
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/lestrrat-go/jwx v1.2.29
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0
go: downloading github.com/vektah/gqlparser v1.2.0
go: downloading github.com/coreos/go-oidc/v3 v3.12.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0
go: downloading github.com/dgraph-io/badger/v4 v4.8.0
go: downloading go.opentelemetry.io/proto/otlp v1.7.1
go: downloading google.golang.org/api v0.217.0
go: downloading github.com/dgraph-io/ristretto v0.1.1
go: downloading github.com/huandu/go-sqlbuilder v1.38.1
go: github.com/muhammadmuzzammil1998/jsonc@v1.0.0 used for two different module paths (github.com/muhammadmuzzammil1998/jsonc and muzzammil.xyz/jsonc)

File name: tools/go.sum
Command failed: go get -t ./...
go: module github.com/open-policy-agent/conftest@v0.66.0 requires go >= 1.25.3; switching to go1.25.7
go: downloading oras.land/oras-go v1.2.6
go: github.com/muhammadmuzzammil1998/jsonc@v1.0.0 used for two different module paths (github.com/muhammadmuzzammil1998/jsonc and muzzammil.xyz/jsonc)

@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch 5 times, most recently from 4aa9b3e to 65d1436 Compare September 2, 2025 21:30
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch from 65d1436 to bc37c5e Compare September 4, 2025 14:00
@renovate renovate bot changed the title Update go modules (release-v0.6) (minor) Update go modules (release-v0.6) Sep 4, 2025
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch from bc37c5e to a0c2d99 Compare September 4, 2025 14:35
@renovate renovate bot changed the title Update go modules (release-v0.6) Update go modules (release-v0.6) (minor) Sep 4, 2025
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch from a0c2d99 to 6c6b530 Compare September 5, 2025 08:54
@renovate renovate bot changed the title Update go modules (release-v0.6) (minor) Update go modules (release-v0.6) Sep 5, 2025
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch from 6c6b530 to 84f155e Compare September 5, 2025 12:50
@renovate renovate bot changed the title Update go modules (release-v0.6) Update go modules (release-v0.6) (minor) Sep 5, 2025
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch 11 times, most recently from b67d3d3 to 8ed3f71 Compare September 12, 2025 05:37
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch 2 times, most recently from c1c6e13 to 8b9b8bb Compare September 17, 2025 04:43
@renovate renovate bot changed the title Update go modules (release-v0.6) (minor) Update go modules (release-v0.6) Sep 17, 2025
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch 5 times, most recently from 954c922 to 05f54e7 Compare February 2, 2026 21:24
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch 6 times, most recently from 922bb37 to 7800fee Compare February 8, 2026 17:19
@renovate renovate bot changed the title Update go modules (release-v0.6) (minor) Update go modules (release-v0.6) Feb 8, 2026
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch from 7800fee to 2f0de2a Compare February 8, 2026 21:15
@renovate renovate bot changed the title Update go modules (release-v0.6) Update go modules (release-v0.6) (minor) Feb 8, 2026
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch 3 times, most recently from 7d02137 to 5b6b1e3 Compare February 10, 2026 01:08
@renovate renovate bot changed the title Update go modules (release-v0.6) (minor) Update go modules (release-v0.6) Feb 10, 2026
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch from 5b6b1e3 to 6830d6a Compare February 10, 2026 01:48
@renovate renovate bot changed the title Update go modules (release-v0.6) Update go modules (release-v0.6) (minor) Feb 10, 2026
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch from 6830d6a to 228fd01 Compare February 10, 2026 05:43
@renovate renovate bot changed the title Update go modules (release-v0.6) (minor) Update go modules (release-v0.6) Feb 10, 2026
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch from 228fd01 to 4f07e41 Compare February 10, 2026 08:47
@renovate renovate bot changed the title Update go modules (release-v0.6) Update go modules (release-v0.6) (minor) Feb 10, 2026
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch 2 times, most recently from 894f25e to abb853d Compare February 10, 2026 21:02
@renovate renovate bot force-pushed the renovate/release-v0.6-go-modules branch from abb853d to 6d535ea Compare February 11, 2026 01:07
@renovate renovate bot changed the title Update go modules (release-v0.6) (minor) Update go modules (release-v0.6) Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants