This repository was archived by the owner on Mar 27, 2024. It is now read-only.
File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# container-diff Release Notes
2
2
3
+ # Version 0.15.0 - 02/19/19
4
+ * Update deps [ #298 ] ( https://github.com/GoogleContainerTools/container-diff/pull/298 )
5
+ * Fix result switch while viewing with type history [ #296 ] ( https://github.com/GoogleContainerTools/container-diff/pull/296 )
6
+ * Use PKG-INFO and METADATA to infer package names in pip analysis [ #292 ] ( https://github.com/GoogleContainerTools/container-diff/pull/292 )
7
+ * Remove characters from cache path that are invalid on Windows [ #285 ] ( https://github.com/GoogleContainerTools/container-diff/pull/285 )
8
+ * Use top_level.txt when analyzing pip modules [ #291 ] ( https://github.com/GoogleContainerTools/container-diff/pull/291 )
9
+ * Strip colons from file path before creating cache dir [ #290 ] ( https://github.com/GoogleContainerTools/container-diff/pull/290 )
10
+ * Adding Github Action to run Container Diff [ #286 ] ( https://github.com/GoogleContainerTools/container-diff/pull/286 )
11
+
3
12
# Version 0.14.0 - 12/18/18
4
13
* Enhancement - save to file [ #279 ] ( https://github.com/GoogleContainerTools/container-diff/pull/279 )
5
14
* Fixed concurrent map write in image diffing [ #278 ] ( https://github.com/GoogleContainerTools/container-diff/pull/278 )
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 ?= 14
17
+ VERSION_MINOR ?= 15
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