Skip to content

fix(deps): update all dependencies - #1811

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

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

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
aws-actions/configure-aws-credentials action patch v6.2.3v6.2.4 age confidence
github.com/KimMachineGun/automemlimit indirect major v0.7.5v1.0.0 age confidence
github.com/cespare/xxhash indirect major v1.1.0v2.3.0 age confidence
github.com/coreos/go-oidc/v3 indirect minor v3.20.0v3.21.0 age confidence
github.com/dgraph-io/badger indirect major v1.6.2v4.9.6 age confidence
github.com/dgraph-io/badger/v2 indirect major v2.2007.4v4.9.6 age confidence
github.com/dgraph-io/ristretto indirect major v0.2.0v2.4.2 age confidence
github.com/go-jose/go-jose/v3 indirect major v3.0.5v4.1.4 v4.1.5 age confidence
github.com/go-sql-driver/mysql indirect patch v1.10.0v1.10.1 age confidence
github.com/golang-jwt/jwt/v4 indirect major v4.5.2v5.3.1 age confidence
github.com/google/cel-go indirect minor v0.28.1v0.32.0 age confidence
github.com/klauspost/compress indirect minor v1.19.2v1.20.0 age confidence
github.com/prometheus/client_model indirect patch v0.6.2v0.6.3 age confidence
github.com/prometheus/procfs indirect minor v0.21.1v0.22.0 age confidence
github.com/quic-go/quic-go indirect minor v0.61.0v0.62.0 age confidence
github.com/urfave/cli indirect major v1.22.17v3.11.0 age confidence
go.yaml.in/yaml/v2 indirect major v2.4.4v3.0.5 age confidence
golang.org/x/crypto indirect minor v0.55.0v0.56.0 age confidence
golang.org/x/crypto/x509roots/fallback indirect digest 0b316e786efde5 age confidence
gomodules.xyz/jsonpatch/v2 indirect major v2.5.0v3.0.1 age confidence
google.golang.org/api indirect minor v0.294.0v0.297.0 age confidence
gopkg.in/evanphx/json-patch.v4 indirect major v4.13.0v5.9.11 age confidence
gopkg.in/yaml.v2 indirect major v2.4.0v3.0.1 age confidence
registry.access.redhat.com/ubi9-minimal final patch 9.8-17876472619.8-1788166357 age confidence
registry.access.redhat.com/ubi9/ubi-minimal final patch 9.8-17876472619.8-1788166357 age confidence
sigs.k8s.io/cluster-api require patch v1.14.0v1.14.1 age confidence
sigs.k8s.io/cluster-api/api replace patch v1.14.0v1.14.1 age confidence

Warning

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


Release Notes

aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)

v6.2.4

Compare Source

Bug Fixes
  • account-ids handling, mask proxy as secret in logs (#​1943) (aa65264)
  • skip backoff sleep after the final retryAndBackoff attempt (#​1937) (3852440)
KimMachineGun/automemlimit (github.com/KimMachineGun/automemlimit)

v1.0.0

Compare Source

After four years of iteration through v0.x, automemlimit v1.0.0 is finally here! This release simplifies the public API and improves cgroup memory limit detection.

Key changes from v0.x:

  • memlimit.Set replaces the memlimit.SetGoMemLimit* functions
  • memlimit.Set returns the previous GOMEMLIMIT instead of 0 when configuration is skipped or an error occurs
  • memlimit.Set sets GOMEMLIMIT to math.MaxInt64 when the provider returns memlimit.ErrNoLimit
  • memlimit.FromCgroup replaces the version-specific cgroup providers
  • memlimit.WithEnv, AUTOMEMLIMIT_EXPERIMENT, and AUTOMEMLIMIT_DEBUG were removed
    • Use memlimit.FromSystem for system memory fallback
  • memlimit.WithRefreshInterval now takes a context.Context for cancellation
  • memlimit.WithMin was added to set a lower bound for GOMEMLIMIT
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

coreos/go-oidc (github.com/coreos/go-oidc/v3)

v3.21.0

Compare Source

What's Changed

  • oidc: ignore JWKs with unsupported key types rather than failing by @​nicoske in #​499

New Contributors

Full Changelog: coreos/go-oidc@v3.20.0...v3.21.0

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

v4.9.6

Compare Source

What's Changed
  • fix(compaction): restore size-ratio base level selection, clamped to the first non-empty level by @​shiva-istari in #​2330

Full Changelog: dgraph-io/badger@v4.9.5...v4.9.6

v4.9.5

Compare Source

What's Changed
New Contributors

Full Changelog: dgraph-io/badger@v4.9.4...v4.9.5

v4.9.4

Compare Source

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.9.3...v4.9.4

v4.9.3

Compare Source

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.9.2...v4.9.3

v4.9.2

Compare Source

What's Changed

New Contributors

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

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.9.0

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

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

Compare Source

What's Changed

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

v4.4.0

Compare Source

Full Changelog: dgraph-io/badger@v4.4.0...v4.5.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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 commented Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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 get -t ./...
go: downloading go1.26.7 (linux/amd64)
go: dropping requirement on excluded version github.com/KimMachineGun/automemlimit v1.0.0
go: github.com/google/cel-go@v0.32.0: parsing go.mod:
	module declares its path as: cel.dev/cel-go
	        but was required as: github.com/google/cel-go

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/master/all branch from 1b3df8c to f277822 Compare September 2, 2026 03:52
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Sep 2, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/master/all branch 5 times, most recently from d10c81b to 9a33877 Compare September 6, 2026 01:09
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 9a33877 to e1ef031 Compare September 6, 2026 05:03
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