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
27e31c6c
Kaydet (Commit)
27e31c6c
authored
Mar 18, 2017
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump 2.2.0, update changelog
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
5fb7811c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
1 deletion
+31
-1
version.py
docker/version.py
+1
-1
change-log.md
docs/change-log.md
+30
-0
No files found.
docker/version.py
Dosyayı görüntüle @
27e31c6c
version
=
"2.2.0
-dev
"
version
=
"2.2.0"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change-log.md
Dosyayı görüntüle @
27e31c6c
Change log
==========
2.
2.0
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone/30?closed=1
)
### Features
*
Default API version has been bumped to
`1.26`
(Engine 1.13.1+)
*
Upgrade plugin:
*
Added the
`upgrade_plugin`
method to the
`APIClient`
class
*
Added the
`upgrade`
method to the
`Plugin`
class
*
Service logs:
*
Added the
`service_logs`
method to the
`APIClient`
class
*
Added the
`logs`
method to the
`Service`
class
*
Added the
`df`
method to
`APIClient`
and
`DockerClient`
*
Added support for
`init`
and
`init_path`
parameters in
`HostConfig`
and
`DockerClient.containers.run`
*
Added support for
`hostname`
parameter in
`ContainerSpec`
and
`DockerClient.service.create`
*
Added support for port range to single port in port mappings
(e.g.
`8000-8010:80`
)
### Bugfixes
*
Fixed a bug where a missing container port in a port mapping would raise
an unexpected
`TypeError`
*
Fixed a bug where the
`events`
method in
`APIClient`
and
`DockerClient`
would not respect custom headers set in
`config.json`
2.1.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