mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
[master] forward-port "Bump 1.26.1"
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com> (cherry picked from commit f216ddbf05c131058cb11323023f8b43cd381926) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
15c1cabdad
commit
7728bf6c8b
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,6 +1,19 @@
|
||||
Change log
|
||||
==========
|
||||
|
||||
1.26.1 (2020-06-30)
|
||||
-------------------
|
||||
|
||||
### Features
|
||||
|
||||
- Bump `docker-py` from 4.2.1 to 4.2.2
|
||||
|
||||
### Bugs
|
||||
|
||||
- Enforce `docker-py` 4.2.1 as minimum version when installing with pip
|
||||
|
||||
- Fix context load for non-docker endpoints
|
||||
|
||||
1.26.0 (2020-06-03)
|
||||
-------------------
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.26.0"
|
||||
VERSION="1.26.1"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user