Skip to content

Commit

Permalink
docs(changelog): add v0.3.0 fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Nettleton <[email protected]>
  • Loading branch information
k9withabone committed May 20, 2024
1 parent acc2397 commit f69b79b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2024-05-20
## [0.3.0] - 2024-05-21

Big release for Podlet!

Expand Down Expand Up @@ -54,6 +54,7 @@ Note that the existing option for generating Kubernetes Pod YAML from a Compose
- *(container)* Enforce `--blkio-weight` range `10..=1000`.
- *(container)* `--blkio-weight-device` can be specified multiple times.
- *(container)* Don't add empty `PodmanArgs=` when downgrading Podman version.
- Correct use of `eyre::bail!()` on non-Unix platforms.

### Documentation
- *(clippy)* Fix Clippy lint warning for `Idmap`.
Expand Down Expand Up @@ -101,6 +102,10 @@ Note that the existing option for generating Kubernetes Pod YAML from a Compose
- *(ci)* Use Buildah container to build Podlet container.
- *(deps)* Update dependencies.
- *(release)* Update cargo-dist.
- *(release-container)* Fix manifest annotation quoting.
- *(ci)* Use consistent formatting.
- *(ci)* Add image to manifest when building container.
- *(ci)* Add `build` job.

## [0.2.4] - 2024-01-30

Expand Down

0 comments on commit f69b79b

Please sign in to comment.