You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/change-log.md
+21
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,27 @@
1
1
Changelog
2
2
==========
3
3
4
+
7.1.0
5
+
-----
6
+
### Upgrade Notes
7
+
- Bumped minimum engine API version to 1.24
8
+
- Bumped default engine API version to 1.44 (Moby 25.0)
9
+
10
+
### Bugfixes
11
+
- Fixed issue with tag parsing when the registry address includes ports that resulted in `invalid tag format` errors
12
+
- Fixed issue preventing creating new configs (`ConfigCollection`), which failed with a `KeyError` due to the `name` field
13
+
- Fixed an issue due to an update in the [requests](https://github.com/psf/requests) package breaking `docker-py` by applying the [suggested fix](https://github.com/psf/requests/pull/6710)
14
+
15
+
### Miscellaneous
16
+
- Documentation improvements
17
+
- Updated Ruff (linter) and fixed minor linting issues
18
+
- Packaging/CI updates
19
+
- Started using hatch for packaging (https://github.com/pypa/hatch)
20
+
- Updated `setup-python` github action
21
+
- Updated tests
22
+
- Stopped checking for deprecated container and image related fields (`Container` and `ContainerConfig`)
23
+
- Updated tests that check `NetworkSettings.Networks.<network>.Aliases` due to engine changes
0 commit comments