-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update Rust crate k8s-openapi to 0.23.0 #241
Open
noelbot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/k8s-openapi-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⚠ Artifact update problemRenovate 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
|
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
6 times, most recently
from
January 28, 2024 09:02
b31289c
to
24c3233
Compare
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
5 times, most recently
from
February 2, 2024 14:01
de3fdf5
to
31fd076
Compare
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
4 times, most recently
from
February 11, 2024 07:02
ea531e4
to
02acf4c
Compare
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
from
February 18, 2024 00:01
02acf4c
to
775d0e0
Compare
noelbot
changed the title
Update Rust crate k8s-openapi to 0.21.0
Update Rust crate k8s-openapi to 0.21.1
Feb 18, 2024
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
3 times, most recently
from
February 20, 2024 03:02
cf17118
to
8ecf54e
Compare
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
2 times, most recently
from
March 10, 2024 05:01
521ec63
to
c4734ed
Compare
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
5 times, most recently
from
March 21, 2024 22:02
a661d15
to
ad23265
Compare
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
from
March 23, 2024 03:02
ad23265
to
df99f2b
Compare
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
7 times, most recently
from
March 28, 2024 18:02
0676e02
to
9b1aba8
Compare
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
3 times, most recently
from
April 11, 2024 20:02
2ce5f27
to
16dba27
Compare
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
5 times, most recently
from
April 21, 2024 19:01
f0b1802
to
2c02885
Compare
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
2 times, most recently
from
April 27, 2024 06:01
150eedc
to
266891a
Compare
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
2 times, most recently
from
May 2, 2024 19:02
5da641f
to
491c847
Compare
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
from
August 20, 2024 18:28
491c847
to
8b202eb
Compare
noelbot
changed the title
Update Rust crate k8s-openapi to 0.21.1
Update Rust crate k8s-openapi to 0.22.0
Aug 20, 2024
noelbot
force-pushed
the
renovate/k8s-openapi-0.x
branch
from
September 16, 2024 05:02
8b202eb
to
2a88f62
Compare
noelbot
changed the title
Update Rust crate k8s-openapi to 0.22.0
Update Rust crate k8s-openapi to 0.23.0
Sep 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.20.0
->0.23.0
Release Notes
Arnavion/k8s-openapi (k8s-openapi)
v0.23.0
Compare Source
k8s-openapi
BREAKING CHANGE: Added support for Kubernetes 1.31 under the
v1_31
feature.BREAKING CHANGE: Dropped support for Kubernetes 1.24 and 1.25.
Corresponding Kubernetes API server versions:
k8s-openapi-codegen-common
k8s-openapi-derive
k8s-openapi-codegen-common
dependency to the new version.v0.22.0
Compare Source
k8s-openapi
v1_30
feature.Corresponding Kubernetes API server versions:
k8s-openapi-codegen-common
k8s-openapi-derive
k8s-openapi-codegen-common
dependency to the new version.v0.21.1
Compare Source
k8s-openapi
schemars::JsonSchema
impl ofk8s_openapi::apimachinery::pkg::util::intstr::IntOrString
to be in line with what Kubernetes expects of int-or-string fields in CRDs.Corresponding Kubernetes API server versions:
k8s-openapi-codegen-common
k8s-openapi-derive
k8s-openapi-codegen-common
dependency to the new version.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:
k8s-openapi-codegen-common
k8s-openapi-derive
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.
This PR has been generated by Renovate Bot.