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
a2160145
Kaydet (Commit)
a2160145
authored
Haz 16, 2016
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
1.9.0 RC1
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
538a1db9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
2 deletions
+24
-2
version.py
docker/version.py
+1
-1
change_log.md
docs/change_log.md
+23
-1
No files found.
docker/version.py
Dosyayı görüntüle @
a2160145
version
=
"1.
8.
1"
version
=
"1.
9.0-rc
1"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change_log.md
Dosyayı görüntüle @
a2160145
Change Log
==========
1.
9.0
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/issues?q=milestone%3A1.9.0+is%3Aclosed
)
### Features
*
Added
**experimental**
support for Windows named pipes (
`npipe://`
protocol).
*
Added support for Block IO constraints in
`Client.create_host_config`
. This
includes parameters
`blkio_weight`
,
`blkio_weight_device`
,
`device_read_bps`
,
`device_write_bps`
,
`device_read_iops`
and
`device_write_iops`
.
*
Added support for the
`internal`
param in
`Client.create_network`
.
*
Added support for
`ipv4_address`
and
`ipv6_address`
in utils function
`create_endpoint_config`
.
### Bugfixes
*
Fixed an issue where the HTTP timeout on streaming responses would sometimes
be set incorrectly.
*
Fixed an issue where explicit relative paths in
`.dockerignore`
files were
not being recognized.
1.
8.1
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/issues?q=milestone%3A1.8.
0
+is%3Aclosed
)
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/issues?q=milestone%3A1.8.
1
+is%3Aclosed
)
### Bugfixes
...
...
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