Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 4, 2024

This PR contains the following updates:

Package Type Update Change
k8s-openapi dependencies minor 0.23.00.27.0

Release Notes

Arnavion/k8s-openapi (k8s-openapi)

v0.27.0

Compare Source

k8s-openapi

  • BREAKING CHANGE: Added support for Kubernetes 1.35 under the v1_35 feature.

  • BREAKING CHANGE: Dropped support for Kubernetes 1.30.

  • BREAKING CHANGE: chrono::DateTime has been replaced by jiff::Timestamp in the implementations of apimachinery::pkg::apis::meta::v1::{MicroTime, Time}.

  • FEATURE: All newtypes now implement From for their inner type, eg Time impls From<jiff::Timestamp>.

Corresponding Kubernetes API server versions:

  • v1.31.14
  • v1.32.11
  • v1.33.7
  • v1.34.3
  • v1.35.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.

v0.26.1

Compare Source

k8s-openapi

  • BUGFIX: apimachinery::pkg::api::resource::Quantity now supports deserializing from a JSON integer, to match Kubernetes API server behavior.

Corresponding Kubernetes API server versions:

  • v1.30.14
  • v1.31.14
  • v1.32.10
  • v1.33.7
  • v1.34.3

k8s-openapi-codegen-common

  • No changes.

k8s-openapi-derive

  • No changes except to bump the k8s-openapi-codegen-common dependency to the new version.

v0.26.0

Compare Source

k8s-openapi

  • BREAKING CHANGE: Added support for Kubernetes 1.34 under the v1_34 feature.

  • BREAKING CHANGE: schemars::JsonSchema impls are now generated for schemars v1.

Corresponding Kubernetes API server versions:

  • v1.30.14
  • v1.31.12
  • v1.32.8
  • v1.33.4
  • v1.34.0

k8s-openapi-codegen-common

  • BREAKING CHANGE: schemars::JsonSchema impls are now generated for schemars v1.

k8s-openapi-derive

  • No changes except to bump the k8s-openapi-codegen-common dependency to the new version.

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.

v0.24.0

Compare Source

k8s-openapi

  • BREAKING CHANGE: Added support for Kubernetes 1.32 under the v1_32 feature.

  • BREAKING CHANGE: Dropped support for Kubernetes 1.26 and 1.27.

Corresponding Kubernetes API server versions:

  • v1.28.15
  • v1.29.12
  • v1.30.8
  • v1.31.4
  • v1.32.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: 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 this update again.


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

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

@renovate
Copy link
Contributor Author

renovate bot commented May 4, 2024

⚠ 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.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 `dbman v0.123.2 (/tmp/renovate/repos/github/hef/dbman)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot changed the title fix(deps): update rust crate k8s-openapi to 0.22.0 fix(deps): update rust crate k8s-openapi to 0.23.0 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/k8s-openapi-0.x branch from 35a7616 to 520bf71 Compare September 16, 2024 08:19
@renovate renovate bot changed the title fix(deps): update rust crate k8s-openapi to 0.23.0 fix(deps): update rust crate k8s-openapi to 0.23.0 - autoclosed Dec 19, 2024
@renovate renovate bot closed this Dec 19, 2024
@renovate renovate bot deleted the renovate/k8s-openapi-0.x branch December 19, 2024 00:45
@renovate renovate bot changed the title fix(deps): update rust crate k8s-openapi to 0.23.0 - autoclosed fix(deps): update rust crate k8s-openapi to 0.23.0 Dec 24, 2024
@renovate renovate bot reopened this Dec 24, 2024
@renovate renovate bot force-pushed the renovate/k8s-openapi-0.x branch from c15eef6 to 520bf71 Compare December 24, 2024 10:44
@renovate renovate bot changed the title fix(deps): update rust crate k8s-openapi to 0.23.0 fix(deps): update rust crate k8s-openapi to 0.24.0 Dec 24, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Dec 24, 2024

⚠️ 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.23.0 --precise 0.27.0
    Updating crates.io index
error: failed to select a version for `k8s-openapi`.
    ... required by package `dbman v0.123.2 (/tmp/renovate/repos/github/hef/dbman)`
versions that meet the requirements `^0.27.0` are: 0.27.0

package `dbman` depends on `k8s-openapi` with feature `v1_30` but `k8s-openapi` does not have that feature.
 package `k8s-openapi` does have feature `v1_31`


failed to select a version for `k8s-openapi` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/k8s-openapi-0.x branch from 520bf71 to 64bdfa6 Compare December 24, 2024 10:45
@renovate renovate bot force-pushed the renovate/k8s-openapi-0.x branch from 64bdfa6 to cf8de87 Compare May 12, 2025 06:30
@renovate renovate bot changed the title fix(deps): update rust crate k8s-openapi to 0.24.0 fix(deps): update rust crate k8s-openapi to 0.25.0 May 12, 2025
@renovate renovate bot force-pushed the renovate/k8s-openapi-0.x branch from cf8de87 to ce1971f Compare August 10, 2025 12:38
@renovate renovate bot force-pushed the renovate/k8s-openapi-0.x branch from ce1971f to ca1f882 Compare September 6, 2025 21:05
@renovate renovate bot changed the title fix(deps): update rust crate k8s-openapi to 0.25.0 fix(deps): update rust crate k8s-openapi to 0.26.0 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/k8s-openapi-0.x branch from ca1f882 to 1f11bd9 Compare September 25, 2025 16:35
@renovate renovate bot force-pushed the renovate/k8s-openapi-0.x branch from 1f11bd9 to af7cec1 Compare January 11, 2026 21:36
@renovate renovate bot changed the title fix(deps): update rust crate k8s-openapi to 0.26.0 fix(deps): update rust crate k8s-openapi to 0.27.0 Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants