build(deps): update all minor level dependencies#1206
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1206 +/- ##
=======================================
Coverage 84.95% 84.95%
=======================================
Files 25 25
Lines 4354 4354
=======================================
Hits 3699 3699
Misses 655 655 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2f20c84 to
baba9c0
Compare
baba9c0 to
7ee638a
Compare
|
|
Blocked by kubewarden/policy-evaluator#694 |
784cf33 to
04a2872
Compare
04a2872 to
51a11c4
Compare
Updates the Cargo.toml updating policy-evaluator to sync the k8s-openapi crate update. Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
0.24.0->0.25.03.19.1->3.20.00.31.2->0.32.0Release Notes
Arnavion/k8s-openapi (k8s-openapi)
v0.25.0Compare Source
k8s-openapi
BREAKING CHANGE: Added support for Kubernetes 1.33 under the
v1_33feature.BREAKING CHANGE: Dropped support for Kubernetes 1.28 and 1.29.
FEATURE: The crate now supports
no_stdby disabling itsstdfeature.Corresponding Kubernetes API server versions:
k8s-openapi-codegen-common
k8s-openapi-derive
k8s-openapi-codegen-commondependency to the new version.Stebalien/tempfile (tempfile)
v3.20.0Compare Source
This release mostly unifies the behavior/capabilities around "keeping" temporary files:
Builder::keep(bool)(via deprecation) toBuilder::disable_cleanup(bool)to make it clear that behaves differently fromNamedTempFile::keep(). The former disables automatic cleanup while the latter consumes theNamedTempFileobject entirely and unsets the "temporary file" attribute (on Windows).TempDir::into_path(via deprecation) toTempDir::keepto mirrorNamedTempFile::keep.TempDir::disable_cleanup,NamedTempFile::disable_cleanup, andTempPath::disable_cleanupmaking it possible to disable automatic cleanup in-place after creating a temporary file/directory (equivalent to callingBuilder::disable_cleanupbefore creating the file/directory).Additionally, it adds a few spooled temporary file features:
SpooledTempFile::into_filefor turning aSpooledTempFileinto a regular unnamed temporary file, writing it to the backing storage ("rolling" it) if it was still stored in-memory.spooled_tempfile_inandSpooledTempFile::new_inmethods for creating spooled temporary files in a specific directory. This makes it possible to choose the backing device for your spooled temporary file which is rather important on Linux where the default temporary directory is likely backed by memory (defeating the entire point of having a spooled temporary file).Finally, this release improves documentation, especially the top-level documentation explaining which temporary file type to use.
BREAKING for those with
deny(warnings):Builder::keepdeprecated in favor ofBuilder::disable_cleanup.TempDir::into_pathis deprecated in favor ofTempDir::keep.BREAKING:
Canop/termimad (termimad)
v0.32.0Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.