build(deps): bump kube from 0.88.1 to 0.93.1
Bumps kube from 0.88.1 to 0.93.1.
Release notes
Sourced from kube's releases.
0.93.1
What's Changed
Fixed
- add missing feature gate on ConfigExt for no-features build by
@HoKim98in kube-rs/kube#1549New Contributors
@HoKim98made their first contribution in kube-rs/kube#1549Full Changelog: https://github.com/kube-rs/kube/compare/0.93.0...0.93.1
0.93.0
Highlights
Better query validation, better client header customisation, and two new modules:
core::labelsmodule for creating typed label selectors forListParamsorWatchParams. Can be constructed from a nativeLabelSelector, or directly from aSelectorofExpressions. PR.preludeto simplify imports of extension traits. PR.A big thank you to everyone who contributed to this release!
What's Changed
Added
- add option to provide headers to send as client by
@aviramhain kube-rs/kube#1523- Add prelude for blanket and extension traits across sub-crates by
@Danil-Grigorevin kube-rs/kube#1527- Label selector support by
@Danil-Grigorevin kube-rs/kube#1539Changed
- Update garde requirement from 0.19.0 to 0.20.0 by
@dependabotin kube-rs/kube#1535Removed
- runtime: remove deprecated default_backoff by
@cluxin kube-rs/kube#1518Fixed
- Fix watcher not fully paginating on Init by
@cluxin kube-rs/kube#1525 (ported to 0.92.1)- Prevent empty string object name requests from being sent to the apiserver by
@xMAC94xin kube-rs/kube#1541New Contributors
@rockburningmade their first contribution in kube-rs/kube#1526@Gbd199made their first contribution in kube-rs/kube#1531@xMAC94xmade their first contribution in kube-rs/kube#1541@rorosenmade their first contribution in kube-rs/kube#1546Full Changelog: https://github.com/kube-rs/kube/compare/0.92.0...0.93.0
0.92.1
Bugfix Release
This release fixes #1524; a regression from 0.92.0 causing
watcherto skip pages on initial list. See #1525.It is recommended to upgrade from 0.92.0.
... (truncated)
Changelog
Sourced from kube's changelog.
0.93.1 / 2024-07-23
What's Changed
Fixed
- add missing feature gate on ConfigExt for no-features build by
@HoKim98in kube-rs/kube#15490.93.0 / 2024-07-22
Highlights
Better query validation, better client header customisation, and two new modules:
core::labelsmodule for creating typed label selectors forListParamsorWatchParams. Can be constructed from a nativeLabelSelector, or directly from aSelectorofExpressions. PR.preludeto simplify imports of extension traits. PR.A big thank you to everyone who contributed to this release!
What's Changed
Added
- add option to provide headers to send as client by
@aviramhain kube-rs/kube#1523- Add prelude for blanket and extension traits across sub-crates by
@Danil-Grigorevin kube-rs/kube#1527- Label selector support by
@Danil-Grigorevin kube-rs/kube#1539Changed
- Update garde requirement from 0.19.0 to 0.20.0 by
@dependabotin kube-rs/kube#1535Removed
- runtime: remove deprecated default_backoff by
@cluxin kube-rs/kube#1518Fixed
- Fix watcher not fully paginating on Init by
@cluxin kube-rs/kube#1525 (ported to 0.92.1)- Prevent empty string object name requests from being sent to the apiserver by
@xMAC94xin kube-rs/kube#15410.92.1 / 2024-06-19
Bugfix Release
This release fixes #1524; a regression from 0.92.0 causing
watcherto skip pages on initial list. See #1525.It is recommended to upgrade from 0.92.0.
What's Changed
Fixed
- Fix watcher not fully paginating on Init by
@cluxin kube-rs/kube#15250.92.0 / 2024-06-12
Runtime: Decreased Memory Usage from
watcherBuffering of initial pages / init streams is no longer a mandatory process with
watcher::Eventgaining newInit,InitApply, andInitDoneevents. These events are read on the store side maintaining the atomicity/completeness guarantees forreflectorandStoreusers.
... (truncated)
Commits
3d2471brelease 0.93.10f72748Add missing test instruction for no-features build (#1550)7b48abaadd missing feature gate on ConfigExt for no-features build (#1549)5b3b73dcargo: fix updated category validation67043efrelease 0.93.0819652aMissed doc updates (#1547)e7ff398Fix docs mentioning Event::Restarted (#1546)8329782Unused warnings in body.rs and admission example (#1543)2fe7219Doc cleanup for label selectors (#1542)1816fd8Label selector support (#1539)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Another one we'll probably want to hold off on this until we can fully jump to hyper v1.
Superseded by #940.