Skip to content

Commit f69b79b

Browse files
committed
docs(changelog): add v0.3.0 fixes
Signed-off-by: Paul Nettleton <[email protected]>
1 parent acc2397 commit f69b79b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

1010
Big 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

0 commit comments

Comments
 (0)