Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Releases: linuxserver-archive/docker-docker-compose

alpine-1.28.3-ls21

17 Feb 20:54
7c19a02

Choose a tag to compare

alpine-1.28.3-ls21 Pre-release
Pre-release

LinuxServer Changes:

Remote Changes:

Updating to 1.28.3

alpine-1.28.2-ls20

13 Feb 16:43
7c19a02

Choose a tag to compare

alpine-1.28.2-ls20 Pre-release
Pre-release

LinuxServer Changes:

Remote Changes:

Updating to 1.28.2

1.28.4-ls31

18 Feb 22:54

Choose a tag to compare

LinuxServer Changes:

compose Changes:

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

1.28.3-ls31

17 Feb 20:59

Choose a tag to compare

LinuxServer Changes:

compose Changes:

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

1.28.2-ls31

12 Feb 05:21

Choose a tag to compare

LinuxServer Changes:

compose Changes:

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

alpine-1.28.2-ls19

12 Feb 04:52

Choose a tag to compare

alpine-1.28.2-ls19 Pre-release
Pre-release

LinuxServer Changes:

Remote Changes:

Updating to 1.28.2

1.28.2-ls30

05 Feb 05:24

Choose a tag to compare

LinuxServer Changes:

compose Changes:

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

1.28.2-ls18

28 Jan 16:38
24c5fd8

Choose a tag to compare

1.28.2-ls18 Pre-release
Pre-release

LinuxServer Changes:

Remote Changes:

Updating to 1.28.2

1.28.2-ls29

26 Jan 21:26

Choose a tag to compare

LinuxServer Changes:

compose Changes:

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

1.28.0-ls28

20 Jan 11:05

Choose a tag to compare

LinuxServer Changes:

compose Changes:

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