docker-tidy/CHANGELOG.md

55 lines
3.3 KiB
Markdown
Raw Normal View History

2016-08-31 18:52:49 +02:00
# Change Log
## [0.6.1](https://github.com/yelp/docker-custodian/tree/0.6.1) (2016-08-31)
[Full Changelog](https://github.com/yelp/docker-custodian/compare/v0.5.1...0.6.1)
**Closed issues:**
- Add ability to kill/delete running containers by age [\#25](https://github.com/Yelp/docker-custodian/issues/25)
- Add tag to yelp/docker-custodian on the docker hub [\#21](https://github.com/Yelp/docker-custodian/issues/21)
- Error while fetching server API version [\#20](https://github.com/Yelp/docker-custodian/issues/20)
- Could It also clear mesos tmp files? [\#19](https://github.com/Yelp/docker-custodian/issues/19)
**Merged pull requests:**
- Bump to python \>=2.7 [\#33](https://github.com/Yelp/docker-custodian/pull/33) ([danielhoherd](https://github.com/danielhoherd))
- Overriding tox with /bin/true [\#32](https://github.com/Yelp/docker-custodian/pull/32) ([danielhoherd](https://github.com/danielhoherd))
- Bump debian version to 0.6.0 [\#31](https://github.com/Yelp/docker-custodian/pull/31) ([danielhoherd](https://github.com/danielhoherd))
- Remove py26 support, code cleanup [\#27](https://github.com/Yelp/docker-custodian/pull/27) ([kentwills](https://github.com/kentwills))
- bump docker-py version from 1.4.0 to 1.7.2 [\#26](https://github.com/Yelp/docker-custodian/pull/26) ([oktopuz](https://github.com/oktopuz))
- Don't remove recently created containers that were never used [\#23](https://github.com/Yelp/docker-custodian/pull/23) ([analogue](https://github.com/analogue))
## [v0.5.1](https://github.com/yelp/docker-custodian/tree/v0.5.1) (2015-09-29)
[Full Changelog](https://github.com/yelp/docker-custodian/compare/v0.4.0...v0.5.1)
**Implemented enhancements:**
- Use Client\(version='auto'\) [\#7](https://github.com/Yelp/docker-custodian/issues/7)
**Fixed bugs:**
- Automatically determining API version doesn't work? [\#17](https://github.com/Yelp/docker-custodian/issues/17)
**Closed issues:**
- Put on the docker hub using the yelp namespace [\#16](https://github.com/Yelp/docker-custodian/issues/16)
- Is it production ready? [\#15](https://github.com/Yelp/docker-custodian/issues/15)
**Merged pull requests:**
- Upgrade requirements to fix \#17 [\#18](https://github.com/Yelp/docker-custodian/pull/18) ([dnephin](https://github.com/dnephin))
- Automatically determine the Docker API version to use [\#12](https://github.com/Yelp/docker-custodian/pull/12) ([jschrantz](https://github.com/jschrantz))
- Add install instructions to the README [\#9](https://github.com/Yelp/docker-custodian/pull/9) ([dnephin](https://github.com/dnephin))
- Fix readme formatting [\#8](https://github.com/Yelp/docker-custodian/pull/8) ([dnephin](https://github.com/dnephin))
- Support excluding some images from removal [\#6](https://github.com/Yelp/docker-custodian/pull/6) ([dnephin](https://github.com/dnephin))
- Add .travis.yml [\#5](https://github.com/Yelp/docker-custodian/pull/5) ([dnephin](https://github.com/dnephin))
## [v0.4.0](https://github.com/yelp/docker-custodian/tree/v0.4.0) (2015-07-08)
**Merged pull requests:**
- Initial rebase of docker-custodian project [\#1](https://github.com/Yelp/docker-custodian/pull/1) ([dnephin](https://github.com/dnephin))
2016-08-31 18:57:49 +02:00
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*