Skip to content

Commit aeed040

Browse files
authored
Merge pull request #44 from k9withabone/podlet-v0.2.3
Podlet v0.2.3
2 parents 48b715a + b96ef59 commit aeed040

File tree

16 files changed

+412
-648
lines changed

16 files changed

+412
-648
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33

44
# VS Code user settings
55
/.vscode
6+
7+
# Helix user settings
8+
/.helix
9+
10+
# demo output
11+
demo.cast

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## [0.2.3] - 2023-12-31
4+
5+
### Features
6+
7+
- Add support for quadlet options introduced in podman v4.7.0 ([#29](https://github.com/k9withabone/podlet/issues/29))
8+
- Container
9+
- `DNS=`
10+
- `DNSOption=`
11+
- `DNSSearch=`
12+
- `PidsLimit=`
13+
- `ShmSize=`
14+
- `Ulimit=`
15+
- Kube
16+
- `AutoUpdate=`
17+
- Network
18+
- `DNS=`
19+
- Add `podlet generate` subcommands for generating quadlet files from existing:
20+
- Containers ([#23](https://github.com/k9withabone/podlet/issues/23))
21+
- Networks
22+
- Volumes
23+
24+
### Bug Fixes
25+
26+
- *(compose)* `network_mode` accept all podman values ([#38](https://github.com/k9withabone/podlet/issues/38))
27+
- Improved error message for unsupported values
28+
- *(network)* Support `<start-IP>-<end-IP>` syntax for `--ip-range`
29+
30+
### Documentation
31+
32+
- *(readme)* Podman v4.7.0
33+
- *(readme)* Update demo and usage
34+
35+
### Miscellaneous Tasks
36+
37+
- *(ci)* Skip container run for conmon v2.1.9
38+
- *(lint)* Fix new rust 1.75 clippy warnings
39+
- Update dependencies
40+
341
## [0.2.2] - 2023-12-15
442

543
### Features

0 commit comments

Comments
 (0)