You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
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)
0 commit comments