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

chore(deps): update rust crate k8s-openapi to 0.21.0 #127

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
k8s-openapi dev-dependencies minor 0.20.0 -> 0.21.0
k8s-openapi dependencies minor 0.20.0 -> 0.21.0

Release Notes

Arnavion/k8s-openapi (k8s-openapi)

v0.21.0

Compare Source

k8s-openapi

  • BREAKING CHANGE: Added support for Kubernetes 1.29 under the v1_29 feature.

  • BREAKING CHANGE: Dropped support for Kubernetes 1.22 and 1.23.

Corresponding Kubernetes API server versions:

  • v1.24.17
  • v1.25.16
  • v1.26.13
  • v1.27.10
  • v1.28.6
  • v1.29.1

k8s-openapi-codegen-common

  • No changes.

k8s-openapi-derive

  • No changes.


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sorry, something went wrong.

@renovate renovate bot requested a review from a team as a code owner January 22, 2024 00:48
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 22, 2024
@fabriziosestito
Copy link
Contributor

blocked:

BREAKING CHANGE: Added support for Kubernetes 1.29 under the v1_29 feature.

BREAKING CHANGE: Dropped support for Kubernetes 1.22 and 1.23.

@flavio
Copy link
Member

flavio commented Jan 22, 2024

I think this is fine. We just have to ensure none of our policies are targeting one of the removed version of k8s.
From what I've seen we are targeting 1.24.

I propose the following actions:

  • Merge this PR
  • Tag a new patch release of the SDK
  • Bump the dependency inside of our policies (let dependabot handle that)
  • When reviewing the dependency bump inside of our policies, change the k8s-openapi feature flag to target a more recent version of k8s, something >= 1.27 (ideally 1.29, to give us some runaway)

Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
Copy link
Contributor Author

renovate bot commented Jan 22, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@viccuad viccuad merged commit 3ec5eb7 into main Jan 22, 2024
@viccuad
Copy link
Member

viccuad commented Jan 22, 2024

Tagged in main as v0.9.10.

@viccuad viccuad deleted the renovate/all-minor-patch branch January 22, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies dependencies Pull requests that update a dependency file kind/chore
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants