Skip to content

Commit 2b82f93

Browse files
committed
Merge branch 'release'
Signed-off-by: Joffrey F <[email protected]>
2 parents d5693ed + e88751c commit 2b82f93

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "3.3.0-dev"
1+
version = "3.3.0"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,42 @@
11
Change log
22
==========
33

4+
3.3.0
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/49?closed=1)
8+
9+
### Features
10+
11+
* Added support for `prune_builds` in `APIClient` and `DockerClient.images`
12+
* Added support for `ignore_removed` parameter in
13+
`DockerClient.containers.list`
14+
15+
### Bugfixes
16+
17+
* Fixed an issue that caused builds to fail when an in-context Dockerfile
18+
would be specified using its absolute path
19+
* Installation with pip 10.0.0 and above no longer fails
20+
* Connection timeout for `stop` and `restart` now gets properly adjusted to
21+
allow for the operation to finish in the specified time
22+
* Improved docker credential store support on Windows
23+
24+
3.2.1
25+
-----
26+
27+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/50?closed=1)
28+
29+
### Bugfixes
30+
31+
* Fixed a bug with builds not properly identifying Dockerfile paths relative
32+
to the build context
33+
* Fixed an issue where builds would raise a `ValueError` when attempting to
34+
build with a Dockerfile on a different Windows drive.
35+
436
3.2.0
537
-----
638

7-
[List of PRs/ issues for this release](https://github.com/docker/docker-py/milestone/45?closed=1)
39+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/45?closed=1)
840

941
### Features
1042

0 commit comments

Comments
 (0)