Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #280 from nkubala/v0.14.0
Browse files Browse the repository at this point in the history
cut v0.14.0
  • Loading branch information
nkubala authored Dec 19, 2018
2 parents ea8bccc + 7aa84c9 commit 616e266
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# container-diff Release Notes

# Version 0.14.0 - 12/18/18
* Enhancement - save to file [#279](https://github.com/GoogleContainerTools/container-diff/pull/279)
* Fixed concurrent map write in image diffing [#278](https://github.com/GoogleContainerTools/container-diff/pull/278)
* Adding custom cache envar and command line argument [#274](https://github.com/GoogleContainerTools/container-diff/pull/274)
* Split lines prior to diffing [#272](https://github.com/GoogleContainerTools/container-diff/pull/272)
* Move all image processing logic into utils, and expose publically [#270](https://github.com/GoogleContainerTools/container-diff/pull/270)
* Enhancement - save to file [#279](https://github.com/GoogleContainerTools/container-diff/pull/279)
* Fixed concurrent map write in image diffing [#278](https://github.com/GoogleContainerTools/container-diff/pull/278)
* Adding custom cache envar and command line argument [#274](https://github.com/GoogleContainerTools/container-diff/pull/274)
* Split lines prior to diffing [#272](https://github.com/GoogleContainerTools/container-diff/pull/272)
* Move all image processing logic into utils, and expose publically [#270](https://github.com/GoogleContainerTools/container-diff/pull/270)

# Version 0.13.0 - 10/30/18
* Update go-containerregistry to pick up docker API client negotiation [#267](https://github.com/GoogleContainerTools/container-diff/pull/267)
* Fix unintended variable shadowing [#263](https://github.com/GoogleContainerTools/container-diff/pull/263)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Bump these on release
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 13
VERSION_MINOR ?= 14
VERSION_BUILD ?= 0

VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
Expand Down

0 comments on commit 616e266

Please sign in to comment.