Changelog for
python312-podman-compose-1.2.0-1.1.noarch.rpm :
* Sun Jun 30 2024 Eyad Issa
- 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 2024 Johannes Kastl - Update to version 1.1.0:
* Release 1.1.0
* Add release notes for v1.1.0
* Use x- prefix for x-podman.mac_address
* Use \"service.build.ulimits\" when present instead of \"service.ulimits\"
* FIX issue https://github.com/containers/podman-compose/issues/704 - Windows fix sock not working.- use obs_scm instead of PyPI tarball (that is broken again)
* Fri May 05 2023 Johannes Kastl - add sle15_python_module_pythons
* Thu Apr 13 2023 Johannes Kastl - update to 1.0.6 - no CHANGELOG available upstream or in PyPi- add _service file
* Thu Jun 30 2022 Johannes Kastl - BuildRequire python-python-dotenv
* Wed Jun 29 2022 Johannes Kastl - major update to 1.0.3 - no CHANGELOG available upstream or in PyPi
* Wed Jun 29 2022 Johannes Kastl - add Requires for python-setuptools, otherwise we run into \'ImportError: No module named pkg_resources\'
* Wed Jun 29 2022 Johannes Kastl - add Provides and Obsoletes for podman-compose
* Wed Jun 29 2022 Johannes Kastl - fix builds on Tumbleweed, aka when building for more than one python, by using update-alternatives
* Thu Sep 10 2020 Frederic Crozat - Add 0001-Add-support-for-devices-in-a-service.patch: add support for --devices.