Skip to content

Commit 20879ec

Browse files
authored
Merge pull request #3262 from krissetto/changelog-7.1.0
2 parents 7785ad9 + 4f2a26d commit 20879ec

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/change-log.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Changelog
22
==========
33

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
24+
425
7.0.0
526
-----
627
### Upgrade Notes

0 commit comments

Comments
 (0)