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

Commit 616e266

Browse files
authored
Merge pull request #280 from nkubala/v0.14.0
cut v0.14.0
2 parents ea8bccc + 7aa84c9 commit 616e266

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# container-diff Release Notes
22

3+
# Version 0.14.0 - 12/18/18
4+
* Enhancement - save to file [#279](https://github.com/GoogleContainerTools/container-diff/pull/279)
5+
* Fixed concurrent map write in image diffing [#278](https://github.com/GoogleContainerTools/container-diff/pull/278)
6+
* Adding custom cache envar and command line argument [#274](https://github.com/GoogleContainerTools/container-diff/pull/274)
7+
* Split lines prior to diffing [#272](https://github.com/GoogleContainerTools/container-diff/pull/272)
8+
* Move all image processing logic into utils, and expose publically [#270](https://github.com/GoogleContainerTools/container-diff/pull/270)
9+
* Enhancement - save to file [#279](https://github.com/GoogleContainerTools/container-diff/pull/279)
10+
* Fixed concurrent map write in image diffing [#278](https://github.com/GoogleContainerTools/container-diff/pull/278)
11+
* Adding custom cache envar and command line argument [#274](https://github.com/GoogleContainerTools/container-diff/pull/274)
12+
* Split lines prior to diffing [#272](https://github.com/GoogleContainerTools/container-diff/pull/272)
13+
* Move all image processing logic into utils, and expose publically [#270](https://github.com/GoogleContainerTools/container-diff/pull/270)
14+
315
# Version 0.13.0 - 10/30/18
416
* Update go-containerregistry to pick up docker API client negotiation [#267](https://github.com/GoogleContainerTools/container-diff/pull/267)
517
* Fix unintended variable shadowing [#263](https://github.com/GoogleContainerTools/container-diff/pull/263)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Bump these on release
1616
VERSION_MAJOR ?= 0
17-
VERSION_MINOR ?= 13
17+
VERSION_MINOR ?= 14
1818
VERSION_BUILD ?= 0
1919

2020
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)

0 commit comments

Comments
 (0)