File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 0.3.0] - 2024-05-20
8+ ## [ 0.3.0] - 2024-05-21
99
1010Big release for Podlet!
1111
@@ -54,6 +54,7 @@ Note that the existing option for generating Kubernetes Pod YAML from a Compose
5454- * (container)* Enforce ` --blkio-weight ` range ` 10..=1000 ` .
5555- * (container)* ` --blkio-weight-device ` can be specified multiple times.
5656- * (container)* Don't add empty ` PodmanArgs= ` when downgrading Podman version.
57+ - Correct use of ` eyre::bail!() ` on non-Unix platforms.
5758
5859### Documentation
5960- * (clippy)* Fix Clippy lint warning for ` Idmap ` .
@@ -101,6 +102,10 @@ Note that the existing option for generating Kubernetes Pod YAML from a Compose
101102- * (ci)* Use Buildah container to build Podlet container.
102103- * (deps)* Update dependencies.
103104- * (release)* Update cargo-dist.
105+ - * (release-container)* Fix manifest annotation quoting.
106+ - * (ci)* Use consistent formatting.
107+ - * (ci)* Add image to manifest when building container.
108+ - * (ci)* Add ` build ` job.
104109
105110## [ 0.2.4] - 2024-01-30
106111
You can’t perform that action at this time.
0 commit comments