Skip to content

Releases: locationlabs/docker-rotate

Version 3.2

03 Jan 18:55
Compare
Choose a tag to compare
  • Added compatibility for pre-1.21 API for use with a pre-1.9 engine.

Version 3.1

18 Nov 01:32
Compare
Choose a tag to compare
  • 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

16 Aug 20:38
Compare
Choose a tag to compare

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

04 Mar 18:03
Compare
Choose a tag to compare

1.3: Merge pull request #7 from ava-dylang/client-version-mismatch

12 Feb 22:14
Compare
Choose a tag to compare
User declared client version & exit on mismatch.