From 4f2a26d21e81774cbb8e025b01de001a3ac3a545 Mon Sep 17 00:00:00 2001 From: Christopher Petito <47751006+krissetto@users.noreply.github.com> Date: Thu, 23 May 2024 09:27:07 +0000 Subject: [PATCH] Added 7.1.0 changelog Signed-off-by: Christopher Petito <47751006+krissetto@users.noreply.github.com> --- docs/change-log.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index faf868ff8..ebbdb7130 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,27 @@ Changelog ========== +7.1.0 +----- +### Upgrade Notes +- Bumped minimum engine API version to 1.24 +- Bumped default engine API version to 1.44 (Moby 25.0) + +### Bugfixes +- Fixed issue with tag parsing when the registry address includes ports that resulted in `invalid tag format` errors +- Fixed issue preventing creating new configs (`ConfigCollection`), which failed with a `KeyError` due to the `name` field +- 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) + +### Miscellaneous +- Documentation improvements +- Updated Ruff (linter) and fixed minor linting issues +- Packaging/CI updates + - Started using hatch for packaging (https://github.com/pypa/hatch) + - Updated `setup-python` github action +- Updated tests + - Stopped checking for deprecated container and image related fields (`Container` and `ContainerConfig`) + - Updated tests that check `NetworkSettings.Networks..Aliases` due to engine changes + 7.0.0 ----- ### Upgrade Notes