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 +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# container-diff Release Notes
22
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+
312# Version 0.14.0 - 12/18/18
413* Enhancement - save to file [ #279 ] ( https://github.com/GoogleContainerTools/container-diff/pull/279 )
514* 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 1414
1515# Bump these on release
1616VERSION_MAJOR ?= 0
17- VERSION_MINOR ?= 14
17+ VERSION_MINOR ?= 15
1818VERSION_BUILD ?= 0
1919
2020VERSION ?= v$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
You can’t perform that action at this time.
0 commit comments