This repository was archived by the owner on Mar 27, 2024. It is now read-only.
File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# container-diff Release Notes
2
2
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
+
3
15
# Version 0.13.0 - 10/30/18
4
16
* Update go-containerregistry to pick up docker API client negotiation [ #267 ] ( https://github.com/GoogleContainerTools/container-diff/pull/267 )
5
17
* Fix unintended variable shadowing [ #263 ] ( https://github.com/GoogleContainerTools/container-diff/pull/263 )
Original file line number Diff line number Diff line change 14
14
15
15
# Bump these on release
16
16
VERSION_MAJOR ?= 0
17
- VERSION_MINOR ?= 13
17
+ VERSION_MINOR ?= 14
18
18
VERSION_BUILD ?= 0
19
19
20
20
VERSION ?= v$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
You can’t perform that action at this time.
0 commit comments