Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 8ae444a

Browse files
authored
Merge pull request #112 from nkubala/release
cut v0.5.0 release
2 parents fe91244 + cea8709 commit 8ae444a

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
# Bump these on release
1616
VERSION_MAJOR ?= 0
17-
VERSION_MINOR ?= 4
18-
VERSION_BUILD ?= 1
17+
VERSION_MINOR ?= 5
18+
VERSION_BUILD ?= 0
1919

2020
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2121

0 commit comments

Comments
 (0)