Skip to content

build(deps): bump the gomod-minor-patch group with 8 updates#409

Merged
jmclong merged 2 commits intomainfrom
dependabot/go_modules/gomod-minor-patch-5f01985f61
Mar 19, 2026
Merged

build(deps): bump the gomod-minor-patch group with 8 updates#409
jmclong merged 2 commits intomainfrom
dependabot/go_modules/gomod-minor-patch-5f01985f61

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps the gomod-minor-patch group with 8 updates:

Package From To
k8s.io/api 0.35.2 0.35.3
k8s.io/apiextensions-apiserver 0.35.2 0.35.3
k8s.io/apimachinery 0.35.2 0.35.3
k8s.io/client-go 0.35.2 0.35.3
k8s.io/component-base 0.35.2 0.35.3
k8s.io/component-helpers 0.35.2 0.35.3
k8s.io/kubernetes 1.35.2 1.35.3
k8s.io/mount-utils 0.35.2 0.35.3

Updates k8s.io/api from 0.35.2 to 0.35.3

Commits

Updates k8s.io/apiextensions-apiserver from 0.35.2 to 0.35.3

Commits
  • 073f527 Update dependencies to v0.35.3 tag
  • 791831a Merge pull request #136903pohly/automated-cherry-pick-of-#136455
  • 85fbdc0 Merge pull request #136387vikasbolla/automated-cherry-pick-of-#135567
  • 0e52304 fake client-go: un-deprecate NewSimpleClientset
  • f4ff589 Fix flaky TestApplyCRDuringCRDFinalization test
  • See full diff in compare view

Updates k8s.io/apimachinery from 0.35.2 to 0.35.3

Commits

Updates k8s.io/client-go from 0.35.2 to 0.35.3

Commits
  • 4f1f0a2 Update dependencies to v0.35.3 tag
  • f80003c Merge pull request #136903pohly/automated-cherry-pick-of-#136455
  • 8b41556 fake client-go: un-deprecate NewSimpleClientset
  • See full diff in compare view

Updates k8s.io/component-base from 0.35.2 to 0.35.3

Commits

Updates k8s.io/component-helpers from 0.35.2 to 0.35.3

Commits

Updates k8s.io/kubernetes from 1.35.2 to 1.35.3

Release notes

Sourced from k8s.io/kubernetes's releases.

v1.35.3

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.

Commits
  • 6c1cd99 Release commit for Kubernetes v1.35.3
  • b6f632b Merge pull request #137569 from fuweid/cp-1374942-135
  • f503429 Merge pull request #137400Chandan9112/automated-cherry-pick-of-#137252
  • fe6a745 Merge pull request #137382 from BenTheElder/no-rules
  • 77d8b63 Merge pull request #137257ahrtr/automated-cherry-pick-of-#137251
  • d595aaf Merge pull request #137047vikasbolla/automated-cherry-pick-of-#135611
  • b57e146 cmd/kubeadm: ignore EINVAL error during unmount
  • a0e5f1a Merge pull request #136903pohly/automated-cherry-pick-of-#136455
  • af6488c Use localhost image reference in PodObservedGenerationTracking test
  • 60ebb8a Merge pull request #137366tsj-30/automated-cherry-pick-of-#137253
  • Additional commits viewable in compare view

Updates k8s.io/mount-utils from 0.35.2 to 0.35.3

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the gomod-minor-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.35.2` | `0.35.3` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.35.2` | `0.35.3` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.35.2` | `0.35.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.2` | `0.35.3` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.35.2` | `0.35.3` |
| [k8s.io/component-helpers](https://github.com/kubernetes/component-helpers) | `0.35.2` | `0.35.3` |
| [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) | `1.35.2` | `1.35.3` |
| [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils) | `0.35.2` | `0.35.3` |


Updates `k8s.io/api` from 0.35.2 to 0.35.3
- [Commits](kubernetes/api@v0.35.2...v0.35.3)

Updates `k8s.io/apiextensions-apiserver` from 0.35.2 to 0.35.3
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.35.2...v0.35.3)

Updates `k8s.io/apimachinery` from 0.35.2 to 0.35.3
- [Commits](kubernetes/apimachinery@v0.35.2...v0.35.3)

Updates `k8s.io/client-go` from 0.35.2 to 0.35.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.2...v0.35.3)

Updates `k8s.io/component-base` from 0.35.2 to 0.35.3
- [Commits](kubernetes/component-base@v0.35.2...v0.35.3)

Updates `k8s.io/component-helpers` from 0.35.2 to 0.35.3
- [Commits](kubernetes/component-helpers@v0.35.2...v0.35.3)

Updates `k8s.io/kubernetes` from 1.35.2 to 1.35.3
- [Release notes](https://github.com/kubernetes/kubernetes/releases)
- [Commits](kubernetes/kubernetes@v1.35.2...v1.35.3)

Updates `k8s.io/mount-utils` from 0.35.2 to 0.35.3
- [Commits](kubernetes/mount-utils@v0.35.2...v0.35.3)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-patch
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-patch
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-patch
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-patch
- dependency-name: k8s.io/component-base
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-patch
- dependency-name: k8s.io/component-helpers
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-patch
- dependency-name: k8s.io/kubernetes
  dependency-version: 1.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-patch
- dependency-name: k8s.io/mount-utils
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file safe to test labels Mar 19, 2026
@dependabot dependabot bot requested review from a team, croomes, jmclong and landreasyan as code owners March 19, 2026 10:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file safe to test labels Mar 19, 2026
@jmclong
Copy link
Contributor

jmclong commented Mar 19, 2026

@copilot please update the staging k8s dirs too

Copy link
Contributor

Copilot AI commented Mar 19, 2026

@jmclong I've opened a new pull request, #411, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan

* chore: update staging k8s replace directives from v0.35.0 to v0.35.3

Co-authored-by: jmclong <44989821+jmclong@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jmclong <44989821+jmclong@users.noreply.github.com>
croomes
croomes previously approved these changes Mar 19, 2026
@croomes croomes self-requested a review March 19, 2026 14:33
@croomes
Copy link
Collaborator

croomes commented Mar 19, 2026

@jmclong I'll wait for your review

@croomes croomes dismissed their stale review March 19, 2026 14:34

wait for Joshua

@jmclong
Copy link
Contributor

jmclong commented Mar 19, 2026

@jmclong I'll wait for your review

it looks good to me! Kubernetes has these weird staging repos that dependabot doesn't know how to update. I got copilot to update them

@jmclong jmclong merged commit 792eea3 into main Mar 19, 2026
26 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-minor-patch-5f01985f61 branch March 19, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file safe to test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants