mirror of
https://github.com/docker/compose.git
synced 2026-07-03 14:53:58 +00:00
"Bump 1.28.0-rc2"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
a8ffcfaefb
commit
aa8b7bb392
3 changed files with 5 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue