Skip to content

fix(deps): update all dependencies#1756

Open
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/all
Open

fix(deps): update all dependencies#1756
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/all

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux bot commented Mar 20, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
cloud.google.com/go/auth v0.18.2v0.19.0 age confidence indirect minor
github.com/RedHatInsights/rhc-osdk-utils v0.14.0v0.15.1 age confidence require minor
github.com/cert-manager/cert-manager v1.20.0v1.20.1 age confidence require patch
github.com/cespare/xxhash v1.1.0v2.3.0 age confidence indirect major
github.com/dgraph-io/badger v1.6.2v4.9.1 age confidence indirect major
github.com/dgraph-io/badger/v2 v2.2007.4v4.9.1 age confidence indirect major
github.com/dgraph-io/ristretto v0.2.0v2.4.0 age confidence indirect major
github.com/fxamacker/cbor/v2 v2.9.0v2.9.1 age confidence indirect patch
github.com/go-jose/go-jose/v3 v3.0.4v4.1.4 age confidence indirect major
github.com/go-jose/go-jose/v4 v4.1.3v4.1.4 age confidence indirect patch
github.com/golang-jwt/jwt/v4 v4.5.2v5.3.1 age confidence indirect major
github.com/google/pprof a15ffb7545e8a4 age confidence indirect digest
github.com/googleapis/gax-go/v2 v2.19.0v2.21.0 age confidence indirect minor
github.com/jackc/pgx/v5 v5.8.0v5.9.1 age confidence indirect minor
github.com/klauspost/compress v1.18.4v1.18.5 age confidence indirect patch
github.com/lib/pq v1.12.0v1.12.3 age confidence require patch
github.com/minio/minio-go/v7 v7.0.99v7.0.100 age confidence require patch
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.90.0v0.90.1 age confidence require patch
github.com/redhatinsights/platform-go-middlewares v0.20.0v2.1.0 age confidence indirect major
github.com/redhatinsights/platform-go-middlewares/v2 v2.0.0v2.1.0 age confidence indirect minor
github.com/smallstep/certificates v0.30.1v0.30.2 age confidence indirect patch
github.com/smallstep/scep 6d82bb2261f960 age confidence indirect digest
github.com/urfave/cli v1.22.17v3.8.0 age confidence indirect major
go 1.25.31.26.1 age confidence uses-with minor
go.opentelemetry.io/otel v1.42.0v1.43.0 age confidence indirect minor
go.opentelemetry.io/otel/metric v1.42.0v1.43.0 age confidence indirect minor
go.opentelemetry.io/otel/trace v1.42.0v1.43.0 age confidence indirect minor
go.step.sm/crypto v0.77.1v0.77.2 age confidence indirect patch
go.yaml.in/yaml/v2 v2.4.4v3.0.4 age confidence indirect major
golang.org/x/crypto/x509roots/fallback 982eaa68400f4a age confidence indirect digest
gomodules.xyz/jsonpatch/v2 v2.5.0v3.0.1 age confidence indirect major
google.golang.org/api v0.272.0v0.274.0 age confidence indirect minor
google.golang.org/genproto/googleapis/api d00831a9d38bb4 age confidence indirect digest
google.golang.org/genproto/googleapis/rpc d00831a9d38bb4 age confidence indirect digest
google.golang.org/grpc v1.79.3v1.80.0 age confidence indirect minor
gopkg.in/evanphx/json-patch.v4 v4.13.0v5.9.11 age confidence indirect major
gopkg.in/yaml.v2 v2.4.0v3.0.1 age confidence indirect major
k8s.io/apimachinery v0.36.0-alpha.2v0.36.0-beta.0 age confidence require patch
k8s.io/kube-openapi 5883c5e16be699 age confidence indirect digest
knative.dev/pkg 8c68e18396dbaa age confidence replace digest
knative.dev/pkg 8c68e18396dbaa age confidence indirect digest
sigs.k8s.io/controller-runtime/tools/setup-envtest 6c9615a885e77d age confidence indirect digest

Warning

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


Release Notes

googleapis/google-cloud-go (cloud.google.com/go/auth)

v0.19.0

  • bigquery:

    • Support customer-managed encryption keys.
  • bigtable:

    • Improved emulator support.
    • Support GetCluster.
  • datastore:

    • Add general mutations.
    • Support pointer struct fields.
    • Support transaction options.
  • firestore:

    • Add Transaction.GetAll.
    • Support document cursors.
  • logging:

    • Support concurrent RPCs to the service.
    • Support per-entry resources.
  • profiler:

    • Add config options to disable heap and thread profiling.
    • Read the project ID from $GOOGLE_CLOUD_PROJECT when it's set.
  • pubsub:

    • BEHAVIOR CHANGE: Release flow control after ack/nack (instead of after the
      callback returns).
    • Add SubscriptionInProject.
    • Add OpenCensus instrumentation for streaming pull.
  • storage:

    • Support CORS.
RedHatInsights/rhc-osdk-utils (github.com/RedHatInsights/rhc-osdk-utils)

v0.15.1

Compare Source

What's Changed

Full Changelog: RedHatInsights/rhc-osdk-utils@v0.15.0...v0.15.1

v0.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: RedHatInsights/rhc-osdk-utils@v0.14.0...v0.15.0

cert-manager/cert-manager (github.com/cert-manager/cert-manager)

v1.20.1

Compare Source

v1.20.1 fixes an issue for OpenShift users that has to do with the finalizer RBAC, bumps gRPC to address a reported non-affecting vulnerability, and fixes a duplicate parentRef bug when both issuer config and annotations are present (Gateway API).

Bug or Regression
  • Fixed duplicate parentRef bug when both issuer config and annotations are present. (#​8658, @​hjoshi123)
  • Add missing issuer finalizer RBAC to the order controller to support owner references. This was preventing OpenShift users from being able to upgrade to v1.20.0. (#​8655, @​erikgb)
  • Bump google.golang.org/grpc to fix vulnerability reported by scanners. This isn't a vulnerability that affects cert-manager, but we are bumping it because it is reported by scanners. (#​8657, @​erikgb)
cespare/xxhash (github.com/cespare/xxhash)

v2.3.0

Compare Source

v2.2.0

Compare Source

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.0

Compare Source

dgraph-io/badger (github.com/dgraph-io/badger)

v4.9.1

Compare Source

Fixed

  • fix(aix): add aix directory synchronization support (#​2115)
  • fix: correct the comment on value size in skl.node (#​2250)

Tests

  • test: add checksum tests for package y (#​2246)

Chores

  • chore(ci): update arm runner label (#​2248)

Full Changelog: dgraph-io/badger@v4.9.0...v4.9.1

v4.9.0

Compare Source

Fixed

  • fix(aix): add aix directory synchronization support (#​2115)
  • fix: correct the comment on value size in skl.node (#​2250)

Tests

  • test: add checksum tests for package y (#​2246)

Chores

  • chore(ci): update arm runner label (#​2248)

Full Changelog: dgraph-io/badger@v4.9.0...v4.9.1

v4.8.0

Compare Source

Fixed

  • fix(y): y.SafeCopy shall always return empty slice rather than nil (#​2245)

    WARNING SafeCopy now returns an empty slice rather than nil. For those using our y utility
    package, this could be a breaking change. This has implications for empty slices stored in
    badger, specifically, upon retrieval the value stored with the key will be equal to what was set
    (an empty []byte). See #​2067 for more details.

  • fix: test.sh error (#​2225)
  • fix: typo of abandoned (#​2222)

Docs

  • add doc for encryption at rest (#​2240)
  • move docs pages in the repo (#​2232)

Chores

  • chore(ci): restrict Dgraph test to core packages only (#​2242)
  • chore: update README.md with correct links and badges (#​2239)
  • chore: change renovate to maintain backwards compatible go version (#​2236)
  • chore: configure renovate to leave go version as declared (#​2235)
  • chore(deps): Update actions (major) (#​2229)
  • chore(deps): Update actions/checkout action to v5 (#​2221)
  • chore(deps): Update go minor and patch (#​2218)
  • chore: update the trunk conf file (#​2217)
  • chore(deps): Update dependency node to v22 (#​2219)
  • chore(deps): Update go minor and patch (#​2212)

CI

  • move to GitHub Actions runners

Full Changelog: dgraph-io/badger@v4.8.0...v4.8.1

v4.7.0

Compare Source

Features

  • feat(stream): Update stream framework with new alternate keyToList function (#​2211)

Fixed

  • fix: crash loop on missing manifest tables (#​2198)

Chores

  • chore(deps): Update module golang.org/x/sys to v0.34.0 (#​2210)
  • chore(deps): Update go minor and patch (#​2208)
  • chore(deps): Update go minor and patch (#​2204)
  • chore(deps): Update go minor and patch (#​2202)
  • chore(deps): Update go minor and patch (#​2200)
  • chore(deps): Update module golang.org/x/sys to v0.33.0 (#​2195)
  • chore(deps): Update go minor and patch (#​2189)
  • Compile with jemalloc v5.3.0 (#​2191)

CI

  • Update trunk.yml
  • move Trunk to action

Docs

Full Changelog: dgraph-io/badger@v4.7.0...v4.8.0

v4.6.0

Compare Source

Chores

  • chore(deps): remove dependency on github.com/pkg/errors (#​2184)
  • chore(deps): Update go minor and patch (#​2187)
  • chore(deps): Update go minor and patch (#​2181)
  • chore(deps): Update module golang.org/x/sys to v0.31.0 (#​2179)

Fixed

Docs

  • Update README.md
  • doc: add Blink Labs projects to the using Badger list (#​2183)
  • doc: add FlowG to "Projects Using Badger" section of the README (#​2180)

Full Changelog: dgraph-io/badger@v4.6.0...v4.7.0

v4.5.2

Compare Source

Chores

  • chore(deps): Migrate from OpenCensus to OpenTelemetry (#​2169)
  • chore(deps): Update go minor and patch (#​2177)
  • chore(deps): Update module github.com/spf13/cobra to v1.9.0 (#​2174)
  • chore: add editor config
  • update .gitignore (#​2176)

Fixed

  • fix: remove accidentally uploaded binary badger-darwin-arm64 (#​2175)

Full Changelog: dgraph-io/badger@v4.5.2...v4.6.0

v4.5.1

Compare Source

Chores

  • chore(deps): Update go minor and patch (#​2168)
  • chore(deps): bump minimum Go support to 1.22 (#​2171)
  • chore: migrate docs to centralized docs repo (#​2166)
  • chore: align repo conventions (#​2158)
  • chore(deps): bump the patch group with 2 updates (#​2156)
  • chore(deps): bump github.com/google/flatbuffers from 24.12.23+incompatible to 25.1.21+incompatible
    (#​2153)
  • chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 in the actions group (#​2154)
  • Update renovate.json
  • Update trunk.yaml
  • enable Trivy

Fixed

  • update docs link in error message (#​2170)
  • Revert "Update badgerpb4.pb.go" (#​2172)

Docs

  • Update README.md
  • Added my project that uses Badger database (#​2157)
  • Create SECURITY.md

Full Changelog: dgraph-io/badger@v4.5.1...v4.5.2

v4.5.0

Compare Source

  • chore(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 in the patch group (#​2150)
  • bump github.com/dgraph-io/ristretto/v2 from 2.0.1 to 2.1.0 in the minor group (#​2151)
  • feat(info): print total size of listed keys (#​2149)
  • chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 in the patch group (#​2146)
  • chore(deps): bump the minor group with 2 updates (#​2147)
  • fix(info): print Total BloomFilter Size with totalBloomFilter instead of totalIndex (#​2145)
  • chore(deps): bump the minor group with 2 updates (#​2141)
  • chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 in the patch group (#​2140)
  • chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 in the minor group (#​2139)
  • chore(deps): bump github.com/dgraph-io/ristretto/v2 from 2.0.0 to 2.0.1 in the patch group (#​2136)
  • chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 in the minor group (#​2137)
  • chore(deps): bump the minor group with 2 updates (#​2135)
  • docs: Add pagination explanation to docs (#​2134)
  • Fix build for GOARCH=wasm with GOOS=js or GOOS=wasip1 (#​2048)

Full Changelog: dgraph-io/badger@v4.5.0...v4.5.1

v4.4.0

Compare Source

Full Changelog: dgraph-io/badger@v4.4.0...v4.5.0

v4.3.1

Compare Source

  • retract v4.3.0 due to #​2121 and #​2113, upgrade to Go v1.23, use ristretto v2 in
    #​2122
  • Allow stream custom maxsize per batch in #​2063
  • chore(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 in the patch group in
    #​2120
  • fix: sentinel errors should not have stack traces in #​2042
  • chore(deps): bump the minor group with 2 updates in #​2119

Full Changelog: dgraph-io/badger@v4.3.1...v4.4.0

v4.3.0

Compare Source

Full Changelog: dgraph-io/badger@v4.3.0...v4.3.1

v4.2.0

Compare Source

Warning The tag v4.3.0 has been retracted due to an issue go.sum. Use v4.3.1 (see #​2121 and
#​2113)

Fixes

CI

Full Changelog: dgraph-io/badger@v4.2.0...v4.3.0

v4.1.0

Compare Source

  • Fix an uint16 overflow when resizing key slice

v4.0.1

Compare Source

  • Fix an uint16 overflow when resizing key slice

v4.0.0

Compare Source

  • Fix an uint16 overflow when resizing key slice

v3.2103.5

Compare Source

  • Fix an uint16 overflow when resizing key slice

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 red-hat-konflux bot force-pushed the konflux/mintmaker/master/all branch 2 times, most recently from eb385a5 to 28a8c13 Compare March 21, 2026 05:29
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Mar 21, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/all branch from 28a8c13 to 4842a54 Compare March 21, 2026 09:29
@red-hat-konflux red-hat-konflux bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Mar 21, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/all branch from 4842a54 to bbc2ee8 Compare March 21, 2026 13:26
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Mar 21, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/all branch 4 times, most recently from 1687608 to ad13928 Compare March 23, 2026 01:08
@red-hat-konflux red-hat-konflux bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Mar 23, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/all branch from ad13928 to 9fff560 Compare March 23, 2026 09:17
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Mar 23, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/all branch 6 times, most recently from 7923377 to 2f5bc5a Compare March 26, 2026 01:15
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/master/all branch from 2f5bc5a to 3403769 Compare March 26, 2026 05:47
@red-hat-konflux
Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.7 -> 1.26.0
google.golang.org/protobuf v1.36.11 -> v1.36.12-0.20260120151049-f2248ac996af

@red-hat-konflux
Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.7 -> 1.26.0
google.golang.org/protobuf v1.36.11 -> v1.36.12-0.20260120151049-f2248ac996af

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants