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
ab5a1899
Kaydet (Commit)
ab5a1899
authored
Ock 20, 2017
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump 2.0.2
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
ac338430
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
version.py
docker/version.py
+1
-1
change-log.md
docs/change-log.md
+20
-0
No files found.
docker/version.py
Dosyayı görüntüle @
ab5a1899
version
=
"2.0.
1
"
version
=
"2.0.
2
"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change-log.md
Dosyayı görüntüle @
ab5a1899
Change log
==========
2.
0.2
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone/28?closed=1
)
### Bugfixes
*
Installation of the package now fails if the
`docker-py`
package is
installed in order to prevent obscure naming conflicts when both
packages co-exist.
*
Added missing
`filters`
parameter to
`APIClient.networks`
.
*
Resource objects generated by the
`DockerClient`
are now hashable.
*
Fixed a bug where retrieving untagged images using
`DockerClient`
would raise a
`TypeError`
exception.
*
`mode`
parameter in
`create_service`
is now properly converted to
a valid data type for the Engine API. Use
`ServiceMode`
for advanced
configurations.
*
Fixed a bug where the decoded
`APIClient.events`
stream would sometimes raise
an exception when a container is stopped or restarted.
2.
0.1
-----
...
...
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