-
-
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 kube to 0.96.0 #242
Open
noelbot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/kube-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
noelbot
force-pushed
the
renovate/kube-0.x
branch
4 times, most recently
from
January 26, 2024 03:02
de236f8
to
6eb1f58
Compare
noelbot
changed the title
Update Rust crate kube to 0.88.0
Update Rust crate kube to 0.88.1
Jan 26, 2024
noelbot
force-pushed
the
renovate/kube-0.x
branch
8 times, most recently
from
February 2, 2024 14:02
49b3b52
to
cff048b
Compare
noelbot
force-pushed
the
renovate/kube-0.x
branch
4 times, most recently
from
February 11, 2024 07:02
635c656
to
f7b8358
Compare
noelbot
force-pushed
the
renovate/kube-0.x
branch
3 times, most recently
from
February 20, 2024 03:02
6242fb4
to
9ceac6a
Compare
noelbot
force-pushed
the
renovate/kube-0.x
branch
2 times, most recently
from
March 10, 2024 05:01
94f1463
to
c30585e
Compare
noelbot
force-pushed
the
renovate/kube-0.x
branch
5 times, most recently
from
March 21, 2024 22:02
2d80a79
to
9fc6e77
Compare
noelbot
force-pushed
the
renovate/kube-0.x
branch
2 times, most recently
from
March 24, 2024 05:02
b03b6ff
to
580d929
Compare
noelbot
force-pushed
the
renovate/kube-0.x
branch
3 times, most recently
from
March 26, 2024 12:01
e55cd9d
to
1c59536
Compare
noelbot
changed the title
Update Rust crate kube to 0.88.1
Update Rust crate kube to 0.89.0
Mar 26, 2024
noelbot
force-pushed
the
renovate/kube-0.x
branch
3 times, most recently
from
March 28, 2024 18:02
8b179ee
to
cd3340a
Compare
noelbot
force-pushed
the
renovate/kube-0.x
branch
from
April 3, 2024 17:01
cd3340a
to
eab662b
Compare
noelbot
changed the title
Update Rust crate kube to 0.89.0
Update Rust crate kube to 0.90.0
Apr 3, 2024
noelbot
force-pushed
the
renovate/kube-0.x
branch
3 times, most recently
from
April 11, 2024 20:02
9c4e06b
to
cf20b33
Compare
noelbot
force-pushed
the
renovate/kube-0.x
branch
5 times, most recently
from
April 21, 2024 19:01
4bd56c6
to
5c9a0da
Compare
noelbot
force-pushed
the
renovate/kube-0.x
branch
2 times, most recently
from
April 27, 2024 06:02
227d550
to
e07775f
Compare
noelbot
force-pushed
the
renovate/kube-0.x
branch
2 times, most recently
from
May 2, 2024 19:02
2e66240
to
13bb257
Compare
noelbot
force-pushed
the
renovate/kube-0.x
branch
from
August 20, 2024 18:28
13bb257
to
7093a8a
Compare
noelbot
changed the title
Update Rust crate kube to 0.90.0
Update Rust crate kube to 0.93.0
Aug 20, 2024
noelbot
force-pushed
the
renovate/kube-0.x
branch
from
September 9, 2024 09:02
7093a8a
to
d0b00cb
Compare
noelbot
changed the title
Update Rust crate kube to 0.93.0
Update Rust crate kube to 0.94.0
Sep 9, 2024
noelbot
force-pushed
the
renovate/kube-0.x
branch
from
September 16, 2024 12:02
d0b00cb
to
7067213
Compare
noelbot
changed the title
Update Rust crate kube to 0.94.0
Update Rust crate kube to 0.95.0
Sep 16, 2024
noelbot
force-pushed
the
renovate/kube-0.x
branch
from
October 9, 2024 18:02
7067213
to
9c38c96
Compare
noelbot
changed the title
Update Rust crate kube to 0.95.0
Update Rust crate kube to 0.96.0
Oct 9, 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.87.2
->0.96.0
Release Notes
kube-rs/kube (kube)
v0.96.0
Compare Source
===================
Highlights
webpki-roots
added #1323, and predicates no longer requireunstable-runtime
#1578tower
andsecrecy
, andderivative
swapped foreduce
What's Changed
Added
ObjectRef::from
as alias for::from_obj
by @nightkr in https://github.com/kube-rs/kube/pull/1598Changed
secrecy
to 0.10 by @clux in https://github.com/kube-rs/kube/pull/1588tower
to 0.5.1 by @markdingram in https://github.com/kube-rs/kube/pull/1589Removed
Fixed
v0.95.0
Compare Source
===================
Kubernetes
v1_31
support viak8s-openapi
0.23Please upgrade k8s-openapi along with kube to avoid conflicts.
New minimum versions: MSRV 1.77.2, MK8SV: 1.26
What's Changed
Changed
k8s-openapi
to 0.23 for Kubernetes 1.31 support by @clux in https://github.com/kube-rs/kube/pull/1581v0.94.2
Compare Source
What's Changed
Fixes a runtime regression in
watch_object
.Fixed
watch_object
handles objects removed before init by @markdingram in https://github.com/kube-rs/kube/pull/1577New Contributors
Full Changelog: kube-rs/kube@0.94.1...0.94.2
v0.94.1
Compare Source
===================
What's Changed
Convenience release. Adjusted a version bound to avoid possibility of running into version compatibility errors with
hyper-rustls
.Fixed
v0.94.0
Compare Source
===================
Highlights
Support for
rustls
's aws-lc-rs is available under a newkube/aws-lc-rs
feature. Via https://github.com/kube-rs/kube/pull/1568 for https://github.com/kube-rs/kube/issues/1562Furthermore, there are improvements to partial typing:
DeserializeGuard
safety wrapper to lift deserialisation errors (to e.g. not break watchers). See the errorbound example and core module module. Wrapped type be used with e.g.Api::<DeserializeGuard<CaConfigMap>>
. Via https://github.com/kube-rs/kube/pull/1556Resource
;#[derive(Resource)]
allows inheriting existingk8s-openapi
resource implementations to avoid stepping down to the dynamic api. See the cert check example for usage. Via https://github.com/kube-rs/kube/pull/1565What's Changed
Added
aws-lc-rs
rustls feature by @mcluseau in https://github.com/kube-rs/kube/pull/1568Resource
derive macro by @Danil-Grigorev in https://github.com/kube-rs/kube/pull/1565Changed
v0.93.1
Compare Source
===================
What's Changed
Fixed
v0.93.0
Compare Source
===================
Highlights
Better query validation, better client header customisation, and two new modules:
core::labels
module for creating typed label selectors forListParams
orWatchParams
. Can be constructed from a nativeLabelSelector
, or directly from aSelector
ofExpression
s. PR.prelude
to simplify imports of extension traits. PR.A big thank you to everyone who contributed to this release!
What's Changed
Added
Changed
Removed
Fixed
v0.92.1
Compare Source
===================
Bugfix Release
This release fixes #1524; a regression from 0.92.0 causing
watcher
to skip pages on initial list. See #1525.It is recommended to upgrade from 0.92.0.
What's Changed
Fixed
v0.92.0
Compare Source
===================
Runtime: Decreased Memory Usage from
watcher
Buffering of initial pages / init streams is no longer a mandatory process with
watcher::Event
gaining newInit
,InitApply
, andInitDone
events. These events are read on the store side maintaining the atomicity/completeness guarantees forreflector
andStore
users.This constitutes a significant memory decrease for all
watcher
users, and it has more details in a new kube.rs/blog post.The downside is a breaking change to
watcher::Event
. Plain usage ofwatcher
/reflector
/Controller
should generally not need to change anything, but custom stores / matches onwatcher::Event
will need an update. If you are writing custom stores, the new signals should be helpful for improved caching.Thanks to @fabriziosestito via Kubewarden for https://github.com/kube-rs/kube/pull/1494 . Follow-ups for this feature: https://github.com/kube-rs/kube/pull/1499 and https://github.com/kube-rs/kube/pull/1504.
Client: HTTP Proxy Support
Support is now introduced under the
http-proxy
feature pulling in hyper-http-proxy complementing the already existingsocks5
proxy feature.Thanks to @aviramha via MetalBear for the support in https://github.com/kube-rs/kube/pull/1496, with follow-ups https://github.com/kube-rs/kube/pull/1501 + https://github.com/kube-rs/kube/pull/1502
What's Changed
Added
Changed
tokio-tungstenite
to 0.23 by @Toasterson in https://github.com/kube-rs/kube/pull/1509watcher::Event
init/page variants by @clux in https://github.com/kube-rs/kube/pull/1504Fixed
hyper-proxy2
tohyper-http-proxy
by @aviramha in https://github.com/kube-rs/kube/pull/1502v0.91.0
Compare Source
===================
Kubernetes
v1_30
support viak8s-openapi
0.22Please upgrade k8s-openapi along with kube to avoid conflicts.
Unstable Stream Sharing
A more complete implementation that allows sharing
watcher
streams between multipleController
s (for https://github.com/kube-rs/kube/issues/1080) has been added under theunstable-runtime
feature-flag in #1449 and #1483 by @mateiidavid. This represents the first usable implementation of shared streams (and replaces the older prototype part in #1470). While some changes are expected, you can check the shared_stream_controller example for a high-level overview.What's Changed
Added
Changed
k8s-openapi
to 0.22 and bump MK8SV to 1.25 by @clux in https://github.com/kube-rs/kube/pull/1485Removed
StreamSubscribe
implementation by @clux in https://github.com/kube-rs/kube/pull/1470Fixed
uniqueItems
property from CRDs when Sets are used by @sbernauer in https://github.com/kube-rs/kube/pull/1484v0.90.0
Compare Source
===================
Highlights
kube::client::Body
Improvementssize_hint
andis_end_stream
implemented in #1452 + internal cleanups #1453 and #1455Dependency Cleanups
rustls
to 0.23 in #1457once_cell
removed in #1447 (no longer needed)futures
feature prune in #1442chrono
features prune in #1448, and bump its min version pin in #1458What's Changed
Added
Body::collect_bytes
for easier unit tests by @clux in https://github.com/kube-rs/kube/pull/1445Changed
rustls
0.23 by @tottoto in https://github.com/kube-rs/kube/pull/1457Fixed
futures
feature by @tottoto in https://github.com/kube-rs/kube/pull/1442Body::empty
for easier tests by @clux in https://github.com/kube-rs/kube/pull/1444once_cell
Lazy with ordinary static by @tottoto in https://github.com/kube-rs/kube/pull/1447chrono
featureclock
withnow
by @tottoto in https://github.com/kube-rs/kube/pull/1448http_body
trait method by @tottoto in https://github.com/kube-rs/kube/pull/1452chrono
version by @clux in https://github.com/kube-rs/kube/pull/1458v0.89.0
Compare Source
Upgrading
hyper
andhttp
to 1.0 and MSRV to1.75.0
This release completes the hyper & http ecosystem upgrade #1351 via #1438. In particular, this change includes upgrades to
http
,http-body
,tower-http
,hyper
,hyper-openssl
,hyper-rustls
,hyper-socks2
,hyper-timeout
,tame-oauth
,tokio-tungstenite
,tower-http
,rustls
,rustls-pemfile
, as well as adopting the newhyper_util
andhttp_body_util
to make the change.While this change constitutes significant internal churn (and a new
kube::client::Body
), our external api remains largely unchanged. Some minor changes are necessary for custom clients, and for integration testing usingtower_mock
. See the controller-rs upgrade pr or the examples folder in this commit for details.What's Changed
Added
Client::get
andClient::list
by @clux in https://github.com/kube-rs/kube/pull/1375Changed
1.75.0
by @clux in https://github.com/kube-rs/kube/pull/1408reflector
to only request identifying metadata by @SOF3 in https://github.com/kube-rs/kube/pull/1393jsonpath-rust
to 0.5.0 by @clux in https://github.com/kube-rs/kube/pull/1429Fixed
Kubeconfig
allowcertificate_authority_data
not present inExecAuthCluster
by @ljun20160606 in https://github.com/kube-rs/kube/pull/1432Client::request_stream
by @XciD in https://github.com/kube-rs/kube/pull/1433New Contributors
Full Changelog: kube-rs/kube@0.88.1...0.89.0
v0.88.1
Compare Source
===================
What's Changed
This is a bug fix release for a deserialization issue introduced in 0.88.0.
Fixed
ObjectList
by @flavio in https://github.com/kube-rs/kube/pull/1398v0.88.0
Compare Source
===================
Kubernetes
v1_29
support viak8s-openapi
0.21Please upgrade k8s-openapi along with kube to avoid conflicts.
What's Changed
Added
Changed
k8s-openapi
for Kubernetesv1_29
support by @clux in https://github.com/kube-rs/kube/pull/1394Configuration
📅 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.