Chore(deps): Bump the go-dependencies group across 2 directories with 6 updates - #377
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Chore(deps): Bump the go-dependencies group across 2 directories with 6 updates#377dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Member
|
@dependabot rebase |
… 6 updates Bumps the go-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.3` | `1.4.4` | | [github.com/ironcore-dev/controller-utils](https://github.com/ironcore-dev/controller-utils) | `0.11.0` | `0.12.0` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.29.0` | `2.32.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.41.0` | `1.42.1` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.46.0` | `0.47.0` | Bumps the go-dependencies group with 1 update in the /sample directory: [github.com/ironcore-dev/ironcore](https://github.com/ironcore-dev/ironcore). Updates `github.com/go-logr/logr` from 1.4.3 to 1.4.4 - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.4.3...v1.4.4) Updates `github.com/ironcore-dev/controller-utils` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/ironcore-dev/controller-utils/releases) - [Commits](ironcore-dev/controller-utils@v0.11.0...v0.12.0) Updates `github.com/onsi/ginkgo/v2` from 2.29.0 to 2.32.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.29.0...v2.32.0) Updates `github.com/onsi/gomega` from 1.41.0 to 1.42.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.41.0...v1.42.1) Updates `golang.org/x/sys` from 0.46.0 to 0.47.0 - [Commits](golang/sys@v0.46.0...v0.47.0) Updates `github.com/ironcore-dev/ironcore` from 0.3.0 to 0.4.3 - [Release notes](https://github.com/ironcore-dev/ironcore/releases) - [Commits](ironcore-dev/ironcore@v0.3.0...v0.4.3) --- updated-dependencies: - dependency-name: github.com/go-logr/logr dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/ironcore-dev/controller-utils dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/ironcore-dev/ironcore dependency-version: 0.4.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/sys dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-dependencies-a4be573b01
branch
from
July 23, 2026 09:42
1f58e50 to
f7066b0
Compare
Member
|
@dependabot rebase |
Contributor
Author
|
The dependabot.yml entry that created this PR has been deleted so this PR can't be rebased. Please close the PR so Dependabot can create a new one with the current dependabot.yml. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/go_modules/go-dependencies-a4be573b01
branch
July 30, 2026 08:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 5 updates in the / directory:
1.4.31.4.40.11.00.12.02.29.02.32.01.41.01.42.10.46.00.47.0Bumps the go-dependencies group with 1 update in the /sample directory: github.com/ironcore-dev/ironcore.
Updates
github.com/go-logr/logrfrom 1.4.3 to 1.4.4Release notes
Sourced from github.com/go-logr/logr's releases.
Commits
96a9abaFix lint51c6302Better implementation of pointer recursion checkingc667114funcr: Handle and test recursive valuesf7ffadbAdd benchmark for pointer argse2a3c8efuncr: bound slog.Group nesting depth to prevent stack overflow2886d2bbuild(deps): bump actions/setup-go from 6.5.0 to 7.0.00b40896build(deps): bump github/codeql-action/upload-sarif77f671bBump to Go 1.26cce283fbuild(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.03832a11build(deps): bump github/codeql-action/upload-sarifUpdates
github.com/ironcore-dev/controller-utilsfrom 0.11.0 to 0.12.0Release notes
Sourced from github.com/ironcore-dev/controller-utils's releases.
Commits
5437e1aBump the go-dependencies group with 2 updates (#479)c1c8943Bump the go-dependencies group with 2 updates (#478)a37af1aBump github.com/onsi/ginkgo/v2 in the go-dependencies group (#477)416d8beBump k8s.io/* deps to v1.35 (#476)6f31347Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (#474)b67ae1dBump the gh-actions-dependencies group across 1 directory with 2 updates (#473)80a6cd9Bump google.golang.org/grpc from 1.76.0 to 1.79.3 (#472)1f17809Bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0 (#470)287f13cBump the go-dependencies group with 2 updates (#469)b78439cBump github.com/onsi/ginkgo/v2 in the go-dependencies group (#468)Updates
github.com/onsi/ginkgo/v2from 2.29.0 to 2.32.0Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
9ff1646v2.32.00491f2aMake -fd exclusive of -p/-procs and -randomize-all334f74arespect SilenceSkips in fd mode, add test21047ceNo need for a new method.7d281e1Break out to two methods.5313727More integration, fewer changes.b83f524Fewer new methods.73c59dffeat: add -fd flag for RSpec-style documentation output76a2074feat: add --sleep-on-failure to pause a failed spec before teardown3c7bde4v2.31.0Updates
github.com/onsi/gomegafrom 1.41.0 to 1.42.1Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
ced6c1cv1.42.12beb9fbv1.42.1 (full)006cd2cbump al lthe things35ca084v1.42.0d72697bv1.42.0 (full)1f95d86add a set of claude skills as a marketplace pluginUpdates
golang.org/x/sysfrom 0.46.0 to 0.47.0Commits
9e7e939cpu: handle vendor suffixes in parseReleasef6fb8a1unix: use epoll_pwait rather than epoll_waitf3eeabfwindows: avoid length overflow in NewNTString3cb6647unix: update glibc to 2.43c507910windows: document safe usage of TrusteeValueUpdates
github.com/ironcore-dev/ironcorefrom 0.3.0 to 0.4.3Release notes
Sourced from github.com/ironcore-dev/ironcore's releases.
... (truncated)
Commits
28effbbGrant network plugins RBAC to renew their own client certificates (#1507)7d6b080Bump the go-dependencies group with 3 updates (#1506)a0e22c5Fix empty action field on IRI-mapped events (#1500)8be9150Fix stuckMachineifPrefixis referenced (#1502)fd1f73fBump github.com/onsi/gomega in the go-dependencies group (#1494)8a90e86MachineSchedulercache loses track of bound machines (#1492)7c6555cFix cross-NIC deletion of ephemeral VirtualIPs (#1493)62a0fe0Deprecate functionSetVolumeUidToAllVolumes()(#1484)9c5b0eeGrant RBAC for events in events.k8s.io API group (#1490)e06df4eBump github.com/onsi/ginkgo/v2 (#1486)