"Bump 1.28.0-rc3"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2021-01-11 19:12:23 +01:00
parent c27c73efae
commit e1fb1e9a3a
3 changed files with 9 additions and 3 deletions

View File

@ -10,7 +10,7 @@ Change log
- Support for service profiles
- Change the SSH conneciton approach to the Docker CLI's via shellout to the local SSH client (old behaviour enabled by setting `COMPOSE_PARAMIKO_SSH` environment variable)
- 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
@ -26,6 +26,12 @@ Change log
### 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

View File

@ -1 +1 @@
__version__ = '1.28.0-rc2'
__version__ = '1.28.0-rc3'

View File

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