Skip to content

deps(go): bump the kubernetes group with 3 updates#442

Merged
MikeSpreitzer merged 1 commit intomainfrom
dependabot/go_modules/kubernetes-32aa078654
Apr 22, 2026
Merged

deps(go): bump the kubernetes group with 3 updates#442
MikeSpreitzer merged 1 commit intomainfrom
dependabot/go_modules/kubernetes-32aa078654

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Bumps the kubernetes group with 3 updates: k8s.io/api, k8s.io/apimachinery and k8s.io/client-go.

Updates k8s.io/api from 0.34.6 to 0.34.7

Commits
  • b186ef3 Update dependencies to v0.34.7 tag
  • ad42a1f Merge pull request #138357 from dims/update-moby-spdystream-v0.5.1-1.34
  • f7287d9 Merge pull request #138349 from dashpole/update_prop_34
  • 39fcc47 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • dfcdfcd update go.opentelemetry.io/otel to v1.41.0
  • See full diff in compare view

Updates k8s.io/apimachinery from 0.34.6 to 0.34.7

Commits
  • 454f531 Merge pull request #138357 from dims/update-moby-spdystream-v0.5.1-1.34
  • e44e450 Merge pull request #138349 from dashpole/update_prop_34
  • e2c5a26 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 03b02ab update go.opentelemetry.io/otel to v1.41.0
  • See full diff in compare view

Updates k8s.io/client-go from 0.34.6 to 0.34.7

Commits
  • 9ba2b87 Update dependencies to v0.34.7 tag
  • e4156f3 Merge pull request #138357 from dims/update-moby-spdystream-v0.5.1-1.34
  • e7de3f2 Merge pull request #138349 from dashpole/update_prop_34
  • 32b5239 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 3f8d3ef update go.opentelemetry.io/otel to v1.41.0
  • 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 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 kubernetes group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go).


Updates `k8s.io/api` from 0.34.6 to 0.34.7
- [Commits](kubernetes/api@v0.34.6...v0.34.7)

Updates `k8s.io/apimachinery` from 0.34.6 to 0.34.7
- [Commits](kubernetes/apimachinery@v0.34.6...v0.34.7)

Updates `k8s.io/client-go` from 0.34.6 to 0.34.7
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.34.6...v0.34.7)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.34.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kubernetes
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kubernetes
- dependency-name: k8s.io/client-go
  dependency-version: 0.34.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kubernetes
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 18, 2026

Labels

The following labels could not be found: dependencies, release-note-none. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Copy Markdown

👋 Thanks for your contribution!

This PR is from a fork, so the e2e tests require approval to run (they use cluster resources).

For maintainers/admins: Comment /ok-to-test to trigger the e2e tests after reviewing the code.

For contributors: Please wait for a maintainer or admin to approve running the tests.

Copy link
Copy Markdown
Collaborator

@MikeSpreitzer MikeSpreitzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I searched for relevant vulnerabilities, on my own and with Claude. The latter found that this PR incorporates a FIX for a vulnerability, CVE-2026-35469 — github.com/moby/spdystream (CVSS 8.7 HIGH). We found no vulnerabilities introduced by this PR.

I noticed that there is a later version of https://github.com/kubernetes-sigs/structured-merge-diff that could be used. For another PR.

@MikeSpreitzer MikeSpreitzer merged commit d98fb7b into main Apr 22, 2026
24 checks passed
@MikeSpreitzer MikeSpreitzer deleted the dependabot/go_modules/kubernetes-32aa078654 branch April 22, 2026 18:34
@MikeSpreitzer
Copy link
Copy Markdown
Collaborator

/ok-to-test

@github-actions
Copy link
Copy Markdown

🚀 E2E tests triggered by /ok-to-test

View the OpenShift E2E workflow run

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.

1 participant