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
84ed0ae2
Kaydet (Commit)
84ed0ae2
authored
Mar 23, 2016
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update ChangeLog
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
f1a0fe7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
change_log.md
docs/change_log.md
+42
-0
No files found.
docs/change_log.md
Dosyayı görüntüle @
84ed0ae2
Change Log
==========
1.
8.0
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/issues?q=milestone%3A1.8.0+is%3Aclosed
)
### Features
*
Added
`Client.update_container`
method (Update resource configs of a
container)
*
Added support for gzipped context in
`Client.build`
*
Added ability to specify IP address when connecting a container to a
network
*
Added
`tmpfs`
support to
`Client.create_host_config`
*
Added support for the
`changes`
param in
`Client.commit`
*
Added support for the
`follow`
param in
`Client.logs`
*
Added support for the
`check_duplicate`
param in
`Client.create_network`
*
Added support for the
`decode`
param in
`Client.push`
and
`Client.pull`
*
Added
`docker.from_env`
shortcut function. Instantiates a client with
`kwargs_from_env`
*
`kwargs_from_env`
now supports an optional
`environment`
parameter.
If present, values will be fetched from this dictionary instead of
`os.environ`
### Bugfixes
*
Fixed a bug where some environment variables specified through
`create_container`
would be improperly formatted
*
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 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
*
Default API version is now 1.22 (introduced in Docker 1.10.0)
1.7.2
-----
...
...
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