Update Rust crate k8s-openapi to 0.25.0 #207

Open
renovate wants to merge 1 commits from renovate/k8s-openapi-0.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
k8s-openapi dependencies minor 0.24.0 -> 0.25.0

Release Notes

Arnavion/k8s-openapi (k8s-openapi)

v0.25.0

Compare Source

k8s-openapi

  • BREAKING CHANGE: Added support for Kubernetes 1.33 under the v1_33 feature.

  • BREAKING CHANGE: Dropped support for Kubernetes 1.28 and 1.29.

  • FEATURE: The crate now supports no_std by disabling its std feature.

Corresponding Kubernetes API server versions:

  • v1.30.12
  • v1.31.8
  • v1.32.4
  • v1.33.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 is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s-openapi](https://github.com/Arnavion/k8s-openapi) | dependencies | minor | `0.24.0` -> `0.25.0` | --- ### Release Notes <details> <summary>Arnavion/k8s-openapi (k8s-openapi)</summary> ### [`v0.25.0`](https://github.com/Arnavion/k8s-openapi/blob/HEAD/CHANGELOG.md#v0250-2025-05-11) [Compare Source](https://github.com/Arnavion/k8s-openapi/compare/v0.24.0...v0.25.0) #### k8s-openapi - BREAKING CHANGE: Added support for Kubernetes 1.33 under the `v1_33` feature. - BREAKING CHANGE: Dropped support for Kubernetes 1.28 and 1.29. - FEATURE: The crate now supports `no_std` by disabling its `std` feature. Corresponding Kubernetes API server versions: - v1.30.12 - v1.31.8 - v1.32.4 - v1.33.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. *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS44IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-05-13 00:17:16 +00:00
Update Rust crate k8s-openapi to 0.25.0
Some checks reported errors
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
319b0e0cc6
Author
Collaborator

⚠️ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

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.24.0 --precise 0.25.0
    Updating crates.io index
error: failed to select a version for the requirement `k8s-openapi = "^0.24.0"`
candidate versions found which didn't match: 0.25.0
location searched: crates.io index
required by package `kube v0.99.0`
    ... which satisfies dependency `kube = "^0.99.0"` (locked to 0.99.0) of package `minio-operator v0.1.0 (/tmp/renovate/repos/gitea/pierre/MinioK8sBuckets)`

### ⚠️ 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: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually 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.24.0 --precise 0.25.0 Updating crates.io index error: failed to select a version for the requirement `k8s-openapi = "^0.24.0"` candidate versions found which didn't match: 0.25.0 location searched: crates.io index required by package `kube v0.99.0` ... which satisfies dependency `kube = "^0.99.0"` (locked to 0.99.0) of package `minio-operator v0.1.0 (/tmp/renovate/repos/gitea/pierre/MinioK8sBuckets)` ```
renovate force-pushed renovate/k8s-openapi-0.x from 319b0e0cc6 to 32fa8c7f02 2025-05-26 00:07:25 +00:00 Compare
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/k8s-openapi-0.x:renovate/k8s-openapi-0.x
git checkout renovate/k8s-openapi-0.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/MinioK8sBuckets#207
No description provided.