Update dependency docker-compose to v1.29.2 #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.26.2
->==1.29.2
Release Notes
docker/compose (docker-compose)
v1.29.2
Compare Source
List of PRs / issues for this release
Miscellaneous
Remove prompt to use
docker compose
in theup
commandBump
py
to1.10.0
inrequirements-indirect.txt
v1.29.1
Compare Source
List of PRs / issues for this release
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
v1.29.0
Compare Source
List of PRs / issues for this release
Features
Add profile filter to
docker-compose config
Add a
depends_on
condition to wait for successful service completionMiscellaneous
Add image scan message on build
Update warning message for
--no-ansi
to mention--ansi never
as alternativeBump docker-py to 5.0.0
Bump PyYAML to 5.4.1
Bump python-dotenv to 0.17.0
v1.28.6
Compare Source
List of PRs / issues for this release
Bugs
Make
--env-file
relative to the current working directory and error out for invalid paths. Environment file paths setwith
--env-file
are relative to the current working directory while the default.env
file is located in the projectdirectory which by default is the base directory of the Compose file.
Fix missing service property
storage_opt
by updating the compose schemaFix build
extra_hosts
list formatRemove extra error message on
exec
Miscellaneous
compose.yml
andcompose.yaml
to default filename listv1.28.5
Compare Source
List of PRs / issues for this release
Bugs
Fix OpenSSL version mismatch error when shelling out to the ssh client (via bump to docker-py 4.4.4 which contains the fix)
Add missing build flags to the native builder:
platform
,isolation
andextra_hosts
Remove info message on native build
Avoid fetching logs when service logging driver is set to 'none'
v1.28.4
Compare Source
List of PRs / issues for this release
Bugs
Miscellaneous
v1.28.3
Compare Source
List of PRs / issues for this release
Bugs
--no-log-prefix
optionCOMPOSE_PROFILES
instead ofCOMPOSE_PROFILE
Miscellaneous
v1.28.2
Compare Source
Bugs
Revert to Python 3.7 bump for Linux static builds
Add bash completion for
docker-compose logs|up --no-log-prefix
Miscellaneous
v1.28.0
Compare Source
Features
Support for Nvidia GPUs via device requests
Support for service profiles
Change the SSH connection approach to the Docker CLI's via shellout to the local SSH client (old behaviour enabled by setting
COMPOSE_PARAMIKO_SSH
environment variable)Add flag to disable log prefix
Add flag for ansi output control
Bugs
Make
parallel_pull=True
by defaultBring back warning for configs in non-swarm mode
Take
--file
in account when definingproject_dir
On
compose up
, attach only to services we read logs fromMiscellaneous
Make COMPOSE_DOCKER_CLI_BUILD=1 the default
Add usage metrics
Sync schema with COMPOSE specification
Improve failure report for missing mandatory environment variables
Bump attrs to 20.3.0
Bump more_itertools to 8.6.0
Bump cryptograhy to 3.2.1
Bump cffi to 1.14.4
Bump virtualenv to 20.2.2
Bump bcrypt to 3.2.0
Bump gitpython to 3.1.11
Bump docker-py to 4.4.1
Bump Python to 3.9
Linux: bump Debian base image from stretch to buster (required for Python 3.9)
macOS: OpenSSL 1.1.1g to 1.1.1h, Python 3.7.7 to 3.9.0
Bump pyinstaller 4.1
Loosen restriction on base images to latest minor
Updates of READMEs
v1.27.4
Compare Source
Bugs
Remove path checks for bind mounts
Fix port rendering to output long form syntax for non-v1
Add protocol to the docker socket address
v1.27.3
Compare Source
Bugs
Merged
max_replicas_per_node
ondocker-compose config
.Fixed
depends_on
serialization ondocker-compose config
.Fixed scaling when some containers are not running on
docker-compose up
.Enabled relative paths for
driver_opts.device
forlocal
driver.Allowed strings for
cpus
fields.v1.27.2
Compare Source
Bugs
docker-compose run
container attachv1.27.1
Compare Source
Bugs
Fix
compose run
whenservice.scale
is specifiedAllow
driver
property for external networks as temporary workaround for swarm network propagation issuePin new internal schema version to
3.9
as the defaultPreserve the version when configured in the compose file
v1.27.0
Compare Source
Features
COMPOSE_PROJECT_NAME
environment variable in container modedocker build
ondocker-compose run
whenCOMPOSE_DOCKER_CLI_BUILD
environment variable is setauto
)network_mode
on buildBugs
docker-py
bump insetup.py
Miscellaneous
docker-py
to 4.3.1tox
to 3.19.0virtualenv
to 20.0.30Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.