mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
"Bump 1.28.0-rc2"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
a8ffcfaefb
commit
aa8b7bb392
@ -22,6 +22,8 @@ Change log
|
||||
|
||||
- Take `--file` in account when defining `project_dir`
|
||||
|
||||
- On `compose up`, attach only to services we read logs from
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
- Improve failure report for missing mandatory environment variables
|
||||
@ -40,7 +42,7 @@ Change log
|
||||
|
||||
- Bump gitpython to 3.1.11
|
||||
|
||||
- Bump docker-py to 4.4.0
|
||||
- Bump docker-py to 4.4.1
|
||||
|
||||
- Bump Python to 3.9
|
||||
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '1.28.0-rc1'
|
||||
__version__ = '1.28.0-rc2'
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.28.0-rc1"
|
||||
VERSION="1.28.0-rc2"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user