Skip to content

chore(deps): bump the go-k8s-dependencies group across 1 directory with 3 updates#2957

Open
dependabot[bot] wants to merge 1 commit into
release-v0.37.xfrom
dependabot/go_modules/release-v0.37.x/go-k8s-dependencies-a2282e1417
Open

chore(deps): bump the go-k8s-dependencies group across 1 directory with 3 updates#2957
dependabot[bot] wants to merge 1 commit into
release-v0.37.xfrom
dependabot/go_modules/release-v0.37.x/go-k8s-dependencies-a2282e1417

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-k8s-dependencies group with 2 updates in the / directory: k8s.io/api and k8s.io/client-go.

Updates k8s.io/api from 0.34.1 to 0.34.9

Commits
  • 65439ae Update dependencies to v0.34.9 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.1 to 0.34.9

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.1 to 0.34.9

Commits
  • 1976477 Update dependencies to v0.34.9 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
  • 3a88ce1 Merge pull request #135716p0lyn0mial/automated-cherry-pick-of-#135591
  • c80976c downgrade reflector watchlist fallback log to V(4)
  • ab04e77 Merge pull request #135592serathius/automated-cherry-pick-of-#135580
  • 25da701 Use transformer in consistency checker
  • 0c76ee5 Add unit tests for Data Consistency Detector
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Used by dependabot - identifies all PRs created by dependabot kind/misc Categorizes issue or PR as a miscellaneuous one. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesnt merit a release note. labels Jul 3, 2026
@tekton-robot tekton-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 3, 2026
vdemeester
vdemeester previously approved these changes Jul 3, 2026

@vdemeester vdemeester left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

/lgtm

@vdemeester

Copy link
Copy Markdown
Member

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 3, 2026
@tekton-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vdemeester

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 3, 2026
…th 3 updates

Bumps the go-k8s-dependencies group with 2 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/client-go](https://github.com/kubernetes/client-go).


Updates `k8s.io/api` from 0.34.1 to 0.34.9
- [Commits](kubernetes/api@v0.34.1...v0.34.9)

Updates `k8s.io/apimachinery` from 0.34.1 to 0.34.9
- [Commits](kubernetes/apimachinery@v0.34.1...v0.34.9)

Updates `k8s.io/client-go` from 0.34.1 to 0.34.9
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.34.1...v0.34.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the go-k8s-dependencies group with 3 updates chore(deps): bump the go-k8s-dependencies group across 1 directory with 3 updates Jul 7, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/release-v0.37.x/go-k8s-dependencies-a2282e1417 branch from 16f173d to 3eadb2b Compare July 7, 2026 14:26
@tekton-robot tekton-robot removed the lgtm Indicates that a PR is ready to be merged. label Jul 7, 2026
@tekton-robot

Copy link
Copy Markdown
Contributor

New changes are detected. LGTM label has been removed.

@tekton-robot tekton-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Used by dependabot - identifies all PRs created by dependabot kind/misc Categorizes issue or PR as a miscellaneuous one. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesnt merit a release note. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants