Skip to content

🌱 bump the k8s-dependencies group across 1 directory with 4 updates - #2914

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/k8s-dependencies-d288577407
Open

🌱 bump the k8s-dependencies group across 1 directory with 4 updates#2914
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/k8s-dependencies-d288577407

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the k8s-dependencies group with 2 updates in the / directory: k8s.io/apiserver and k8s.io/cli-runtime.

Updates k8s.io/apiserver from 0.36.4 to 0.37.0

Commits
  • 4d85a66 Update dependencies to v0.37.0 tag
  • a657dcf Keep the existing WantsAuthorizer interface as well for existing admission pl...
  • 24a394e Merge pull request #140860 from richabanker/watch-event-dispatch-latency-stor...
  • 04a5ff2 Merge pull request #140113 from pmengelbert/pmengelbert/authentication_to_adm...
  • b8516c3 Merge pull request #140851 from richabanker/watch-event-dispatch-latency-hand...
  • b60513a Merge pull request #140785 from ibihim/promote-unsafe-deletion-beta
  • 699454d etcd3: include first cause in corrupt object list error
  • bfd891b add storage_to_cache stage to watch dispatch metric
  • 033d4fd add handoff stage to watch dispatch metric
  • 8c6ff7d Merge pull request #140205 from pohly/cel-deps
  • Additional commits viewable in compare view

Updates k8s.io/cli-runtime from 0.36.3 to 0.37.0

Commits
  • c58f941 Update dependencies to v0.37.0 tag
  • 90d7caf cli-runtime: include group in resource-not-found error message (#140759)
  • e973ad6 Merge pull request #139862 from Mujib-Ahasan/proxy-url
  • ae8aead Merge pull request #140782 from dims/update-kube-openapi
  • 23eecfc Update k8s.io/kube-openapi to v0.0.0-20260721132016-d427ff9ee9ad
  • 4aa1bc0 Merge pull request #138559 from briantwatson/refactor-annotate-remove-factory
  • 7a73ded Merge pull request #140385 from dims/update-cadvisor-v0.60.4
  • 0cbfb5c bump github.com/google/cadvisor/lib from v0.60.3 to v0.60.4
  • b0d39cc Refactor annotate to remove factory dependency
  • d08133d Merge pull request #140337 from liggitt/ttrpc
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.36.4 to 0.37.0

Commits
  • 2807644 Update dependencies to v0.37.0 tag
  • 50c6f9b metrics: Register: Fix incorrect assignment
  • 49f0a7b Merge pull request #140931 from pohly/client-go-changelog-adding-apigroups
  • 74d4b1e Merge pull request #140966 from alancaldelas/client-go-fakecustomstore-store
  • 2bf14f2 Merge pull request #140990 from xigang/revert-140448
  • 7b892fe Revert "Merge pull request #140448 from xigang/event_broadcaster_goroutine_leak"
  • df92378 Merge pull request #140334 from nojnhuh/dra-workloadresourceclaims-beta
  • 45a0ff1 client-go: restore FakeCustomStore conformance to cache.Store
  • 9d3b531 Merge pull request #139795 from omeryahud/worktree-kep-5963-device-compat-groups
  • 694f4eb apidiff: ignore adding entirely new API groups
  • Additional commits viewable in compare view

Updates k8s.io/component-base from 0.36.4 to 0.37.0

Commits
  • 94d22b8 Update dependencies to v0.37.0 tag
  • a6b06ee Update k8s.io/kube-openapi to v0.0.0-20260721132016-d427ff9ee9ad
  • ea1331d Merge pull request #140774 from dims/prom-client-v1.24.0
  • 92e2dda Update prometheus/client_golang to 1.24.0
  • 4e4e0b2 Merge pull request #140695 from richabanker/scheduler-perf-tests
  • 40cb850 Merge pull request #140740 from dims/update-grpc-1.82.1
  • 8b9a753 Update google.golang.org/grpc to v1.82.1
  • 7410c09 improve scheduler_perf by gathering metrics once per collection
  • 6e6e41b Merge pull request #138770 from KevinTMtz/plrm-tests
  • 750d48c Register resource manager metrics with subsystem/stability level
  • Additional commits viewable 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 k8s-dependencies group with 2 updates in the / directory: [k8s.io/apiserver](https://github.com/kubernetes/apiserver) and [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime).


Updates `k8s.io/apiserver` from 0.36.4 to 0.37.0
- [Commits](kubernetes/apiserver@v0.36.4...v0.37.0)

Updates `k8s.io/cli-runtime` from 0.36.3 to 0.37.0
- [Commits](kubernetes/cli-runtime@v0.36.3...v0.37.0)

Updates `k8s.io/client-go` from 0.36.4 to 0.37.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.36.4...v0.37.0)

Updates `k8s.io/component-base` from 0.36.4 to 0.37.0
- [Commits](kubernetes/component-base@v0.36.4...v0.37.0)

---
updated-dependencies:
- dependency-name: k8s.io/apiserver
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-dependencies
- dependency-name: k8s.io/cli-runtime
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-dependencies
- dependency-name: k8s.io/component-base
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 10, 2026
@netlify

netlify Bot commented Sep 10, 2026

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit f50ef97
🔍 Latest deploy log https://app.netlify.com/projects/olmv1/deploys/6aa2c27113b26e0007c6046a
😎 Deploy Preview https://deploy-preview-2914--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@openshift-ci
openshift-ci Bot requested a review from ankitathomas September 10, 2026 14:45
@openshift-ci

openshift-ci Bot commented Sep 10, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign kevinrizza for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@openshift-ci
openshift-ci Bot requested a review from joelanford September 10, 2026 14:45
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: fbc4c41e-3421-4c34-b439-ad33d461ce4b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants