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
2b82f932
Kaydet (Commit)
2b82f932
authored
Nis 26, 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
d5693ed9
e88751cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
2 deletions
+34
-2
version.py
docker/version.py
+1
-1
change-log.md
docs/change-log.md
+33
-1
No files found.
docker/version.py
Dosyayı görüntüle @
2b82f932
version
=
"3.3.0
-dev
"
version
=
"3.3.0"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change-log.md
Dosyayı görüntüle @
2b82f932
Change log
==========
3.
3.0
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone/49?closed=1
)
### Features
*
Added support for
`prune_builds`
in
`APIClient`
and
`DockerClient.images`
*
Added support for
`ignore_removed`
parameter in
`DockerClient.containers.list`
### Bugfixes
*
Fixed an issue that caused builds to fail when an in-context Dockerfile
would be specified using its absolute path
*
Installation with pip 10.0.0 and above no longer fails
*
Connection timeout for
`stop`
and
`restart`
now gets properly adjusted to
allow for the operation to finish in the specified time
*
Improved docker credential store support on Windows
3.
2.1
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone/50?closed=1
)
### Bugfixes
*
Fixed a bug with builds not properly identifying Dockerfile paths relative
to the build context
*
Fixed an issue where builds would raise a
`ValueError`
when attempting to
build with a Dockerfile on a different Windows drive.
3.
2.0
-----
[
List of PRs/ issues for this release
](
https://github.com/docker/docker-py/milestone/45?closed=1
)
[
List of PRs
/ issues for this release
](
https://github.com/docker/docker-py/milestone/45?closed=1
)
### Features
...
...
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