Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
fdd11870
Kaydet (Commit)
fdd11870
authored
Nis 06, 2016
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge pull request #1025 from docker/1.8.0-release
1.8.0 release
üst
f68a4f95
267bd344
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
version.py
docker/version.py
+1
-1
change_log.md
docs/change_log.md
+7
-4
No files found.
docker/version.py
Dosyayı görüntüle @
fdd11870
version
=
"1.8.0
-rc5
"
version
=
"1.8.0"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change_log.md
Dosyayı görüntüle @
fdd11870
...
...
@@ -27,16 +27,19 @@ Change Log
### Bugfixes
*
Fixed a bug where
some environment variables specified through
`create_container`
would be improperly formatted
*
Fixed a bug where
TLS verification would fail when using IP addresses
in the certificate's
`subjectAltName`
fields
*
Fixed an issue where the default TLS version in TLSConfig would
break in some environments.
`docker-py`
now uses TLSv1 by default
This setting can be overridden using the
`ssl_version`
param in
`kwargs_from_env`
or the
`TLSConfig`
constructor
*
Fixed a bug where
`tcp`
hosts would fail to connect to TLS-enabled
endpoints
*
Fixed a bug where loading a valid docker configuration file would fail
*
Fixed a bug where some environment variables specified through
`create_container`
would be improperly formatted
*
Fixed a bug where using the unix socket connection would raise
an error in some edge-case situations
*
Fixed a bug where
`tcp`
hosts would fail to connect to TLS-enabled
endpoints.
### Miscellaneous
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment