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
1ad68596
Kaydet (Commit)
1ad68596
authored
Haz 23, 2017
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump 2.4.0
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
15030cb6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
1 deletion
+40
-1
version.py
docker/version.py
+1
-1
api.rst
docs/api.rst
+1
-0
change-log.md
docs/change-log.md
+38
-0
No files found.
docker/version.py
Dosyayı görüntüle @
1ad68596
version
=
"2.4.0
-dev
"
version
=
"2.4.0"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/api.rst
Dosyayı görüntüle @
1ad68596
...
@@ -128,6 +128,7 @@ Configuration types
...
@@ -128,6 +128,7 @@ Configuration types
.. autoclass:: DriverConfig
.. autoclass:: DriverConfig
.. autoclass:: EndpointSpec
.. autoclass:: EndpointSpec
.. autoclass:: Mount
.. autoclass:: Mount
.. autoclass:: Placement
.. autoclass:: Resources
.. autoclass:: Resources
.. autoclass:: RestartPolicy
.. autoclass:: RestartPolicy
.. autoclass:: SecretReference
.. autoclass:: SecretReference
...
...
docs/change-log.md
Dosyayı görüntüle @
1ad68596
Change log
Change log
==========
==========
2.
4.0
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone/33?closed=1
)
### Features
*
Added support for the
`target`
and
`network_mode`
parameters in
`APIClient.build`
and
`DockerClient.images.build`
.
*
Added support for the
`runtime`
parameter in
`APIClient.create_container`
and
`DockerClient.containers.run`
.
*
Added support for the
`ingress`
parameter in
`APIClient.create_network`
and
`DockerClient.networks.create`
.
*
Added support for
`placement`
configuration in
`docker.types.TaskTemplate`
.
*
Added support for
`tty`
configuration in
`docker.types.ContainerSpec`
.
*
Added support for
`start_period`
configuration in
`docker.types.Healthcheck`
.
*
The
`credHelpers`
section in Docker's configuration file is now recognized.
*
Port specifications including IPv6 endpoints are now supported.
### Bugfixes
*
Fixed a bug where instantiating a
`DockerClient`
using
`docker.from_env`
wouldn't correctly set the default timeout value.
*
Fixed a bug where
`DockerClient.secrets`
was not accessible as a property.
*
Fixed a bug where
`DockerClient.build`
would sometimes return the wrong
image.
*
Fixed a bug where values for
`HostConfig.nano_cpus`
exceeding 2^32 would
raise a type error.
*
`Image.tag`
now properly returns
`True`
when the operation is successful.
*
`APIClient.logs`
and
`Container.logs`
now raise an exception if the
`since`
argument uses an unsupported type instead of ignoring the value.
*
Fixed a bug where some methods would raise a
`NullResource`
exception when
the resource ID was provided using a keyword argument.
### Miscellaneous
*
`APIClient`
instances can now be pickled.
2.
3.0
2.
3.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