Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency docker-compose to v1.29.2 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 28, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
docker-compose (source, changelog) ==1.26.2 -> ==1.29.2 age adoption passing confidence

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 the up command

  • Bump py to 1.10.0 in requirements-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 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

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 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

v1.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 and extra_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
  • Fix SSH port parsing by bumping docker-py to 4.4.3
Miscellaneous
  • Bump Python to 3.7.10

v1.28.3

Compare Source

List of PRs / issues for this release

Bugs
  • Fix SSH hostname parsing when it contains leading 's', 'h', and remove the quiet option that was hiding the error (via docker-py bump to 4.4.2)
  • Fix key error for --no-log-prefix option
  • Fix incorrect CLI environment variable name for service profiles: COMPOSE_PROFILES instead of COMPOSE_PROFILE
  • Fix fish completion
Miscellaneous
  • Bump cryptography to 3.3.2
  • Remove log driver filter

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
  • CI setup update

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 default

  • Bring back warning for configs in non-swarm mode

  • Take --file in account when defining project_dir

  • On compose up, attach only to services we read logs from

Miscellaneous
  • 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 on docker-compose config.

  • Fixed depends_on serialization on docker-compose config.

  • Fixed scaling when some containers are not running on docker-compose up.

  • Enabled relative paths for driver_opts.device for local driver.

  • Allowed strings for cpus fields.

v1.27.2

Compare Source

Bugs
  • Fix bug on docker-compose run container attach

v1.27.1

Compare Source

Bugs
  • Fix compose run when service.scale is specified

  • Allow driver property for external networks as temporary workaround for swarm network propagation issue

  • Pin new internal schema version to 3.9 as the default

  • Preserve the version when configured in the compose file

v1.27.0

Compare Source

Features
  • Merge 2.x and 3.x compose formats and align with COMPOSE_SPEC schema
  • Implement service mode for ipc
  • Pass COMPOSE_PROJECT_NAME environment variable in container mode
  • Make run behave in the same way as up
  • Use docker build on docker-compose run when COMPOSE_DOCKER_CLI_BUILD environment variable is set
  • Use docker-py default API version for engine queries (auto)
  • Parse network_mode on build
Bugs
  • Ignore build context path validation when building is not required
  • Fix float to bytes conversion via docker-py bump to 4.3.1
  • Fix scale bug when deploy section is set
  • Fix docker-py bump in setup.py
  • Fix experimental build failure detection
  • Fix context propagation to docker cli
Miscellaneous
  • Drop support for Python 2.7
  • Add script for docs syncronization
  • Bump docker-py to 4.3.1
  • Bump tox to 3.19.0
  • Bump virtualenv to 20.0.30

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot force-pushed the renovate/docker-compose-1.x branch from 21c2f14 to 3434ab1 Compare January 22, 2021 18:55
@renovate-bot renovate-bot changed the title Update dependency docker-compose to v1.27.4 Update dependency docker-compose to v1.28.0 Jan 22, 2021
@renovate-bot renovate-bot force-pushed the renovate/docker-compose-1.x branch from 3434ab1 to 0a60e0d Compare January 30, 2021 10:52
@renovate-bot renovate-bot changed the title Update dependency docker-compose to v1.28.0 Update dependency docker-compose to v1.28.2 Jan 30, 2021
@forking-renovate
Copy link

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: sdlc/requirements.txt
Using default tag: latest
latest: Pulling from renovate/python
83ee3a23efb7: Pulling fs layer
db98fc6f11f0: Pulling fs layer
f611acd52c6c: Pulling fs layer
8e7ade7ae3dc: Pulling fs layer
578eaf949213: Pulling fs layer
5d13edd2fb60: Pulling fs layer
69e75c44bea6: Pulling fs layer
c16b1051f927: Pulling fs layer
e4016b7f80a5: Pulling fs layer
5f12abb21e74: Pulling fs layer
979ce47e4e2a: Pulling fs layer
6e00dae496c6: Pulling fs layer
3607a7fee35b: Pulling fs layer
8e7ade7ae3dc: Waiting
578eaf949213: Waiting
5d13edd2fb60: Waiting
69e75c44bea6: Waiting
c16b1051f927: Waiting
e4016b7f80a5: Waiting
5f12abb21e74: Waiting
979ce47e4e2a: Waiting
6e00dae496c6: Waiting
3607a7fee35b: Waiting
db98fc6f11f0: Verifying Checksum
db98fc6f11f0: Download complete
f611acd52c6c: Verifying Checksum
f611acd52c6c: Download complete
8e7ade7ae3dc: Verifying Checksum
8e7ade7ae3dc: Download complete
83ee3a23efb7: Verifying Checksum
83ee3a23efb7: Download complete
578eaf949213: Verifying Checksum
578eaf949213: Download complete
69e75c44bea6: Verifying Checksum
69e75c44bea6: Download complete
c16b1051f927: Verifying Checksum
c16b1051f927: Download complete


@renovate-bot renovate-bot force-pushed the renovate/docker-compose-1.x branch from 0a60e0d to 2042206 Compare April 26, 2021 16:43
@renovate-bot renovate-bot changed the title Update dependency docker-compose to v1.28.2 Update dependency docker-compose to v1.29.1 Apr 26, 2021
@renovate-bot renovate-bot force-pushed the renovate/docker-compose-1.x branch from 2042206 to 695c6f0 Compare May 15, 2021 20:26
@renovate-bot renovate-bot changed the title Update dependency docker-compose to v1.29.1 Update dependency docker-compose to v1.29.2 May 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant