Skip to content

Commit

Permalink
Prepare for 1.0.7 release
Browse files Browse the repository at this point in the history
Added missing items in CHANGELOG and bumped the version in the
dockerfile.
  • Loading branch information
docwhat committed Jan 16, 2017
1 parent 6116969 commit 427da75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
[Unreleased]
------------

[1.0.7] - 2017-01-16
--------------------

- Fixed crash due to concurrent read and write.
- CLI wouldn't exit when given bad flags.

[1.0.6] - 2016-10-13
--------------------

Expand Down Expand Up @@ -73,7 +79,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Everything!


[Unreleased]: https://github.com/docwhat/docker-gc/compare/1.0.6...HEAD
[Unreleased]: https://github.com/docwhat/docker-gc/compare/1.0.7...HEAD
[1.0.7]: https://github.com/docwhat/docker-gc/compare/1.0.6...1.0.7
[1.0.6]: https://github.com/docwhat/docker-gc/compare/1.0.5...1.0.6
[1.0.5]: https://github.com/docwhat/docker-gc/compare/1.0.4...1.0.5
[1.0.4]: https://github.com/docwhat/docker-gc/compare/1.0.3...1.0.4
Expand Down
2 changes: 1 addition & 1 deletion release.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM busybox
MAINTAINER Christian Höltje <[email protected]>

ENV DOCKER_GC_VERSION 1.0.6
ENV DOCKER_GC_VERSION 1.0.7
ENV COLUMNS 80

ADD ["https://github.com/docwhat/docker-gc/releases/download/${DOCKER_GC_VERSION}/docker-gc_linux_amd64", "/docker-gc"]
Expand Down

0 comments on commit 427da75

Please sign in to comment.