Release 0.6.1

This commit is contained in:
Kyle Anderson 2016-08-31 09:52:49 -07:00
parent 70337faa8b
commit 302262639f
4 changed files with 70 additions and 1 deletions

View File

@ -7,3 +7,12 @@ install:
- pip install tox
script:
- tox
deploy:
- provider: pypi
user: yelplabs
password:
secure: r9zzkDhFF/aMhId26nVuyk91t0uMLFd80ZWIXpOdGL36AvOKTj90l2Usb9ipxJeIBdiccQ5rFtX7r2RnFC9Q3cP83A0c5p1jacpb7OyNRVDaYqr/+iDVp83SQKF9l2PnKyIXeLpIbVi6x7s0L+gJ7Ex+6ck0X9V1MA1zFtFxOyhGRAPxjPhywLAIsWd7RdclD/Bg79YtZ9pZGg0QK0hm9S3RZL+e2kdM+9rNpfhmyI6Bcf6ZBMoJtsCWWRRg8JgI/StfrXs1VpJfjWmy+XApsOWTWWfjdLO3IpuDhQrAfrCwM8n7AHv8MCfxt8yPlRKA4OEg2TGOm7U+VSIubV64hgFdSt7fazYh+uttUxGE8cz8Jt/rRCYmrYmWPzm7MIoFOwBfrK7QEQDxSN9gWUbL3eWgPGQMVZC06hb0pdLog/8piNrC5DBwywlPy24ChVlt+0UMA8rzIepwX1//Bcc4a9lIxbLFg8P/1JtS7Tkfag9p2Y1Z943GU1JAHhPLktdxMxFlZ4qTfaaxz7fYU+Kr/47noNLWKtnNejVEgy4bYAR9NxDET/vnpeJ7MacefYL0zvXBWO6MCbVDCUbM8fQWrZUAjeFzMCk8kXgA1qkkQ0Lm/7ACbUUECiZ1qclZh2du6Cvt6xRsBJXDXjzYwm2ECKGS8GQ4pJ6h3DypdHgHrMM=
on:
tags: true
repo: Yelp/docker-custodian

54
CHANGELOG.md Normal file
View File

@ -0,0 +1,54 @@
# 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))
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
docker-custodian (0.6.1) lucid; urgency=low
* New release for pypi
-- kwa <kwa@kwa-MacBookPro> Wed, 31 Aug 2016 09:49:37 -0700
docker-custodian (0.6.0) lucid; urgency=low
* Remove python 2.6 support

View File

@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
__version_info__ = (0, 6, 0)
__version_info__ = (0, 6, 1)
__version__ = '%d.%d.%d' % __version_info__