mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-25 05:30:39 +00:00
Merge pull request #26 from oktopuz/master
bump docker-py version from 1.4.0 to 1.7.2
This commit is contained in:
commit
b66adba924
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
docker-custodian (0.5.3) lucid; urgency=low
|
||||||
|
|
||||||
|
* Update docker-py
|
||||||
|
|
||||||
|
-- Alex Dudko <adudko@yelp.com> Mon, 4 Apr 2016 09:44:26 -0800
|
||||||
|
|
||||||
docker-custodian (0.5.2) lucid; urgency=low
|
docker-custodian (0.5.2) lucid; urgency=low
|
||||||
|
|
||||||
* Fixed bug where never started containers that are not old were getting removed
|
* Fixed bug where never started containers that are not old were getting removed
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# -*- coding: utf8 -*-
|
# -*- coding: utf8 -*-
|
||||||
|
|
||||||
__version_info__ = (0, 5, 2)
|
__version_info__ = (0, 5, 3)
|
||||||
__version__ = '%d.%d.%d' % __version_info__
|
__version__ = '%d.%d.%d' % __version_info__
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
argparse==1.3.0
|
argparse==1.3.0
|
||||||
backports.ssl-match-hostname==3.4.0.2
|
backports.ssl-match-hostname==3.4.0.2
|
||||||
docker-py==1.4.0
|
docker-py==1.7.2
|
||||||
future==0.14.3
|
future==0.14.3
|
||||||
python-dateutil==2.4.0
|
python-dateutil==2.4.0
|
||||||
pytimeparse==1.1.2
|
pytimeparse==1.1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user