Releases: youki-dev/oci-spec-rs
Releases · youki-dev/oci-spec-rs
v0.7.1
What's Changed
Image Format Specification
- digest: Add more derives and trait impls by @cgwalters in #220
- digest: Add TryFrom<&str + String> by @cgwalters in #222
Test improvements and Misc Fixes
- Release 0.7.0 by @saschagrunert in #214
- Add get_mut to annotations and manifests in ImageIndex by @Havner in #219
- manifest: Use
.parse()
overfrom_str()
in a test by @cgwalters in #223 - Replace actions-rs GitHub actions by @saschagrunert in #225
- Add devcontainer by @musaprg in #193
Other Changes
- Remove label workflow by @saschagrunert in #224
- Add OWNERS{_ALIASES} file by @saschagrunert in #227
- Add CONTRIBUTING.md and k8s PR template by @saschagrunert in #228
- chore: fix clippy warning by @flavio in #236
- Fix GHA invoking cargo audit by @flavio in #237
- digest: Add AsRef by @cgwalters in #229
- Increase regex version constraint compatibility by @kpcyrd in #234
- Add CNCF project governance by @saschagrunert in #244
- update affiliation by @jprendes in #245
- Remove conditional compilation of spec fields by @burgerdev in #247
- Switch to lcov code coverage by @saschagrunert in #251
- Derive serde traits for Reference by @dmartin in #250
New Contributors
- @Havner made their first contribution in #219
- @kpcyrd made their first contribution in #234
- @jprendes made their first contribution in #245
- @burgerdev made their first contribution in #247
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
Runtime Specification
- Add features structure type by @musaprg in #184
- Add Builder for features structures by @musaprg in #199
- Remove
once_cell
dependency by @keisku in #194 - Change the type of size to be
u64
by @cgwalters in #203 - Add Digest and SHA256Digest by @cgwalters in #202
- Update description of
cpu_affinity_final
by @keisku in #192
Test improvements and Misc Fixes
- Fix invalid format of comments by @musaprg in #195
- MediaType: Add an
AsRef<str>
conversion by @cgwalters in #200 - digest: Minor self-review fixups by @cgwalters in #206
- Import reference by @cgwalters in #207
- Enable
cargo audit
by @flavio in #208 - reference: use thiserror by @cgwalters in #213
- Rework Digest by @cgwalters in #212
- Fix clippy false positive by @saschagrunert in #215
- Update and pin GitHub actions by @saschagrunert in #216
- Run clippy with nightly toolchain by @saschagrunert in #217
New Contributors
Full Changelog: v0.6.8...v0.7.0
v0.6.8
What's Changed
Runtime Specification
- Validate
execCPUAffinity
of the runtime process spec by @keisku in #178 - enhancement: Handle "mount" and "network" for LinuxNamespaceType by @Apokleos in #187
Test improvements and Misc Fixes
- Enforce a label to a PR and generate release notes from labels by @utam0k in #188
- Specifying Dependencies with tilde requirements by @Apokleos in #191
- Release 0.6.8 by @keisku in #189
Other Changes
- Release 0.6.7 by @saschagrunert in #182
- [breaking change] Fix default initialization of LinuxDeviceCgroup in LinuxResources by @Apokleos in #185
Full Changelog: v0.6.7...v0.6.8
v0.6.7
What's Changed
- Fix Windows build and add cross compilation targets to CI by @saschagrunert in #180
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
- Add comment on LinuxHugepageLimit by @omprakaash in #162
- Add missing getset to LinuxMemory struct members by @YJDoc2 in #164
- Add get_mut for fields of spec/runtime by @Apokleos in #166
- Rlimit: Make rlimits POSIX-specific by @Apokleos in #172
- enhancement: Enhance Enum types with string conversion capabilities by @Apokleos in #175
- Add
execCPUAffinity
to the runtime process spec by @keisku in #174
New Contributors
- @omprakaash made their first contribution in #162
- @Apokleos made their first contribution in #166
- @keisku made their first contribution in #174
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- Release 0.6.4 by @saschagrunert in #153
- Update derive_builder requirement from 0.12.0 to 0.13.0 by @dependabot in #156
- Update derive_builder requirement from 0.13.0 to 0.20.0 by @dependabot in #157
- A couple fixes and release 0.6.5 by @albertofaria in #161
New Contributors
- @albertofaria made their first contribution in #161
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- Release 0.6.3 by @jsturtevant in #148
- artifact_type on descriptor should be camelCased by @tofay in #149
- Fix docs CI by @saschagrunert in #154
New Contributors
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- Add the release workflow. by @utam0k in #140
- Add support for the oci-layout file by @ariel-miculas in #142
- image/config: Add helpers for config and annotations (labels) by @cgwalters in #143
- support oci image spec 110rc5 by @waynr in #145
- image: impl From for String by @waynr in #146
New Contributors
- @ariel-miculas made their first contribution in #142
- @waynr made their first contribution in #145
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- add io priority to runtime spec by @lengrongfu in #135
- add scheduler to runtime spec by @lengrongfu in #136
- Release 0.6.2 by @utam0k in #138
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Release 0.6.0 by @utam0k in #120
- Fix clippy lints by @saschagrunert in #123
- buffer read and write by @wlsnx in #124
- add time namespaces by @lengrongfu in #122
- Add missing rename attribute to LinuxSyscall (fixes
clone3
problems) by @dmartin in #125 - Fix lint by @utam0k in #129
- Rename closId -> closID. by @ipuustin in #128
- Do not panic if windows.layerFolder is null by @jsturtevant in #127
- Rootless runtime::Spec generation by @lavrd in #131
- Release 0.6.1 by @saschagrunert in #133
New Contributors
- @wlsnx made their first contribution in #124
- @lengrongfu made their first contribution in #122
- @dmartin made their first contribution in #125
- @ipuustin made their first contribution in #128
- @jsturtevant made their first contribution in #127
- @lavrd made their first contribution in #131
Full Changelog: v0.6.0...v0.6.1