Changelog History
Page 3
-
v1.28.2 Changes
January 26, 2021Miscellaneous
- โก๏ธ 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 definingproject_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 definingproject_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
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 Changes
September 10, 2020๐ Bugs
- ๐ Fix bug on
docker-compose run
container attach
- ๐ Fix bug on
-
v1.27.1 Changes
September 10, 2020๐ Bugs
๐ Fix
compose run
whenservice.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
ondocker-compose run
whenCOMPOSE_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 insetup.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, 2020Miscellaneous
- โ Add script for docs syncronization