15
0

Accepting request 1184171 from home:VaiTon:branches:devel:languages:python

- Update to version 1.2.0:

OBS-URL: https://build.opensuse.org/request/show/1184171
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-podman-compose?expand=0&rev=9
This commit is contained in:
2024-07-01 13:37:21 +00:00
committed by Git OBS Bridge
parent 350cd23581
commit 818f5b7bb3
7 changed files with 45 additions and 9 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sun Jun 30 23:48:24 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 1.2.0:
* Bug fixes
~ Fixed handling of --in-pod argument. Previously it was hard
to provide false value to it.
~ podman-compose no longer creates pods when registering
systemd unit.
~ Fixed warning RuntimeWarning: coroutine 'create_pods' was
never awaited
~ Fixed error when setting up IPAM network with default driver.
~ Fixed support for having list and dictionary depends_on
sections in related compose files.
~ Fixed logging of failed build message.
~ Fixed support for multiple entries in include section.
~ Fixed environment variable precedence order.
* Changes
~ x-podman dictionary in container root has been migrated to
x-podman.* fields in container root.
* New features
~ Added support for --publish in podman-compose run.
~ Added support for Podman external root filesystem management
(--rootfs option).
~ Added support for podman-compose images command.
~ Added support for env_file being configured via dictionaries.
~ Added support for enabling GPU access.
~ Added support for selinux in verbose mount specification.
~ Added support for additional_contexts section.
~ Added support for multi-line environment files.
~ Added support for passing contents of podman-compose.yml
via stdin.
~ Added support for specifying the value for --in-pod setting
in podman-compose.yml file.
~ Added support for environmental secrets.
-------------------------------------------------------------------
Fri Apr 19 12:20:30 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>