Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2025

Bumps the k8s-dependencies group with 4 updates: k8s.io/api, k8s.io/apiextensions-apiserver, k8s.io/apimachinery and k8s.io/client-go.

Updates k8s.io/api from 0.30.10 to 0.30.11

Commits

Updates k8s.io/apiextensions-apiserver from 0.30.10 to 0.30.11

Commits

Updates k8s.io/apimachinery from 0.30.10 to 0.30.11

Commits

Updates k8s.io/client-go from 0.30.10 to 0.30.11

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 4 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver), [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.30.10 to 0.30.11
- [Commits](kubernetes/api@v0.30.10...v0.30.11)

Updates `k8s.io/apiextensions-apiserver` from 0.30.10 to 0.30.11
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.30.10...v0.30.11)

Updates `k8s.io/apimachinery` from 0.30.10 to 0.30.11
- [Commits](kubernetes/apimachinery@v0.30.10...v0.30.11)

Updates `k8s.io/client-go` from 0.30.10 to 0.30.11
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.30.10...v0.30.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team, sunjayBhatia and tsaarni and removed request for a team March 16, 2025 20:27
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes. release-note/none-required Marks a PR as not requiring a release note. Should only be used for very small changes. labels Mar 16, 2025
@sunjayBhatia sunjayBhatia requested review from a team, davinci26 and wilsonwu and removed request for a team March 16, 2025 20:27
This change avoids compilation failure in maintenance branch without
need for bigger rework.

Signed-off-by: Tero Saarni <[email protected]>
@tsaarni tsaarni requested a review from a team as a code owner March 17, 2025 10:31
@codecov
Copy link

codecov bot commented Mar 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.01%. Comparing base (87b5bdb) to head (36d80b9).
Report is 1 commits behind head on release-1.30.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##           release-1.30    #6954   +/-   ##
=============================================
  Coverage         81.01%   81.01%           
=============================================
  Files               133      133           
  Lines             19994    19994           
=============================================
  Hits              16198    16198           
  Misses             3503     3503           
  Partials            293      293           
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tsaarni tsaarni merged commit 12c6898 into release-1.30 Mar 17, 2025
19 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/release-1.30/k8s-dependencies-20b8f36d5e branch March 17, 2025 11:51
@tsaarni
Copy link
Member

tsaarni commented Mar 17, 2025

I've manually removed the toolchain statement from go.mod

- toolchain go1.24.1

since it breaks the maintenance branch build unless further work is put into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes. release-note/none-required Marks a PR as not requiring a release note. Should only be used for very small changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants