mirror of
https://github.com/docker/compose.git
synced 2025-07-22 05:04:27 +02:00
"Bump 1.28.0-rc3"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
c27c73efae
commit
e1fb1e9a3a
@ -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
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '1.28.0-rc2'
|
||||
__version__ = '1.28.0-rc3'
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.28.0-rc2"
|
||||
VERSION="1.28.0-rc3"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user