17
0

Accepting request 986039 from home:ojkastl_buildservice:docker_compose_etc

update to 1.29.2 ; adjust PyYAML to work with older 5.4.1 version for Leap 15.x

OBS-URL: https://build.opensuse.org/request/show/986039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker-compose?expand=0&rev=43
This commit is contained in:
2022-07-04 09:04:20 +00:00
committed by Git OBS Bridge
parent 22ebe55fcc
commit cee112b692
4 changed files with 59 additions and 6 deletions

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Wed Jun 29 18:51:12 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- adjust BuildRequires for python-PyYAML so this works on both Tumbleweed and Leap 15.x
-------------------------------------------------------------------
Wed Jun 29 18:07:30 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- Update to 1.29.2
1.29.2 (2021-05-10)
Miscellaneous
Remove prompt to use docker compose in the up command
Bump py to 1.10.0 in requirements-indirect.txt
1.29.1 (2021-04-14)
Bugs
Fix for invalid handler warning on Windows builds
Fix config hash to trigger container recreation on IPC mode updates
Fix conversion map for placement.max_replicas_per_node
Remove extra scan suggestion on build
1.29.0 (2021-04-06)
Features
Add profile filter to docker-compose config
Add a depends_on condition to wait for successful service completion
Miscellaneous
Add image scan message on build
Update warning message for --no-ansi to mention --ansi never as alternative
Bump docker-py to 5.0.0
Bump PyYAML to 5.4.1
Bump python-dotenv to 0.17.0
1.28.6 (2021-03-21)
Bugs
Make --env-file relative to the current working directory and error out for invalid paths. Environment file paths set
with --env-file are relative to the current working directory while the default .env file is located in the project
directory which by default is the base directory of the Compose file.
Fix missing service property storage_opt by updating the compose schema
Fix build extra_hosts list format
Remove extra error message on exec
Miscellaneous
Add compose.yml and compose.yaml to default filename list
-------------------------------------------------------------------
Fri Mar 12 16:23:17 UTC 2021 - Chris Coutinho <chrisbcoutinho@gmail.com>