File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1+ # container-diff Release Notes
2+
3+ # Version 0.5.0 - 10/9/17
4+ * Apt diffing now done by default
5+ * Add support for building single platform with Bazel
6+ * Move util methods to new ` pkgutil ` package for vendoring
7+ * Add support for specifying local vs remote images with ` daemon:// ` and ` remote:// ` prefixes
8+ * Remove Docker dependency for local images
9+
10+
11+ # Version 0.4.1
12+ * Fixed error with running container-diff with no analyzer specified
13+ * Fixed error where container-diff version was outputting an incorrect value
14+
15+ # Version 0.4.0
16+ * Added single image analysis #20
17+ * Added file/package output sorting by size #36
18+ * Changed CLI to use "--types" flag #68
19+ * Various cleaning and refactoring
Original file line number Diff line number Diff line change 1414
1515# Bump these on release
1616VERSION_MAJOR ?= 0
17- VERSION_MINOR ?= 4
18- VERSION_BUILD ?= 1
17+ VERSION_MINOR ?= 5
18+ VERSION_BUILD ?= 0
1919
2020VERSION ?= v$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
2121
You can’t perform that action at this time.
0 commit comments