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
a6f12777
Kaydet (Commit)
a6f12777
authored
Eki 14, 2016
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump version to 1.10.4 ; Update changelog
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
213dc8f7
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 @
a6f12777
version
=
"1.10.
3
"
version
=
"1.10.
4
"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change_log.md
Dosyayı görüntüle @
a6f12777
Change Log
==========
1.
10.4
------
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone/24?closed=1
)
### Bugfixes
*
Fixed an issue where
`RestartPolicy.condition_types.ON_FAILURE`
would yield
an invalid value.
*
Fixed an issue where the SSL connection adapter would receive an invalid
argument.
*
Fixed an issue that caused the Client to fail to reach API endpoints when
the provided
`base_url`
had a trailing slash.
*
Fixed a bug where some
`environment`
values in
`create_container`
containing unicode characters would raise an encoding error.
*
Fixed a number of issues tied with named pipe transport on Windows.
### Miscellaneous
*
Adjusted version requirements for the
`requests`
library.
1.10.3
------
...
...
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