|
| 1 | +Version v1.2.0 (2024-06-26) |
| 2 | +=========================== |
| 3 | + |
| 4 | +Bug fixes |
| 5 | +--------- |
| 6 | + |
| 7 | +- Fixed handling of `--in-pod` argument. Previously it was hard to provide false value to it. |
| 8 | +- podman-compose no longer creates pods when registering systemd unit. |
| 9 | +- Fixed warning `RuntimeWarning: coroutine 'create_pods' was never awaited` |
| 10 | +- Fixed error when setting up IPAM network with default driver. |
| 11 | +- Fixed support for having list and dictionary `depends_on` sections in related compose files. |
| 12 | +- Fixed logging of failed build message. |
| 13 | +- Fixed support for multiple entries in `include` section. |
| 14 | +- Fixed environment variable precedence order. |
| 15 | + |
| 16 | +Changes |
| 17 | +------- |
| 18 | + |
| 19 | +- `x-podman` dictionary in container root has been migrated to `x-podman.*` fields in container root. |
| 20 | + |
| 21 | +New features |
| 22 | +------------ |
| 23 | + |
| 24 | +- Added support for `--publish` in `podman-compose run`. |
| 25 | +- Added support for Podman external root filesystem management (`--rootfs` option). |
| 26 | +- Added support for `podman-compose images` command. |
| 27 | +- Added support for `env_file` being configured via dictionaries. |
| 28 | +- Added support for enabling GPU access. |
| 29 | +- Added support for selinux in verbose mount specification. |
| 30 | +- Added support for `additional_contexts` section. |
| 31 | +- Added support for multi-line environment files. |
| 32 | +- Added support for passing contents of `podman-compose.yml` via stdin. |
| 33 | +- Added support for specifying the value for `--in-pod` setting in `podman-compose.yml` file. |
| 34 | +- Added support for environmental secrets. |
| 35 | + |
| 36 | +Documentation |
| 37 | +------------- |
| 38 | + |
| 39 | +- Added instructions on how to install podman-compose on Homebrew. |
| 40 | +- Added explanation that netavark is an alternative to dnsname plugin |
0 commit comments