kubewarden / policy-sdk-rust

Kubewarden Policy SDK for the Rust programming language
https://kubewarden.io
Apache License 2.0
8 stars 6 forks source link

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

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

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`](https://togithub.com/Arnavion/k8s-openapi/blob/HEAD/CHANGELOG.md#v0210-2024-01-19) [Compare Source](https://togithub.com/Arnavion/k8s-openapi/compare/v0.20.0...v0.21.0) #### 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.



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

fabriziosestito commented 9 months ago

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 commented 9 months ago

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:

renovate[bot] commented 9 months ago

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 commented 9 months ago

Tagged in main as v0.9.10.