chore(deps): bump the dependencies group across 1 directory with 6 updates
Bumps the dependencies group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/go-logr/logr | 1.4.2 |
1.4.3 |
| go.uber.org/mock | 0.5.0 |
0.5.2 |
| golang.org/x/sync | 0.12.0 |
0.14.0 |
| google.golang.org/protobuf | 1.36.5 |
1.36.6 |
| k8s.io/kubernetes | 1.32.2 |
1.33.1 |
| sigs.k8s.io/structured-merge-diff/v4 | 4.6.0 |
4.7.0 |
Updates github.com/go-logr/logr from 1.4.2 to 1.4.3
Release notes
Sourced from github.com/go-logr/logr's releases.
v1.4.3
Minor release.
What's Changed
- Fix slog tests for 1.25 by
@hoeppi-googlein go-logr/logr#361- Remove one exception from Slog testing by
@thockinin go-logr/logr#362New Contributors
@hoeppi-googlemade their first contribution in go-logr/logr#361Full Changelog: https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3
Commits
38a1c47build(deps): bump github/codeql-action from 3.28.17 to 3.28.18f08beddbuild(deps): bump actions/setup-go from 5.4.0 to 5.5.06295e99build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0028840dbuild(deps): bump github/codeql-action from 3.28.15 to 3.28.17511e5faMerge pull request #367 from go-logr/dependabot/github_actions/github/codeql-...d806463build(deps): bump github/codeql-action from 3.28.13 to 3.28.15158c311Merge pull request #366 from thockin/masterc79ddb3Update to support golangci-lint v220a64babuild(deps): bump github/codeql-action from 3.28.12 to 3.28.130385e14Add comments around slog exceptions- Additional commits viewable in compare view
Updates go.uber.org/mock from 0.5.0 to 0.5.2
Release notes
Sourced from go.uber.org/mock's releases.
v0.5.2
0.5.2 (28 Apr 2025)
Fixed
- #248[]: Fixed an issue with type aliases not being included in generated code correctly.
v0.5.1
0.5.1 (7 Apr 2025)
Fixed
- #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
- #219[]: Fixed a collision between function argument names and package names in generated code.
- #165[]: Fixed an issue where aliases specified by
-importswere not being respected in generated code.#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165
Thanks to
@mtoaderand@bstncartwrightfor their contributions to this release.
Changelog
Sourced from go.uber.org/mock's changelog.
0.5.2 (28 Apr 2025)
Fixed
- #248[]: Fixed an issue with type aliases not being included in generated code correctly.
0.5.1 (7 Apr 2025)
Fixed
- #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
- #219[]: Fixed a collision between function argument names and package names in generated code.
- #165[]: Fixed an issue where aliases specified by
-importswere not being respected in generated code.#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165
Thanks to
@mtoaderand@bstncartwrightfor their contributions to this release.
Commits
0b8095fPrepare release v0.5.2 (#250)8ce01acBump go.mod to 1.23 and remove alias replacements (#248)6568d88Back to development. (#242)cf6f33dPrepare release v0.5.1 (#241)bb4128eCopying gomock definition and tests from rules_go (#231)d97cf0dFix-importshandling aliased imports in source mode (#165)eb67641fix: import and arg collision (#219)c205527Package Mode: Use aliases when used in source (#220)b8222faBack to development (#215)- See full diff in compare view
Updates golang.org/x/sync from 0.12.0 to 0.14.0
Commits
506c70ferrgroup: propagate panic and Goexit through Wait396f3a0errgroup: document calling Go before Wait- See full diff in compare view
Updates google.golang.org/protobuf from 1.36.5 to 1.36.6
Updates k8s.io/kubernetes from 1.32.2 to 1.33.1
Release notes
Sourced from k8s.io/kubernetes's releases.
Kubernetes v1.33.1
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
Kubernetes v1.33.0
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
Kubernetes v1.33.0-rc.1
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
Kubernetes v1.33.0-rc.0
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
Kubernetes v1.33.0-beta.0
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
Kubernetes v1.33.0-alpha.3
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
Kubernetes v1.33.0-alpha.2
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
Kubernetes v1.33.0-alpha.1
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
Kubernetes v1.32.5
... (truncated)
Commits
8adc0f0Release commit for Kubernetes v1.33.1cce99a8Automated cherry pick of #130503: Unhandled panic crash on rollout_history pr...00ebe85Merge pull request #131636gnufied/automated-cherry-pick-of-#1315685dc469cMerge pull request #131523carlory/automated-cherry-pick-of-#131495973b381Merge pull request #131437gnufied/automated-cherry-pick-of-#131418b5a1738Merge pull request #131708tigrato/automated-cherry-pick-of-#1317023a09aebMerge pull request #131679mortent/automated-cherry-pick-of-#131662a257be8fix: fixes a possible panic inNewYAMLToJSONDecoderb59deb4DRA: Fix failure to allocate large number of devicesd3c7573Merge pull request #131427 from princepereira/automated-cherry-pick-of-#13113...- Additional commits viewable in compare view
Updates sigs.k8s.io/structured-merge-diff/v4 from 4.6.0 to 4.7.0
Commits
dda5e3aMerge pull request #286 from liggitt/omitzero0e97094Add omitzero support9a51599Merge pull request #285 from kubernetes-sigs/jpbetz-patch-206358baAdd yongruilin to reviewers for SMD33bf872Merge pull request #282 from yongruilin/fix-errorf2321d21fix: update error formatting and test naming- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Looks like these dependencies are no longer updatable, so this is no longer needed.