Skip to content

Chore(deps): Bump the go-dependencies group across 2 directories with 6 updates - #377

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-a4be573b01
Closed

Chore(deps): Bump the go-dependencies group across 2 directories with 6 updates#377
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-a4be573b01

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 5 updates in the / directory:

Package From To
github.com/go-logr/logr 1.4.3 1.4.4
github.com/ironcore-dev/controller-utils 0.11.0 0.12.0
github.com/onsi/ginkgo/v2 2.29.0 2.32.0
github.com/onsi/gomega 1.41.0 1.42.1
golang.org/x/sys 0.46.0 0.47.0

Bumps the go-dependencies group with 1 update in the /sample directory: github.com/ironcore-dev/ironcore.

Updates github.com/go-logr/logr from 1.4.3 to 1.4.4

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.4

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.3...v1.4.4

Commits
  • 96a9aba Fix lint
  • 51c6302 Better implementation of pointer recursion checking
  • c667114 funcr: Handle and test recursive values
  • f7ffadb Add benchmark for pointer args
  • e2a3c8e funcr: bound slog.Group nesting depth to prevent stack overflow
  • 2886d2b build(deps): bump actions/setup-go from 6.5.0 to 7.0.0
  • 0b40896 build(deps): bump github/codeql-action/upload-sarif
  • 77f671b Bump to Go 1.26
  • cce283f build(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0
  • 3832a11 build(deps): bump github/codeql-action/upload-sarif
  • Additional commits viewable in compare view

Updates github.com/ironcore-dev/controller-utils from 0.11.0 to 0.12.0

Release notes

Sourced from github.com/ironcore-dev/controller-utils's releases.

v0.12.0

Changes

🧰 Maintenance

Commits
  • 5437e1a Bump the go-dependencies group with 2 updates (#479)
  • c1c8943 Bump the go-dependencies group with 2 updates (#478)
  • a37af1a Bump github.com/onsi/ginkgo/v2 in the go-dependencies group (#477)
  • 416d8be Bump k8s.io/* deps to v1.35 (#476)
  • 6f31347 Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (#474)
  • b67ae1d Bump the gh-actions-dependencies group across 1 directory with 2 updates (#473)
  • 80a6cd9 Bump google.golang.org/grpc from 1.76.0 to 1.79.3 (#472)
  • 1f17809 Bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0 (#470)
  • 287f13c Bump the go-dependencies group with 2 updates (#469)
  • b78439c Bump github.com/onsi/ginkgo/v2 in the go-dependencies group (#468)
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.29.0 to 2.32.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.32.0

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie ! --sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

v2.31.0

2.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

v2.30.0

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes

  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie ! --sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

2.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes

  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]
Commits
  • 9ff1646 v2.32.0
  • 0491f2a Make -fd exclusive of -p/-procs and -randomize-all
  • 334f74a respect SilenceSkips in fd mode, add test
  • 21047ce No need for a new method.
  • 7d281e1 Break out to two methods.
  • 5313727 More integration, fewer changes.
  • b83f524 Fewer new methods.
  • 73c59df feat: add -fd flag for RSpec-style documentation output
  • 76a2074 feat: add --sleep-on-failure to pause a failed spec before teardown
  • 3c7bde4 v2.31.0
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.41.0 to 1.42.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.42.1

1.42.1

Bump Dependencies

v1.42.0

1.42.0

Add a set of Claude skill as a marketplace plugin

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.42.1

Bump Dependencies

1.42.0

Add a set of Claude skill as a marketplace plugin

Commits

Updates golang.org/x/sys from 0.46.0 to 0.47.0

Commits
  • 9e7e939 cpu: handle vendor suffixes in parseRelease
  • f6fb8a1 unix: use epoll_pwait rather than epoll_wait
  • f3eeabf windows: avoid length overflow in NewNTString
  • 3cb6647 unix: update glibc to 2.43
  • c507910 windows: document safe usage of TrusteeValue
  • See full diff in compare view

Updates github.com/ironcore-dev/ironcore from 0.3.0 to 0.4.3

Release notes

Sourced from github.com/ironcore-dev/ironcore's releases.

v0.4.3

Changes

🐛 Bug Fixes

🧰 Maintenance

v0.4.2

Changes

🐛 Bug Fixes

🧰 Maintenance

v0.4.1

Changes

🧰 Maintenance

v0.4.0

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

... (truncated)

Commits
  • 28effbb Grant network plugins RBAC to renew their own client certificates (#1507)
  • 7d6b080 Bump the go-dependencies group with 3 updates (#1506)
  • a0e22c5 Fix empty action field on IRI-mapped events (#1500)
  • 8be9150 Fix stuck Machine if Prefix is referenced (#1502)
  • fd1f73f Bump github.com/onsi/gomega in the go-dependencies group (#1494)
  • 8a90e86 MachineScheduler cache loses track of bound machines (#1492)
  • 7c6555c Fix cross-NIC deletion of ephemeral VirtualIPs (#1493)
  • 62a0fe0 Deprecate function SetVolumeUidToAllVolumes() (#1484)
  • 9c5b0ee Grant RBAC for events in events.k8s.io API group (#1490)
  • e06df4e Bump github.com/onsi/ginkgo/v2 (#1486)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code minor labels Jul 22, 2026
@dependabot
dependabot Bot requested review from a team as code owners July 22, 2026 08:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code minor labels Jul 22, 2026
@peanball

Copy link
Copy Markdown
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
dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-a4be573b01 branch from 1f58e50 to f7066b0 Compare July 23, 2026 09:42
@peanball

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
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.

@peanball peanball closed this Jul 30, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
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
dependabot Bot deleted the dependabot/go_modules/go-dependencies-a4be573b01 branch July 30, 2026 08:55
@hardikdr hardikdr added the area/iaas Issues related to IronCore IaaS development. label Aug 21, 2026
@hardikdr hardikdr added this to Roadmap Aug 21, 2026
@github-project-automation github-project-automation Bot moved this to Done in Roadmap Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/iaas Issues related to IronCore IaaS development. dependencies Pull requests that update a dependency file go Pull requests that update Go code minor

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants