All Versions
130
Latest Version
3.7
Avg Release Cycle
15 days
Latest Release
-

Changelog History
Page 3

  • v1.28.2 Changes

    January 26, 2021

    Miscellaneous

    • โšก๏ธ CI setup update
  • v1.28.1 Changes

    January 25, 2021

    ๐Ÿ› Bugs

    • ๐Ÿง Revert to Python 3.7 bump for Linux static builds

    • โž• Add bash completion for docker-compose logs|up --no-log-prefix

  • v1.28.0 Changes

    January 20, 2021

    ๐Ÿ”‹ 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

    • 0๏ธโƒฃ 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.28.0-rc1 Changes

    December 07, 2020

    ๐Ÿ”‹ 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

    ๐Ÿ› Bugs

    • 0๏ธโƒฃ Make parallel_pull=True by default
    • โš  Bring back warning for configs in non-swarm mode
    • Take --file in account when defining project_dir

    Miscellaneous

    • ๐Ÿ‘Œ 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.0
    • โฌ†๏ธ 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 Changes

    September 24, 2020

    ๐Ÿ› 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 Changes

    September 16, 2020

    ๐Ÿ› 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 Changes

    September 10, 2020

    ๐Ÿ› Bugs

    • ๐Ÿ›  Fix bug on docker-compose run container attach
  • v1.27.1 Changes

    September 10, 2020

    ๐Ÿ› 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 Changes

    August 11, 2020

    ๐Ÿ”‹ 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

    • โฌ†๏ธ Bump docker-py to 4.3.1

    • โฌ†๏ธ Bump tox to 3.19.0

    • โฌ†๏ธ Bump virtualenv to 20.0.30

    • โž• Add script for docs syncronization

  • v1.27.0-rc4 Changes

    September 07, 2020

    Miscellaneous

    • โž• Add script for docs syncronization