Skip to content

Commit

Permalink
release: podlet v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
k9withabone committed Dec 15, 2023
1 parent cbb431a commit ac05144
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## [0.2.2] - 2023-12-15

### Features

- Add support for quadlet options introduced in podman v4.6.0 ([#28](https://github.com/k9withabone/podlet/issues/28))
- Container
- `Sysctl=` ([#22](https://github.com/k9withabone/podlet/pull/22), thanks [@b-rad15](https://github.com/b-rad15)!)
- `AutoUpdate=`
- `HostName=`
- `Pull=`
- `WorkingDir=`
- `SecurityLabelNested=`
- `Mask=`
- `Unmask=`
- Kube, Network, and Volume
- `PodmanArgs=`
- *(compose)* Support volume `driver` field

### Bug Fixes

- *(container)* Arg `--tls-verify` requires =
- *(network)* Filter out empty `Options=` quadlet option
- Escape newlines in joined quadlet values ([#32](https://github.com/k9withabone/podlet/issues/32))
- *(compose)* Support `cap_drop`, `userns_mode`, and `group_add` service fields ([#31](https://github.com/k9withabone/podlet/issues/31), [#34](https://github.com/k9withabone/podlet/issues/34))
- *(compose)* Split `command` string ([#36](https://github.com/k9withabone/podlet/issues/36))
- When the command is converted to the `Exec=` quadlet option, it is now properly quoted. When converting to k8s, it is properly split into args.

### Documentation

- *(readme)* Podman v4.6.0
- *(changelog)* Add `git-cliff` configuration

### Refactor

- Use custom serializer for `PodmanArgs=`
- Use custom serializer for quadlet sections

### Miscellaneous Tasks

- Update dependencies

## [0.2.1] - 2023-11-28

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "podlet"
version = "0.2.1"
version = "0.2.2"
authors = ["Paul Nettleton <[email protected]>"]
edition = "2021"
description = "Generate podman quadlet files from a podman command or a compose file"
Expand Down

0 comments on commit ac05144

Please sign in to comment.