Skip to content

Commit

Permalink
Merge pull request #44 from k9withabone/podlet-v0.2.3
Browse files Browse the repository at this point in the history
Podlet v0.2.3
  • Loading branch information
k9withabone authored Dec 31, 2023
2 parents 48b715a + b96ef59 commit aeed040
Show file tree
Hide file tree
Showing 16 changed files with 412 additions and 648 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@

# VS Code user settings
/.vscode

# Helix user settings
/.helix

# demo output
demo.cast
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## [0.2.3] - 2023-12-31

### Features

- Add support for quadlet options introduced in podman v4.7.0 ([#29](https://github.com/k9withabone/podlet/issues/29))
- Container
- `DNS=`
- `DNSOption=`
- `DNSSearch=`
- `PidsLimit=`
- `ShmSize=`
- `Ulimit=`
- Kube
- `AutoUpdate=`
- Network
- `DNS=`
- Add `podlet generate` subcommands for generating quadlet files from existing:
- Containers ([#23](https://github.com/k9withabone/podlet/issues/23))
- Networks
- Volumes

### Bug Fixes

- *(compose)* `network_mode` accept all podman values ([#38](https://github.com/k9withabone/podlet/issues/38))
- Improved error message for unsupported values
- *(network)* Support `<start-IP>-<end-IP>` syntax for `--ip-range`

### Documentation

- *(readme)* Podman v4.7.0
- *(readme)* Update demo and usage

### Miscellaneous Tasks

- *(ci)* Skip container run for conmon v2.1.9
- *(lint)* Fix new rust 1.75 clippy warnings
- Update dependencies

## [0.2.2] - 2023-12-15

### Features
Expand Down
Loading

0 comments on commit aeed040

Please sign in to comment.