mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 12:10:40 +00:00
Bump to 0.5.2
This commit is contained in:
parent
a6a66db9e9
commit
2fdd6524b3
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
docker-custodian (0.5.2) lucid; urgency=low
|
||||||
|
|
||||||
|
* Fixed bug where never started containers that are not old were getting removed
|
||||||
|
|
||||||
|
-- Semir Patel <spatel@yelp.com> Tue, 15 Dec 2015 09:44:26 -0800
|
||||||
|
|
||||||
docker-custodian (0.5.0) lucid; urgency=low
|
docker-custodian (0.5.0) lucid; urgency=low
|
||||||
|
|
||||||
* Add option to exclude images from removal by dcgc
|
* Add option to exclude images from removal by dcgc
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# -*- coding: utf8 -*-
|
# -*- coding: utf8 -*-
|
||||||
|
|
||||||
__version_info__ = (0, 5, 1)
|
__version_info__ = (0, 5, 2)
|
||||||
__version__ = '%d.%d.%d' % __version_info__
|
__version__ = '%d.%d.%d' % __version_info__
|
||||||
|
Loading…
Reference in New Issue
Block a user