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
9372ef27
Kaydet (Commit)
9372ef27
authored
Eyl 10, 2015
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated changelog
Bumped version to 1.4.0 Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
de5aab87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
5 deletions
+42
-5
version.py
docker/version.py
+1
-1
change_log.md
docs/change_log.md
+41
-4
No files found.
docker/version.py
Dosyayı görüntüle @
9372ef27
version
=
"1.4.0
-dev
"
version
=
"1.4.0"
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
version_info
=
tuple
([
int
(
d
)
for
d
in
version
.
split
(
"-"
)[
0
]
.
split
(
"."
)])
docs/change_log.md
Dosyayı görüntüle @
9372ef27
Change Log
Change Log
==========
==========
1.
4.0
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/issues?q=milestone%3A1.4.0+is%3Aclosed
)
### Deprecation warning
*
`docker.utils.create_host_config`
is deprecated in favor of
`Client.create_host_config`
.
### Features
*
Added
`utils.parse_env_file`
to support env-files.
See
[
docs
](
http://docker-py.readthedocs.org/en/latest/api/#create_container
)
for usage.
*
Added support for arbitrary log drivers
*
Added support for URL paths in the docker host URL (
`base_url`
)
*
Drastically improved support for .dockerignore syntax
### Bugfixes
*
Fixed a bug where exec_inspect would allow invocation when the API version
was too low.
*
Fixed a bug where
`docker.utils.ports.split_port`
would break if an open
range was provided.
*
Fixed a bug where invalid image IDs / container IDs could be provided to
bypass or reroute request URLs
*
Default
`base_url`
now adapts depending on the OS (better Windows support)
*
Fixed a bug where using an integer as the user param in
`Client.create_container`
would result in a failure.
### Miscellaneous
*
Docs fixes
*
Integration tests are now run as part of our continuous integration.
*
Updated dependency on
`six`
library
1.
3.1
1.
3.1
-----
-----
...
@@ -30,8 +67,8 @@ Change Log
...
@@ -30,8 +67,8 @@ Change Log
### Deprecation warning
### Deprecation warning
*
As announced in the 1.2.0 release,
`Client.execute`
has been removed in favor
of
*
As announced in the 1.2.0 release,
`Client.execute`
has been removed in favor
`Client.exec_create`
and
`Client.exec_start`
.
of
`Client.exec_create`
and
`Client.exec_start`
.
### Features
### Features
...
@@ -79,8 +116,8 @@ Change Log
...
@@ -79,8 +116,8 @@ Change Log
### Deprecation warning
### Deprecation warning
*
Passing host config in the
`Client.start`
method is now deprecated. Please
use the
*
Passing host config in the
`Client.start`
method is now deprecated. Please
`host_config`
in
`Client.create_container`
instead.
use the
`host_config`
in
`Client.create_container`
instead.
### Features
### 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