瀏覽代碼

"Bump 1.26.0-rc5"

Signed-off-by: Ulysses Souza <[email protected]>
Ulysses Souza 5 年之前
父節點
當前提交
f2bb6ff473
共有 3 個文件被更改,包括 7 次插入3 次删除
  1. 5 1
      CHANGELOG.md
  2. 1 1
      compose/__init__.py
  3. 1 1
      script/run/run.sh

+ 5 - 1
CHANGELOG.md

@@ -1,7 +1,7 @@
 Change log
 ==========
 
-1.26.0 (2020-04-29)
+1.26.0 (2020-06-03)
 -------------------
 
 ### Features
@@ -18,6 +18,8 @@ Change log
 
 - Bump `OpenSSL` from 1.1.1f to 1.1.1g
 
+- Bump `docker-py` from 4.2.0 to 4.2.1
+
 ### Bugs
 
 - Properly escape values coming from env_files
@@ -32,6 +34,8 @@ Change log
 
 - Show an error message when `version` attribute is malformed
 
+- Fix HTTPS connection when DOCKER_HOST is remote
+
 1.25.5 (2020-02-04)
 -------------------
 

+ 1 - 1
compose/__init__.py

@@ -1,4 +1,4 @@
 from __future__ import absolute_import
 from __future__ import unicode_literals
 
-__version__ = '1.26.0-rc4'
+__version__ = '1.26.0-rc5'

+ 1 - 1
script/run/run.sh

@@ -15,7 +15,7 @@
 
 set -e
 
-VERSION="1.26.0-rc4"
+VERSION="1.26.0-rc5"
 IMAGE="docker/compose:$VERSION"