Skip to content

fix(deps): update all dependencies#1775

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

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

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

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

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
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/go-jose/go-jose/v3 v3.0.5v4.1.4 age confidence indirect major
github.com/golang-jwt/jwt/v4 v4.5.2v5.3.1 age confidence indirect major
github.com/google/cel-go v0.28.0v0.28.1 age confidence indirect patch
github.com/googleapis/enterprise-certificate-proxy v0.3.15v0.3.16 age confidence indirect patch
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0v2.29.0 age confidence indirect minor
github.com/onsi/ginkgo/v2 v2.28.3v2.29.0 age confidence require minor
github.com/onsi/gomega v1.40.0v1.41.0 age confidence require minor
github.com/urfave/cli v1.22.17v3.9.0 age confidence indirect major
go 1.25.91.26.3 age confidence uses-with minor
go.opentelemetry.io/contrib/exporters/autoexport v0.65.0v0.68.0 age confidence indirect minor
go.step.sm/crypto v0.79.0v0.81.0 age confidence indirect minor
go.yaml.in/yaml/v2 v2.4.4v3.0.4 age confidence indirect major
golang.org/x/crypto/x509roots/fallback 44decbfa749d17 age confidence indirect digest
gomodules.xyz/jsonpatch/v2 v2.5.0v3.0.1 age confidence indirect major
google.golang.org/api v0.278.0v0.280.0 age confidence indirect minor
google.golang.org/genproto/googleapis/api 3700d41aa98bba age confidence indirect digest
google.golang.org/genproto/googleapis/rpc 3700d41aa98bba age confidence indirect digest
google.golang.org/grpc v1.81.0v1.81.1 age confidence indirect patch
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/api v0.35.3v0.36.1 age confidence replace minor
k8s.io/api v0.35.4v0.36.1 age confidence require minor
k8s.io/apiextensions-apiserver v0.35.3v0.36.1 age confidence replace minor
k8s.io/apiextensions-apiserver v0.35.4v0.36.1 age confidence require minor
k8s.io/apimachinery v0.35.3v0.36.1 age confidence replace minor
k8s.io/apimachinery v0.36.0-alpha.2v0.36.1 age confidence require patch
k8s.io/client-go v0.35.3v0.36.1 age confidence replace minor
k8s.io/code-generator v0.35.4v0.36.1 age confidence indirect minor
k8s.io/kube-openapi da4e56faa012df age confidence indirect digest
knative.dev/pkg df317a591e8142 age confidence indirect digest
registry.access.redhat.com/ubi9/ubi-minimal 9.7-17785623209.8-1777460003 age confidence final minor
sigs.k8s.io/cluster-api v1.13.1v1.13.2 age confidence require patch
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20260318145839-6c9615a2a166v0.24.1 age confidence indirect minor
sigs.k8s.io/controller-tools v0.20.1v0.21.0 age confidence indirect minor

Warning

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


Release Notes

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

What's Changed

New Contributors

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

v4.9.0

Compare Source

What's Changed

New Contributors

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

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: Badger v4.6.0

Compare Source

What's Changed

New Contributors

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

v4.5.2: Badger v4.5.2

Compare Source

What's Changed

New Contributors

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

v4.5.1: Badger v4.5.1

Compare Source

What's Changed

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

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

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: Badger v4.4.0

Compare Source

What's Changed

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

v4.3.1: Badger v4.3.1

Compare Source

What's Changed

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

v4.3.0: Badger v4.3.0

Compare Source

What's Changed

Fixes:

CI:

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

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: Badger v4.1.0

Compare Source

This release adds support for incremental stream writer. We also do some cleanup in the docs and resolve some CI issues for community PR's. We resolve high and medium CVE's and fix #​1833.

Features
Fixes
Security
  • chore(deps): bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.7.0 (#​1885)
CVE's
Chores
  • fix(docs): update README (#​1915)
  • cleanup sstable file after tests (#​1912)
  • chore(ci): add dgraph regression tests (#​1908)
  • docs: fix the default value in docs (#​1909)
  • chore: update URL for unsupported manifest version error (#​1905)
  • docs(README): add raft-badger to projects using badger (#​1902)
  • sync the docs with README with projects using badger (#​1903)
  • fix: update code comments for WithNumCompactors (#​1900)
  • docs: add loggie to projects using badger (#​1882)
  • chore(memtable): refactor code for memtable flush (#​1866)
  • resolve coveralls issue for community PR's (#​1892, #​1894, #​1896)

Full Changelog: dgraph-io/badger@v4.0.1...v4.1.0

v4.0.1: Badger DB v4.0.1

Compare Source

This release fixes a bug in the maxHeaderSize parameter that could lead to panics. We introduce an external magic number to keep track of external dependencies. We bump up the minimum required Go version to 1.19. No changes were made to the format of data on disk. This is a major release because we are making a switch to SemVer in order to make it easier for the community to understand when breaking API and data format changes are made.

Warning
The tag v4.0.0 has been retracted due to a bug in publisher.
Use v4.0.1 (see #​1889)

Fixed
  • fix(pb): fix generated protos #​1888
  • fix(publisher): initialize the atomic variable #​1889
  • fix: update maxHeaderSize [#​1877](https:

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
Contributor Author

red-hat-konflux Bot commented May 13, 2026

ℹ️ 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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.9 -> 1.26.0

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/all branch 26 times, most recently from 28f7049 to 8e74fa9 Compare May 20, 2026 01:42
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/all branch 3 times, most recently from 4db01d4 to 02b9163 Compare May 20, 2026 17:03
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 02b9163 to 6c2a74d Compare May 21, 2026 01:39
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