Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the k8s-dependencies group with 2 updates #6017

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2023

Bumps the k8s-dependencies group with 2 updates: k8s.io/api and k8s.io/apiextensions-apiserver.

Updates k8s.io/api from 0.28.4 to 0.29.0

Commits
  • 12b5cfd Update dependencies to v0.29.0 tag
  • 0d77c34 Merge remote-tracking branch 'origin/master' into release-1.29
  • bb0a75c add beta comment for pod replacement policy
  • 0099855 update go.mod
  • d4b94f4 Merge pull request #121765 from mimowo/ready-pods-stable-api
  • 8391a3f Merge pull request #121764 from mimowo/backoff-limit-per-index-beta-api
  • 7e58e00 Fix API comment for the Job ready field
  • 5a2bc70 Fix API comment for the FailIndex Job pod failure policy action
  • cca653e Merge pull request #113374 from ahmedtd/kep-3257-projected-types
  • d23b507 Regenerate for ClusterTrustBundlePEM projected volume API
  • Additional commits viewable in compare view

Updates k8s.io/apiextensions-apiserver from 0.28.4 to 0.29.0

Commits
  • 5624a82 Update dependencies to v0.29.0 tag
  • 249827f update go.mod
  • 4bb4c02 Merge pull request #121034 from alexzielenski/apiserver/apiextensions/ratchet...
  • f68866b codegen
  • 5321cf0 validate defaults across an update from nil to ensure create ratcheting rules...
  • efc67b4 ratcheting-cel: use Optional[T] for oldSelf when optionalOldSelf is true
  • 0889c57 ratcheting-cel: add optionalOldSelf field
  • 2c1c704 refactor: rename TransitionRule to UsesOldSelf
  • 915de7b Merge pull request #121573 from tukwila/bump_etcd_v3.5.10
  • d1c742e Merge pull request #121552 from pohly/klog-update
  • 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 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

@dependabot dependabot bot requested a review from a team as a code owner December 17, 2023 20:06
@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 Dec 17, 2023
@dependabot dependabot bot requested review from tsaarni, stevesloka and a team and removed request for a team December 17, 2023 20:06
@sunjayBhatia sunjayBhatia requested review from a team, davinci26 and clayton-gonsalves and removed request for a team December 17, 2023 20:07
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/k8s-dependencies-6164a1774a branch from d1bbf70 to e695eb0 Compare December 18, 2023 15:42
Bumps the k8s-dependencies group with 2 updates: [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver).


Updates `k8s.io/api` from 0.28.4 to 0.29.0
- [Commits](kubernetes/api@v0.28.4...v0.29.0)

Updates `k8s.io/apiextensions-apiserver` from 0.28.4 to 0.29.0
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.28.4...v0.29.0)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-dependencies
- dependency-name: k8s.io/apiextensions-apiserver
  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 force-pushed the dependabot/go_modules/main/k8s-dependencies-6164a1774a branch from e695eb0 to 60f22a9 Compare December 18, 2023 15:44
@sunjayBhatia
Copy link
Member

needs a rerun of crd generation

Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
@skriss skriss enabled auto-merge (squash) December 18, 2023 16:08
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

Merging #6017 (7b3480c) into main (bf6b8c5) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #6017   +/-   ##
=======================================
  Coverage   78.68%   78.68%           
=======================================
  Files         138      138           
  Lines       19675    19675           
=======================================
  Hits        15481    15481           
  Misses       3890     3890           
  Partials      304      304           

@skriss skriss merged commit 2b1d01f into main Dec 18, 2023
26 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/main/k8s-dependencies-6164a1774a branch December 18, 2023 16:35
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