Arnavion/k8s-openapi (k8s-openapi)
### [`v0.23.0`](https://redirect.github.com/Arnavion/k8s-openapi/blob/HEAD/CHANGELOG.md#v0230-2024-09-15)
[Compare Source](https://redirect.github.com/Arnavion/k8s-openapi/compare/v0.22.0...v0.23.0)
- 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:
- v1.26.15
- v1.27.16
- v1.28.14
- v1.29.9
- v1.30.5
- v1.31.1
#### k8s-openapi-codegen-common
- No changes.
#### k8s-openapi-derive
- No changes except to bump the `k8s-openapi-codegen-common` dependency to the new version.
***
containers/oci-spec-rs (oci-spec)
### [`v0.7.0`](https://redirect.github.com/containers/oci-spec-rs/releases/tag/v0.7.0)
[Compare Source](https://redirect.github.com/containers/oci-spec-rs/compare/v0.6.8...v0.7.0)
#### What's Changed
##### Runtime Specification
- Add features structure type by [@musaprg](https://redirect.github.com/musaprg) in [https://github.com/containers/oci-spec-rs/pull/184](https://redirect.github.com/containers/oci-spec-rs/pull/184)
- Add Builder for features structures by [@musaprg](https://redirect.github.com/musaprg) in [https://github.com/containers/oci-spec-rs/pull/199](https://redirect.github.com/containers/oci-spec-rs/pull/199)
- Remove `once_cell` dependency by [@keisku](https://redirect.github.com/keisku) in [https://github.com/containers/oci-spec-rs/pull/194](https://redirect.github.com/containers/oci-spec-rs/pull/194)
- Change the type of size to be `u64` by [@cgwalters](https://redirect.github.com/cgwalters) in [https://github.com/containers/oci-spec-rs/pull/203](https://redirect.github.com/containers/oci-spec-rs/pull/203)
- Add Digest and SHA256Digest by [@cgwalters](https://redirect.github.com/cgwalters) in [https://github.com/containers/oci-spec-rs/pull/202](https://redirect.github.com/containers/oci-spec-rs/pull/202)
- Update description of `cpu_affinity_final` by [@keisku](https://redirect.github.com/keisku) in [https://github.com/containers/oci-spec-rs/pull/192](https://redirect.github.com/containers/oci-spec-rs/pull/192)
##### Test improvements and Misc Fixes
- Fix invalid format of comments by [@musaprg](https://redirect.github.com/musaprg) in [https://github.com/containers/oci-spec-rs/pull/195](https://redirect.github.com/containers/oci-spec-rs/pull/195)
- MediaType: Add an `AsRef` conversion by [@cgwalters](https://redirect.github.com/cgwalters) in [https://github.com/containers/oci-spec-rs/pull/200](https://redirect.github.com/containers/oci-spec-rs/pull/200)
- digest: Minor self-review fixups by [@cgwalters](https://redirect.github.com/cgwalters) in [https://github.com/containers/oci-spec-rs/pull/206](https://redirect.github.com/containers/oci-spec-rs/pull/206)
- Import reference by [@cgwalters](https://redirect.github.com/cgwalters) in [https://github.com/containers/oci-spec-rs/pull/207](https://redirect.github.com/containers/oci-spec-rs/pull/207)
- Enable `cargo audit` by [@flavio](https://redirect.github.com/flavio) in [https://github.com/containers/oci-spec-rs/pull/208](https://redirect.github.com/containers/oci-spec-rs/pull/208)
- reference: use thiserror by [@cgwalters](https://redirect.github.com/cgwalters) in [https://github.com/containers/oci-spec-rs/pull/213](https://redirect.github.com/containers/oci-spec-rs/pull/213)
- Rework Digest by [@cgwalters](https://redirect.github.com/cgwalters) in [https://github.com/containers/oci-spec-rs/pull/212](https://redirect.github.com/containers/oci-spec-rs/pull/212)
- Fix clippy false positive by [@saschagrunert](https://redirect.github.com/saschagrunert) in [https://github.com/containers/oci-spec-rs/pull/215](https://redirect.github.com/containers/oci-spec-rs/pull/215)
- Update and pin GitHub actions by [@saschagrunert](https://redirect.github.com/saschagrunert) in [https://github.com/containers/oci-spec-rs/pull/216](https://redirect.github.com/containers/oci-spec-rs/pull/216)
- Run clippy with nightly toolchain by [@saschagrunert](https://redirect.github.com/saschagrunert) in [https://github.com/containers/oci-spec-rs/pull/217](https://redirect.github.com/containers/oci-spec-rs/pull/217)
#### New Contributors
- [@musaprg](https://redirect.github.com/musaprg) made their first contribution in [https://github.com/containers/oci-spec-rs/pull/195](https://redirect.github.com/containers/oci-spec-rs/pull/195)
- [@flavio](https://redirect.github.com/flavio) made their first contribution in [https://github.com/containers/oci-spec-rs/pull/208](https://redirect.github.com/containers/oci-spec-rs/pull/208)
**Full Changelog**: https://github.com/containers/oci-spec-rs/compare/v0.6.8...v0.7.0
### [`v0.6.8`](https://redirect.github.com/containers/oci-spec-rs/releases/tag/v0.6.8)
[Compare Source](https://redirect.github.com/containers/oci-spec-rs/compare/v0.6.7...v0.6.8)
#### What's Changed
##### Runtime Specification
- Validate `execCPUAffinity` of the runtime process spec by [@keisku](https://redirect.github.com/keisku) in [https://github.com/containers/oci-spec-rs/pull/178](https://redirect.github.com/containers/oci-spec-rs/pull/178)
- enhancement: Handle "mount" and "network" for LinuxNamespaceType by [@Apokleos](https://redirect.github.com/Apokleos) in [https://github.com/containers/oci-spec-rs/pull/187](https://redirect.github.com/containers/oci-spec-rs/pull/187)
##### Test improvements and Misc Fixes
- Enforce a label to a PR and generate release notes from labels by [@utam0k](https://redirect.github.com/utam0k) in [https://github.com/containers/oci-spec-rs/pull/188](https://redirect.github.com/containers/oci-spec-rs/pull/188)
- Specifying Dependencies with tilde requirements by [@Apokleos](https://redirect.github.com/Apokleos) in [https://github.com/containers/oci-spec-rs/pull/191](https://redirect.github.com/containers/oci-spec-rs/pull/191)
- Release 0.6.8 by [@keisku](https://redirect.github.com/keisku) in [https://github.com/containers/oci-spec-rs/pull/189](https://redirect.github.com/containers/oci-spec-rs/pull/189)
##### Other Changes
- Release 0.6.7 by [@saschagrunert](https://redirect.github.com/saschagrunert) in [https://github.com/containers/oci-spec-rs/pull/182](https://redirect.github.com/containers/oci-spec-rs/pull/182)
- \[breaking change] Fix default initialization of LinuxDeviceCgroup in LinuxResources by [@Apokleos](https://redirect.github.com/Apokleos) in [https://github.com/containers/oci-spec-rs/pull/185](https://redirect.github.com/containers/oci-spec-rs/pull/185)
**Full Changelog**: https://github.com/containers/oci-spec-rs/compare/v0.6.7...v0.6.8
### [`v0.6.7`](https://redirect.github.com/containers/oci-spec-rs/releases/tag/v0.6.7)
[Compare Source](https://redirect.github.com/containers/oci-spec-rs/compare/v0.6.6...v0.6.7)
#### What's Changed
- Fix Windows build and add cross compilation targets to CI by [@saschagrunert](https://redirect.github.com/saschagrunert) in [https://github.com/containers/oci-spec-rs/pull/180](https://redirect.github.com/containers/oci-spec-rs/pull/180)
**Full Changelog**: https://github.com/containers/oci-spec-rs/compare/v0.6.6...v0.6.7
### [`v0.6.6`](https://redirect.github.com/containers/oci-spec-rs/releases/tag/v0.6.6)
[Compare Source](https://redirect.github.com/containers/oci-spec-rs/compare/v0.6.5...v0.6.6)
#### What's Changed
- Add comment on LinuxHugepageLimit by [@omprakaash](https://redirect.github.com/omprakaash) in [https://github.com/containers/oci-spec-rs/pull/162](https://redirect.github.com/containers/oci-spec-rs/pull/162)
- Add missing getset to LinuxMemory struct members by [@YJDoc2](https://redirect.github.com/YJDoc2) in [https://github.com/containers/oci-spec-rs/pull/164](https://redirect.github.com/containers/oci-spec-rs/pull/164)
- Add get_mut for fields of spec/runtime by [@Apokleos](https://redirect.github.com/Apokleos) in [https://github.com/containers/oci-spec-rs/pull/166](https://redirect.github.com/containers/oci-spec-rs/pull/166)
- Rlimit: Make rlimits POSIX-specific by [@Apokleos](https://redirect.github.com/Apokleos) in [https://github.com/containers/oci-spec-rs/pull/172](https://redirect.github.com/containers/oci-spec-rs/pull/172)
- enhancement: Enhance Enum types with string conversion capabilities by [@Apokleos](https://redirect.github.com/Apokleos) in [https://github.com/containers/oci-spec-rs/pull/175](https://redirect.github.com/containers/oci-spec-rs/pull/175)
- Add `execCPUAffinity` to the runtime process spec by [@keisku](https://redirect.github.com/keisku) in [https://github.com/containers/oci-spec-rs/pull/174](https://redirect.github.com/containers/oci-spec-rs/pull/174)
#### New Contributors
- [@omprakaash](https://redirect.github.com/omprakaash) made their first contribution in [https://github.com/containers/oci-spec-rs/pull/162](https://redirect.github.com/containers/oci-spec-rs/pull/162)
- [@Apokleos](https://redirect.github.com/Apokleos) made their first contribution in [https://github.com/containers/oci-spec-rs/pull/166](https://redirect.github.com/containers/oci-spec-rs/pull/166)
- [@keisku](https://redirect.github.com/keisku) made their first contribution in [https://github.com/containers/oci-spec-rs/pull/174](https://redirect.github.com/containers/oci-spec-rs/pull/174)
**Full Changelog**: https://github.com/containers/oci-spec-rs/compare/v0.6.5...v0.6.6
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.22.0
->0.23.0
0.22.0
->0.23.0
0.6.5
->0.7.0
Release Notes
Arnavion/k8s-openapi (k8s-openapi)
### [`v0.23.0`](https://redirect.github.com/Arnavion/k8s-openapi/blob/HEAD/CHANGELOG.md#v0230-2024-09-15) [Compare Source](https://redirect.github.com/Arnavion/k8s-openapi/compare/v0.22.0...v0.23.0) - 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: - v1.26.15 - v1.27.16 - v1.28.14 - v1.29.9 - v1.30.5 - v1.31.1 #### k8s-openapi-codegen-common - No changes. #### k8s-openapi-derive - No changes except to bump the `k8s-openapi-codegen-common` dependency to the new version. ***containers/oci-spec-rs (oci-spec)
### [`v0.7.0`](https://redirect.github.com/containers/oci-spec-rs/releases/tag/v0.7.0) [Compare Source](https://redirect.github.com/containers/oci-spec-rs/compare/v0.6.8...v0.7.0) #### What's Changed ##### Runtime Specification - Add features structure type by [@musaprg](https://redirect.github.com/musaprg) in [https://github.com/containers/oci-spec-rs/pull/184](https://redirect.github.com/containers/oci-spec-rs/pull/184) - Add Builder for features structures by [@musaprg](https://redirect.github.com/musaprg) in [https://github.com/containers/oci-spec-rs/pull/199](https://redirect.github.com/containers/oci-spec-rs/pull/199) - Remove `once_cell` dependency by [@keisku](https://redirect.github.com/keisku) in [https://github.com/containers/oci-spec-rs/pull/194](https://redirect.github.com/containers/oci-spec-rs/pull/194) - Change the type of size to be `u64` by [@cgwalters](https://redirect.github.com/cgwalters) in [https://github.com/containers/oci-spec-rs/pull/203](https://redirect.github.com/containers/oci-spec-rs/pull/203) - Add Digest and SHA256Digest by [@cgwalters](https://redirect.github.com/cgwalters) in [https://github.com/containers/oci-spec-rs/pull/202](https://redirect.github.com/containers/oci-spec-rs/pull/202) - Update description of `cpu_affinity_final` by [@keisku](https://redirect.github.com/keisku) in [https://github.com/containers/oci-spec-rs/pull/192](https://redirect.github.com/containers/oci-spec-rs/pull/192) ##### Test improvements and Misc Fixes - Fix invalid format of comments by [@musaprg](https://redirect.github.com/musaprg) in [https://github.com/containers/oci-spec-rs/pull/195](https://redirect.github.com/containers/oci-spec-rs/pull/195) - MediaType: Add an `AsRefConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
👻 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.