mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
"Bump 1.28.4"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
b97275024a
commit
cabd5cfb4f
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,6 +1,19 @@
|
||||
Change log
|
||||
==========
|
||||
|
||||
1.28.4 (2021-02-18)
|
||||
-------------------
|
||||
|
||||
[List of PRs / issues for this release](https://github.com/docker/compose/milestone/54?closed=1)
|
||||
|
||||
### Bugs
|
||||
|
||||
- Fix SSH port parsing by bumping docker-py to 4.4.3
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
- Bump Python to 3.7.10
|
||||
|
||||
1.28.3 (2021-02-17)
|
||||
-------------------
|
||||
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '1.28.3'
|
||||
__version__ = '1.28.4'
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.28.3"
|
||||
VERSION="1.28.4"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user