Skip to content

Commit 1c754fb

Browse files
committed
Bumped version and updated Changelog
1 parent d9f1b25 commit 1c754fb

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

ChangeLog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
ChangeLog
22
=========
33

4+
0.5.0
5+
-----
6+
7+
* **This version introduces breaking changes!**
8+
* Added `insecure_registry` parameter in `Client.push` and `Client.pull`.
9+
*It defaults to False and code pushing to non-HTTPS private registries
10+
might break as a result.*
11+
* Added support for adding and dropping capabilities
12+
* Added support for restart policy
13+
* Added support for string values in `Client.create_container`'s `mem_limit`
14+
* Added support for `.dockerignore` file in `Client.build`
15+
16+
### Bugfixes
17+
18+
* Fixed timeout behavior in `Client.stop`
19+
20+
### Miscellaneous
21+
22+
* `Client.create_container` provides better validation of the `volumes`
23+
parameter
24+
* Improved integration tests
25+
426
0.4.0
527
-----
628

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.4.1-dev"
1+
version = "0.5.0"

0 commit comments

Comments
 (0)