File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 1
- version = "3.3.0-dev "
1
+ version = "3.3.0"
2
2
version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
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
+
4
36
3.2.0
5
37
-----
6
38
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 )
8
40
9
41
### Features
10
42
You can’t perform that action at this time.
0 commit comments