Overview
Request 1196451 superseded
- Update to 7.1.0
* Bumped minimum engine API version to 1.24
* Bumped default engine API version to 1.44 (Moby 25.0)
* Fixed issue with lang parsing when the registry address
includes ports taht 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 package breaking
docker-py by applying the suggested fix
* Documentation improvements
* Updated Ruff (linter) and fixed minor linting issues
* Started using hatch for packaging
* Stopped checking for deprecated container and image related
fields (Container and ContainerConfig)
* Updated tests that check NetworkSettings.Networks..Aliases
due to engine changes
- change source url as release tarball doesn't include tests anymore
- drop patches which are now included upstream (forwarded request 1196072 from nkrapp)
- Created by rjschwei
- In state superseded
- Superseded by 1196998
- Open review for licensedigger
- Open review for factory-staging
Request History
rjschwei created request
- Update to 7.1.0
* Bumped minimum engine API version to 1.24
* Bumped default engine API version to 1.44 (Moby 25.0)
* Fixed issue with lang parsing when the registry address
includes ports taht 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 package breaking
docker-py by applying the suggested fix
* Documentation improvements
* Updated Ruff (linter) and fixed minor linting issues
* Started using hatch for packaging
* Stopped checking for deprecated container and image related
fields (Container and ContainerConfig)
* Updated tests that check NetworkSettings.Networks..Aliases
due to engine changes
- change source url as release tarball doesn't include tests anymore
- drop patches which are now included upstream (forwarded request 1196072 from nkrapp)
factory-auto declined review
A patch (2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch) is being deleted without this removal being mentioned in the changelog.
A patch (e33e0a437ecd895158c8cb4322a0cdad79312636.patch) is being deleted without this removal being mentioned in the changelog.
factory-auto declined request
A patch (2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch) is being deleted without this removal being mentioned in the changelog.
A patch (e33e0a437ecd895158c8cb4322a0cdad79312636.patch) is being deleted without this removal being mentioned in the changelog.
- Update to 7.1.0
* Bumped minimum engine API version to 1.24
* Bumped default engine API version to 1.44 (Moby 25.0)
* Fixed issue with lang parsing when the registry address
includes ports taht 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 package breaking
docker-py by applying the suggested fix
* Documentation improvements
* Updated Ruff (linter) and fixed minor linting issues
* Started using hatch for packaging
* Stopped checking for deprecated container and image related
fields (Container and ContainerConfig)
* Updated tests that check NetworkSettings.Networks..Aliases
due to engine changes
- change source url as release tarball doesn't include tests anymore
- drop patches which are now included upstream