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
78b15e0f
Unverified
Kaydet (Commit)
78b15e0f
authored
Ock 10, 2019
tarafından
Chris Crone
Kaydeden (comit)
GitHub
Ock 10, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge pull request #2224 from docker/release
Resync release
üst
55a62c26
ac922192
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
version.py
docker/version.py
+1
-1
change-log.md
docs/change-log.md
+22
-0
No files found.
docker/version.py
Dosyayı görüntüle @
78b15e0f
version
=
"3.7.0
-dev
"
version
=
"3.7.0"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change-log.md
Dosyayı görüntüle @
78b15e0f
Change log
==========
3.
7.0
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone/56?closed=1
)
### Features
*
Added support for multiplexed streams (for
`attach`
and
`exec_start`
). Learn
more at https://docker-py.readthedocs.io/en/stable/user_guides/multiplex.html
*
Added the
`use_config_proxy`
parameter to the following methods:
`APIClient.build`
,
`APIClient.create_container`
,
`DockerClient.images.build`
and
`DockerClient.containers.run`
(
`False`
by default).
**This parameter**
**will become `True` by default in the 4.0.0 release.**
*
Placement preferences for Swarm services are better validated on the client
and documentation has been updated accordingly
### Bugfixes
*
Fixed a bug where credential stores weren't queried for relevant registry
credentials with certain variations of the
`config.json`
file.
*
`DockerClient.swarm.init`
now returns a boolean value as advertised.
3.
6.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