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
4130e7b8
Kaydet (Commit)
4130e7b8
authored
Agu 10, 2018
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge branch 'release'
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
c4a1134e
e0495a91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
1 deletion
+40
-1
version.py
docker/version.py
+1
-1
change-log.md
docs/change-log.md
+39
-0
No files found.
docker/version.py
Dosyayı görüntüle @
4130e7b8
version
=
"3.5.0
-dev
"
version
=
"3.5.0"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change-log.md
Dosyayı görüntüle @
4130e7b8
Change log
==========
3.
5.0
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone=53?closed=1
)
### Deprecation warning
*
Support for Python 3.3 will be dropped in the 4.0.0 release
### Features
*
Updated dependencies to ensure support for Python 3.7 environments
*
Added support for the
`uts_mode`
parameter in
`HostConfig`
*
The
`UpdateConfig`
constructor now allows
`rollback`
as a valid
value for
`failure_action`
*
Added support for
`rollback_config`
in
`APIClient.create_service`
,
`APIClient.update_service`
,
`DockerClient.services.create`
and
`Service.update`
.
### Bugfixes
*
Credential helpers are now properly leveraged by the
`build`
method
*
Fixed a bug that caused placement preferences to be ignored when provided
to
`DockerClient.services.create`
*
Fixed a bug that caused a
`user`
value of
`0`
to be ignored in
`APIClient.create_container`
and
`DockerClient.containers.create`
3.
4.1
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone/52?closed=1
)
### Bugfixes
*
Fixed a bug that caused auth values in config files written using one of the
legacy formats to be ignored
*
Fixed issues with handling of double-wildcard
`**`
patterns in
`.dockerignore`
files
3.
4.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