Compare commits

...

7 Commits

Author SHA1 Message Date
aiordache
d02a7b1ace "Bump 1.28.0"
Signed-off-by: aiordache <anca.iordache@docker.com>
2021-01-19 19:23:34 +01:00
aiordache
a36884971c Merge branch 'master' into 1.28.x 2021-01-19 19:19:10 +01:00
aiordache
8efc791dd4 "Bump 1.28.0-rc3"
Signed-off-by: aiordache <anca.iordache@docker.com>
2021-01-11 19:12:23 +01:00
aiordache
b9c41e3ded Merge branch 'master' into 1.28.x 2021-01-11 18:58:04 +01:00
aiordache
f1e3c3561d "Bump 1.28.0-rc2"
Signed-off-by: aiordache <anca.iordache@docker.com>
2021-01-04 16:05:55 +01:00
aiordache
b662bad612 Merge branch 'master' into 1.28.x 2021-01-04 15:36:20 +01:00
aiordache
1f469474bf "Bump 1.28.0-rc1"
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-12-07 20:44:56 +01:00
4 changed files with 65 additions and 2 deletions

View File

@@ -1,6 +1,69 @@
Change log
==========
1.28.0 (2020-12-03)
-------------------
### 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
1.27.4 (2020-09-24)
-------------------

View File

@@ -1 +1 @@
__version__ = '1.28.0dev'
__version__ = '1.28.0'

0
script/release/release.py Normal file → Executable file
View File

View File

@@ -15,7 +15,7 @@
set -e
VERSION="1.26.1"
VERSION="1.28.0"
IMAGE="docker/compose:$VERSION"