mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
4.9 KiB
4.9 KiB
Change Log
0.7.1 (2018-03-21)
Implemented enhancements:
- Remove volumes when removing containers #36 (pauloconnor)
- Add patterns support for exclude-image-file #35 (vshlapakov)
Fixed bugs:
Closed issues:
- docker-custodian crashing when cleaning up. #38
- backports.ssl-match-hostname>=3.5 error when running in Docker #37
- Publish on PyPI? #10
Merged pull requests:
- Add --exclude-container-label argument to dcgc #47 (ATRAN2)
- Port to docker lib #46 (samiam)
- Correctly handle empty dangling volumes #45 (samiam)
- Remove dangling volumes #40 (ymilki)
- Revert docker-py version change #39 (pauloconnor)
v0.6.1 (2016-08-31)
Closed issues:
- Add ability to kill/delete running containers by age #25
- Add tag to yelp/docker-custodian on the docker hub #21
- Error while fetching server API version #20
- Could It also clear mesos tmp files? #19
Merged pull requests:
- Bump to python >=2.7 #33 (danielhoherd)
- Overriding tox with /bin/true #32 (danielhoherd)
- Bump debian version to 0.6.0 #31 (danielhoherd)
- Remove py26 support, code cleanup #27 (kentwills)
- bump docker-py version from 1.4.0 to 1.7.2 #26 (oktopuz)
- Don't remove recently created containers that were never used #23 (analogue)
v0.5.1 (2015-09-29)
Implemented enhancements:
- Use Client(version='auto') #7
Fixed bugs:
- Automatically determining API version doesn't work? #17
Closed issues:
Merged pull requests:
- Upgrade requirements to fix #17 #18 (dnephin)
- Automatically determine the Docker API version to use #12 (jschrantz)
- Add install instructions to the README #9 (dnephin)
- Fix readme formatting #8 (dnephin)
- Support excluding some images from removal #6 (dnephin)
- Add .travis.yml #5 (dnephin)
v0.4.0 (2015-07-08)
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator