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
a90e3e44
Kaydet (Commit)
a90e3e44
authored
Şub 17, 2017
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump version 2.1.0
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
1042b06e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
1 deletion
+52
-1
version.py
docker/version.py
+1
-1
change-log.md
docs/change-log.md
+51
-0
No files found.
docker/version.py
Dosyayı görüntüle @
a90e3e44
version
=
"2.1.0
-dev
"
version
=
"2.1.0"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change-log.md
Dosyayı görüntüle @
a90e3e44
Change log
==========
2.
1.0
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone/27?closed=1
)
### Features
*
Added the following pruning methods:
*
In
`APIClient`
:
`prune_containers`
,
`prune_images`
,
`prune_networks`
,
`prune_volumes`
*
In
`DockerClient`
:
`containers.prune`
,
`images.prune`
,
`networks.prune`
,
`volumes.prune`
*
Added support for the plugins API:
*
In
`APIClient`
:
`configure_plugin`
,
`create_plugin`
,
`disable_plugin`
,
`enable_plugin`
,
`inspect_plugin`
,
`pull_plugin`
,
`plugins`
,
`plugin_privileges`
,
`push_plugin`
,
`remove_plugin`
*
In
`DockerClient`
:
`plugins.create`
,
`plugins.get`
,
`plugins.install`
,
`plugins.list`
, and the
`Plugin`
model.
*
Added support for the secrets API:
*
In
`APIClient`
:
`create_secret`
,
`inspect_secret`
,
`remove_secret`
,
`secrets`
*
In
`DockerClient`
:
`secret.create`
,
`secret.get`
,
`secret.list`
and
the
`Secret`
model.
*
Added
`secrets`
parameter to
`ContainerSpec`
. Each item in the
`secrets`
list must be a
`docker.types.SecretReference`
instance.
*
Added support for
`cache_from`
in
`APIClient.build`
and
`DockerClient.images.build`
.
*
Added support for
`auto_remove`
and
`storage_opt`
in
`APIClient.create_host_config`
and
`DockerClient.containers.run`
*
Added support for
`stop_timeout`
in
`APIClient.create_container`
and
`DockerClient.containers.run`
*
Added support for the
`force`
parameter in
`APIClient.remove_volume`
and
`Volume.remove`
*
Added support for
`max_failure_ratio`
and
`monitor`
in
`UpdateConfig`
*
Added support for
`force_update`
in
`TaskTemplate`
*
Made
`name`
parameter optional in
`APIClient.create_volume`
and
`DockerClient.volumes.create`
### Bugfixes
*
Fixed a bug where building from a directory containing socket-type files
would raise an unexpected
`AttributeError`
.
*
Fixed an issue that was preventing the
`DockerClient.swarm.init`
method to
take into account arguments passed to it.
*
`Image.tag`
now correctly returns a boolean value upon completion.
*
Fixed several issues related to passing
`volumes`
in
`DockerClient.containers.run`
*
Fixed an issue where
`DockerClient.image.build`
wouldn't return an
`Image`
object even when the build was successful
2.0.2
-----
...
...
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