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
f10c008a
Kaydet (Commit)
f10c008a
authored
Ara 19, 2017
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump 2.7.0 + changelog
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
ac68a36a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
1 deletion
+36
-1
version.py
docker/version.py
+1
-1
change-log.md
docs/change-log.md
+35
-0
No files found.
docker/version.py
Dosyayı görüntüle @
f10c008a
version
=
"2.7.0
-dev
"
version
=
"2.7.0"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change-log.md
Dosyayı görüntüle @
f10c008a
Change log
==========
2.
7.0
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone/41?closed=1
)
### Features
*
Added
`unlock_swarm`
and
`get_unlock_key`
methods to the
`APIClient`
.
*
Added
`unlock`
and
`get_unlock_key`
to
`DockerClient.swarm`
.
*
Added a
`greedy`
parameter to
`DockerClient.networks.list`
, yielding
additional details about the listed networks.
*
Added
`cpu_rt_runtime`
and
`cpu_rt_period`
as parameters to
`APIClient.create_host_config`
and
`DockerClient.containers.run`
.
*
Added the
`order`
argument to
`UpdateConfig`
.
*
Added
`fetch_current_spec`
to
`APIClient.update_service`
and
`Service.update`
that will retrieve the current configuration of the service and merge it with
the provided parameters to determine the new configuration.
### Bugfixes
*
Fixed a bug where the
`build`
method tried to include inaccessible files
in the context, leading to obscure errors during the build phase
(inaccessible files inside the context now raise an
`IOError`
instead).
*
Fixed a bug where the
`build`
method would try to read from FIFOs present
inside the build context, causing it to hang.
*
`APIClient.stop`
will no longer override the
`stop_timeout`
value present
in the container's configuration.
*
Fixed a bug preventing removal of networks with names containing a space.
*
Fixed a bug where
`DockerClient.containers.run`
would crash if the
`auto_remove`
parameter was set to
`True`
.
*
Changed the default value of
`listen_addr`
in
`join_swarm`
to match the
one in
`init_swarm`
.
*
Fixed a bug where handling HTTP errors with no body would cause an unexpected
exception to be thrown while generating an
`APIError`
object.
2.
6.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