Skip to content

chore(deps): update go dependencies#609

Open
red-hat-konflux[bot] wants to merge 1 commit into
release-1.4from
konflux/mintmaker/release-1.4/go-deps
Open

chore(deps): update go dependencies#609
red-hat-konflux[bot] wants to merge 1 commit into
release-1.4from
konflux/mintmaker/release-1.4/go-deps

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux Bot commented May 12, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
cloud.google.com/go/pubsub require major v1.50.2v2.6.0
cloud.google.com/go/pubsub/v2 require minor v2.5.1v2.6.0
cloud.google.com/go/storage indirect patch v1.62.0v1.62.1
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp indirect minor v1.31.0v1.32.0
github.com/cenkalti/backoff/v4 indirect major v4.3.0v5.0.3
github.com/fxamacker/cbor/v2 indirect patch v2.9.0v2.9.2
github.com/go-chi/chi/v5 require patch v5.2.3v5.2.5
github.com/golang-jwt/jwt/v5 indirect patch v5.3.0v5.3.1
github.com/grpc-ecosystem/go-grpc-middleware require major v1.4.0v2.3.3
github.com/hashicorp/hcl indirect major v1.0.1-vault-7v2.24.0
github.com/pelletier/go-toml/v2 indirect minor v2.2.4v2.3.1
github.com/redis/go-redis/v9 require minor v9.14.1v9.19.0
github.com/sassoftware/relic/v7 require major v7.6.2v8.2.0
github.com/theupdateframework/go-tuf require major v0.7.0v2.4.1
github.com/tink-crypto/tink-go-awskms/v2 require major v2.1.0v3.0.0
go.opentelemetry.io/contrib/detectors/gcp indirect minor v1.42.0v1.43.0
go.uber.org/zap require minor v1.27.1v1.28.0
go.yaml.in/yaml/v2 indirect major v2.4.3v3.0.4
google.golang.org/api require minor v0.278.0v0.279.0
gopkg.in/ini.v1 require patch v1.67.0v1.67.2
gopkg.in/yaml.v2 indirect major v2.4.0v3.0.1
gopkg.in/yaml.v2 require major v2.4.0v3.0.1

Warning

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


Release Notes

cenkalti/backoff (github.com/cenkalti/backoff/v4)

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

fxamacker/cbor (github.com/fxamacker/cbor/v2)

v2.9.2

Compare Source

This release refactors and hardens the streaming encoder by adding stricter checks for encoding CBOR indefinite-length data. Other changes include minor bugfixes, defensive checks, and more tests.

Projects that don't use CBOR indefinite-length data may also want to upgrade (summary of prior releases).

The stricter checks in the encoder prevent improper use of the library and bad inputs from producing malformed CBOR indefinite-length data that would be rejected by the decoder.

This release passed fuzz tests (billions of execs) and it is production quality.

What's Changed
  • Reject encoding indefinite-length map with odd item count by @​fxamacker in #​764
  • Reject encoding indefinite-length data item as a chunk inside indefinite-length byte string or text string by @​fxamacker in #​765
  • Make TagSet.Remove a no-op when contentType is nil by @​fxamacker in #​766
  • Refactor indefinite-length encoding and improve chunk validation during encoding by @​fxamacker in #​767
  • Add more tests, fix a nit in unreachable panic message, update docs & ci by @​fxamacker in #​768
CI / GitHub Actions and Docs
🔎 Details...

Full Changelog: fxamacker/cbor@v2.9.1...v2.9.2

v2.9.1

Compare Source

This release includes important bugfixes, defensive checks, improved code quality, and more tests. Although not public, the fuzzer was also improved by adding more fuzz tests.

🐞 Bug fixes related to the keyasint feature

These changes only affect Go struct fields tagged with keyasint:

  • [Decoding] Reject integer keys that exceed math.MaxInt64 when decoding CBOR map to a struct with keyasint field (PR #​757)
  • [Decoding] Prevent string representation of an integer key from matching the struct field tagged by keyasint (PR #​757)
  • [Encoding & Decoding] Deduplicate struct fields with the same normalized keyasint tag values (PR #​757)
🐞 Other bug fixes and defensive checks

Some of the bugs fixed are related to decoding extreme values that cannot be encoded with this library. For example, the decoder checks if epoch time encoded as CBOR float value representing hundreds of billions of years overflows int64(seconds).

NOTE: It is generally good practice to avoid using floating point to store epoch time (even when not using CBOR).

  • [Decoding] Reject decoding epoch time encoded as floats that overflow int64 (PR #​753)
  • [Encoding] Return a cloned slice for an empty RawMessage from RawMessage.MarshalCBOR (PR #​753)
  • [Encoding] Reject encoding nil inside indefinite-length strings (PR #​750)
  • [Diagnostic] Accept valid U+FFFD replacement character (PR #​753)
What's Changed
CI / GitHub Actions and Docs
🔎 Details...

New Contributors

Full Changelog: fxamacker/cbor@v2.9.0...v2.9.1

go-chi/chi (github.com/go-chi/chi/v5)

v5.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.2.3...v5.2.5

v5.2.4

Compare Source

golang-jwt/jwt (github.com/golang-jwt/jwt/v5)

v5.3.1

Compare Source

What's Changed

🔐 Features
👒 Dependencies

New Contributors

Full Changelog: golang-jwt/jwt@v5.3.0...v5.3.1

grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware)

v2.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.2...v2.3.3

v2.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.1...v2.3.2

v2.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.2.0...v2.3.0

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.1.0...v2.2.0

v2.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.0.1...v2.1.0

v2.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.0.0...v2.0.1

v2.0.0

Compare Source

This is the first stable release of the new v2 release branch 🎉

Many of the interceptors have been rewritten from scratch and the project has been upgraded to use the Go Protobuf v2 API.

See the project README for details and migration guide. Thanks to all contributors who made this possible! 💪🏽

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux
Copy link
Copy Markdown
Author

red-hat-konflux Bot commented May 12, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact 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 mod tidy
go: downloading github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
go: downloading github.com/theupdateframework/go-tuf/v2 v2.4.1
go: downloading github.com/sassoftware/relic/v8 v8.2.0
go: downloading github.com/tink-crypto/tink-go-awskms/v3 v3.0.0
go: downloading github.com/mattn/go-sqlite3 v1.14.44
go: downloading cloud.google.com/go/pubsub v1.50.2
go: downloading github.com/go-openapi/testify/v2 v2.5.0
go: downloading github.com/lib/pq v1.12.0
go: downloading github.com/onsi/gomega v1.25.0
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/hashicorp/go-hclog v1.6.3
go: downloading k8s.io/api v0.35.3
go: downloading github.com/go-openapi/testify/enable/yaml/v2 v2.5.0
go: downloading github.com/bsm/ginkgo/v2 v2.12.0
go: downloading github.com/bsm/gomega v1.27.10
go: downloading github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb
go: downloading github.com/go-openapi/swag/jsonutils/fixtures_test v0.26.0
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: downloading github.com/frankban/quicktest v1.14.6
go: downloading github.com/zeebo/xxh3 v1.1.0
go: downloading github.com/google/go-replayers/grpcreplay v1.3.0
go: downloading github.com/google/go-replayers/httpreplay v1.2.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.43.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.2
go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/go-test/deep v1.1.1
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.56.0
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading gonum.org/v1/gonum v0.17.0
go: downloading github.com/envoyproxy/go-control-plane v0.14.0
go: downloading github.com/google/martian/v3 v3.3.3
go: downloading github.com/kr/pretty v0.3.1
go: downloading cloud.google.com/go/logging v1.18.0
go: downloading cloud.google.com/go/trace v1.16.0
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.14.1
go: downloading github.com/klauspost/cpuid/v2 v2.2.10
go: downloading go.einride.tech/aip v0.83.0
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
go: downloading github.com/nxadm/tail v1.4.11
go: downloading github.com/ProtonMail/go-crypto v1.0.0
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading github.com/cloudflare/circl v1.3.8
go: downloading k8s.io/apimachinery v0.35.3
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
go: downloading sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.0
go: downloading k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1
go: downloading github.com/keybase/go-keychain v0.0.1
go: finding module for package github.com/theupdateframework/go-tuf/v2
go: finding module for package github.com/theupdateframework/go-tuf/v2/verify
go: finding module for package github.com/theupdateframework/go-tuf/v2/data
go: finding module for package github.com/theupdateframework/go-tuf/v2/pkg/keys
go: finding module for package github.com/grpc-ecosystem/go-grpc-middleware/v2/retry
go: finding module for package cloud.google.com/go/pubsub/v2/v2
go: finding module for package github.com/theupdateframework/go-tuf/v2/pkg/deprecated/set_ecdsa
go: github.com/sigstore/rekor/pkg/pki/tuf imports
	github.com/theupdateframework/go-tuf/v2/data: module github.com/theupdateframework/go-tuf/v2@latest found (v2.4.1), but does not contain package github.com/theupdateframework/go-tuf/v2/data
go: github.com/sigstore/rekor/pkg/pki/tuf imports
	github.com/theupdateframework/go-tuf/v2/pkg/keys: module github.com/theupdateframework/go-tuf/v2@latest found (v2.4.1), but does not contain package github.com/theupdateframework/go-tuf/v2/pkg/keys
go: github.com/sigstore/rekor/pkg/pki/tuf imports
	github.com/theupdateframework/go-tuf/v2/verify: module github.com/theupdateframework/go-tuf/v2@latest found (v2.4.1), but does not contain package github.com/theupdateframework/go-tuf/v2/verify
go: github.com/sigstore/rekor/pkg/pubsub/gcp imports
	cloud.google.com/go/pubsub/v2/v2: module cloud.google.com/go/pubsub/v2@latest found (v2.6.0), but does not contain package cloud.google.com/go/pubsub/v2/v2
go: github.com/sigstore/rekor/pkg/signer imports
	github.com/grpc-ecosystem/go-grpc-middleware/v2/retry: module github.com/grpc-ecosystem/go-grpc-middleware/v2@latest found (v2.3.3), but does not contain package github.com/grpc-ecosystem/go-grpc-middleware/v2/retry
go: github.com/sigstore/rekor/pkg/types/tuf/v0.0.1 imports
	github.com/theupdateframework/go-tuf/v2/pkg/deprecated/set_ecdsa: module github.com/theupdateframework/go-tuf/v2@latest found (v2.4.1), but does not contain package github.com/theupdateframework/go-tuf/v2/pkg/deprecated/set_ecdsa
go: github.com/sigstore/rekor/pkg/pki/tuf tested by
	github.com/sigstore/rekor/pkg/pki/tuf.test imports
	github.com/theupdateframework/go-tuf/v2: module github.com/theupdateframework/go-tuf/v2@latest found (v2.4.1), but does not contain package github.com/theupdateframework/go-tuf/v2

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/go-deps branch from 33b74ba to 159d020 Compare May 12, 2026 23:26
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/go-deps branch from 159d020 to c9a8749 Compare May 13, 2026 02:58
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