mirror of
https://github.com/docker/compose.git
synced 2025-07-28 08:04:09 +02:00
"Bump 1.28.3"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
31b95cfc12
commit
1473615283
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,6 +1,27 @@
|
|||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
1.28.3 (2021-02-17)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
[List of PRs / issues for this release](https://github.com/docker/compose/milestone/53?closed=1)
|
||||||
|
|
||||||
|
### Bugs
|
||||||
|
|
||||||
|
- Fix SSH hostname parsing when it contains leading s/h, and removes the quiet option that was hiding the error (via docker-py bump to 4.4.2)
|
||||||
|
|
||||||
|
- Fix key error for '--no-log-prefix' option
|
||||||
|
|
||||||
|
- Fix incorrect CLI environment variable name for service profiles: `COMPOSE_PROFILES` instead of `COMPOSE_PROFILE`
|
||||||
|
|
||||||
|
- Fix fish completion
|
||||||
|
|
||||||
|
### Miscellaneous
|
||||||
|
|
||||||
|
- Bump cryptography to 3.3.2
|
||||||
|
|
||||||
|
- Remove log driver filter
|
||||||
|
|
||||||
1.28.2 (2021-01-26)
|
1.28.2 (2021-01-26)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '1.28.2'
|
__version__ = '1.28.3'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.28.2"
|
VERSION="1.28.3"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user