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
60d814d7
Kaydet (Commit)
60d814d7
authored
Şub 04, 2016
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge pull request #922 from docker/release-1.7.0
Release 1.7.0
üst
a6a562a6
a11dc87b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
1 deletion
+34
-1
version.py
docker/version.py
+1
-1
change_log.md
docs/change_log.md
+33
-0
No files found.
docker/version.py
Dosyayı görüntüle @
60d814d7
version
=
"1.7.0
-rc3
"
version
=
"1.7.0"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change_log.md
Dosyayı görüntüle @
60d814d7
Change Log
==========
1.
7.0
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/issues?q=milestone%3A1.7.0+is%3Aclosed
)
### Features
*
Added support for cusom IPAM configuration in
`Client.create_network`
*
Added input support to
`Client.exec_create`
*
Added support for
`stop_signal`
in
`Client.create_host_config`
*
Added support for custom HTTP headers in Docker config file.
*
Added support for unspecified transfer protocol in
`base_url`
when TLS is
enabled.
### Bugfixes
*
Fixed a bug where the
`filters`
parameter in
`Client.volumes`
would not be
applied properly.
*
Fixed a bug where memory limits would parse to incorrect values.
*
Fixed a bug where the
`devices`
parameter in
`Client.create_host_config`
would sometimes be misinterpreted.
*
Fixed a bug where instantiating a
`Client`
object would sometimes crash if
`base_url`
was unspecified.
*
Fixed a bug where an error message related to TLS configuration would link
to a non-existent (outdated) docs page.
### Miscellaneous
*
Processing of
`.dockerignore`
has been made significantly faster.
*
Dropped explicit support for Python 3.2
1.
6.0
-----
...
...
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