jeremylvln / Shulker

A Kubernetes operator for managing complex and dynamic Minecraft infrastructures, including game servers and proxies.
https://shulker.jeremylvln.fr/
GNU Affero General Public License v3.0
181 stars 14 forks source link

chore(deps): update rust crate k8s-openapi to 0.22.0 - autoclosed #544

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
k8s-openapi workspace.dependencies minor 0.21.1 -> 0.22.0

Release Notes

Arnavion/k8s-openapi (k8s-openapi) ### [`v0.22.0`](https://togithub.com/Arnavion/k8s-openapi/blob/HEAD/CHANGELOG.md#v0220-2024-05-04) [Compare Source](https://togithub.com/Arnavion/k8s-openapi/compare/v0.21.1...v0.22.0) #### k8s-openapi - BREAKING CHANGE: Added support for Kubernetes 1.30 under the `v1_30` feature. Corresponding Kubernetes API server versions: - v1.24.17 - v1.25.16 - v1.26.15 - v1.27.13 - v1.28.9 - v1.29.4 - v1.30.0 #### k8s-openapi-codegen-common - No changes. #### k8s-openapi-derive - No changes except to bump the `k8s-openapi-codegen-common` dependency to the new version. ***

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 4 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package k8s-openapi@0.21.1 --precise 0.22.0
    Updating crates.io index
error: failed to select a version for the requirement `k8s-openapi = "^0.21.0"`
candidate versions found which didn't match: 0.22.0
location searched: crates.io index
required by package `kube v0.88.1`
    ... which satisfies dependency `kube = "^0.88.1"` (locked to 0.88.1) of package `google-agones-crds v0.8.1 (/tmp/renovate/repos/github/jeremylvln/Shulker/packages/google-agones-crds)`
perhaps a crate was updated and forgotten to be re-vendored?