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
3eb93f66
Kaydet (Commit)
3eb93f66
authored
Eyl 08, 2016
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump version
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
15ac73a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
2 deletions
+47
-2
version.py
docker/version.py
+1
-1
change_log.md
docs/change_log.md
+43
-0
setup.cfg
setup.cfg
+3
-1
No files found.
docker/version.py
Dosyayı görüntüle @
3eb93f66
version
=
"1.10.0
-dev
"
version
=
"1.10.0"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change_log.md
Dosyayı görüntüle @
3eb93f66
Change Log
==========
1.
10.0
------
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/issues?q=milestone%3A1.10.0+is%3Aclosed
)
### Features
*
Added swarm mode and service management methods. See the documentation for
details.
*
Added support for IPv6 Docker host addresses in the
`Client`
constructor.
*
Added (read-only) support for the Docker credentials store.
*
Added support for custom
`auth_config`
in
`Client.push`
.
*
Added support for
`labels`
in
`Client.create_volume`
.
*
Added support for
`labels`
and
`enable_ipv6`
in
`Client.create_network`
.
*
Added support for
`force`
param in
`Client.disconnect_container_from_network`
.
*
Added support for
`pids_limit`
,
`sysctls`
,
`userns_mode`
,
`cpuset_cpus`
,
`cpu_shares`
,
`mem_reservation`
and
`kernel_memory`
parameters in
`Client.create_host_config`
.
*
Added support for
`link_local_ips`
in
`create_endpoint_config`
.
*
Added support for a
`changes`
parameter in
`Client.import_image`
.
*
Added support for a
`version`
parameter in
`Client.from_env`
.
### Bugfixes
*
Fixed a bug where
`Client.build`
would crash if the
`config.json`
file
contained a
`HttpHeaders`
entry.
*
Fixed a bug where passing
`decode=True`
in some streaming methods would
crash when the daemon's response had an unexpected format.
*
Fixed a bug where
`environment`
values with unicode characters weren't
handled properly in
`create_container`
.
*
Fixed a bug where using the
`npipe`
protocol would sometimes break with
`ValueError: buffer size must be strictly positive`
.
### Miscellaneous
*
Fixed an issue where URL-quoting in docker-py was inconsistent with the
quoting done by the Docker CLI client.
*
The client now sends TCP upgrade headers to hint potential proxies about
connection hijacking.
*
The client now defaults to using the
`npipe`
protocol on Windows.
1.9.0
-----
...
...
setup.cfg
Dosyayı görüntüle @
3eb93f66
[bdist_wheel]
universal = 1
[metadata]
description_file = README.md
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