Releases: locationlabs/docker-rotate
Releases · locationlabs/docker-rotate
Version 3.2
Version 3.1
- Changed image deletion to use tags, not Ids. This fixes an issue when deleting an image that is a parent of another image.
3.0 - reworking of API, untagged support
This release reworks the API again, to be more explicit about exactly what will be deleted. This addresses some of the issues with the 2.0 API where the "default" behavior was to delete unexpected things.
This also resolves some potential issues with images that had tags with multiple "names", e.g. an image might be "foo:1.1" as well as "bar:2.0". We've also added unit testing, and some support for doing local integration testing using Vagrant.
2.0: Merge pull request #8 from OceanCodes/master
docker-rotate 2.0
1.3: Merge pull request #7 from ava-dylang/client-version-mismatch
User declared client version & exit on mismatch.