This repository was archived by the owner on Mar 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 1414
1515# Bump these on release
1616VERSION_MAJOR ?= 0
17- VERSION_MINOR ?= 13
17+ VERSION_MINOR ?= 14
1818VERSION_BUILD ?= 0
1919
2020VERSION ?= v$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
You can’t perform that action at this time.
0 commit comments