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
08328985
Kaydet (Commit)
08328985
authored
May 17, 2017
tarafından
Joffrey F
Kaydeden (comit)
GitHub
May 17, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge pull request #1614 from docker/2.3.0-release
2.3.0 release
üst
db542e71
ba334f8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
1 deletion
+42
-1
version.py
docker/version.py
+1
-1
change-log.md
docs/change-log.md
+41
-0
No files found.
docker/version.py
Dosyayı görüntüle @
08328985
version
=
"2.3.0
-dev
"
version
=
"2.3.0"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change-log.md
Dosyayı görüntüle @
08328985
Change log
==========
2.
3.0
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone/31?closed=1
)
### Features
*
Added support for the following
`HostConfig`
parameters:
`volume_driver`
,
`cpu_count`
,
`cpu_percent`
,
`nano_cpus`
,
`cpuset_mems`
.
*
Added support for
`verbose`
parameter in
`APIClient.inspect_network`
and
`DockerClient.networks.get`
.
*
Added support for the
`environment`
parameter in
`APIClient.exec_create`
and
`Container.exec_run`
*
Added
`reload_config`
method to
`APIClient`
, that lets the user reload
the
`config.json`
data from disk.
*
Added
`labels`
property to the
`Image`
and
`Container`
classes.
*
Added
`image`
property to the
`Container`
class.
### Bugfixes
*
Fixed a bug where setting
`replicas`
to zero in
`ServiceMode`
would not
register as a valid entry.
*
Fixed a bug where
`DockerClient.images.build`
would report a failure after
a successful build if a
`tag`
was set.
*
Fixed an issue where
`DockerClient.images.pull`
would fail to return the
corresponding image object if a
`tag`
was set.
*
Fixed a bug where a list of
`mounts`
provided to
`APIClient.create_service`
would sometimes be parsed incorrectly.
*
Fixed a bug where calling
`Network.containers`
would crash when no containers
were associated with the network.
*
Fixed an issue where
`Network.connect`
and
`Network.disconnect`
would not
accept some of the documented parameters.
*
Fixed a bug where the
`cpuset_cpus`
parameter would not be properly set in
`APIClient.create_host_config`
.
### Miscellaneous
*
The invalid
`networks`
argument in
`DockerClient.containers.run`
has been
replaced with a (working) singular
`network`
argument.
2.2.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