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

Commit 8eaf956

Browse files
committed
backfill changelog
1 parent 8904693 commit 8eaf956

File tree

1 file changed

+56
-2
lines changed

1 file changed

+56
-2
lines changed

CHANGELOG.md

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,59 @@
11
# container-diff Release Notes
22

3+
# Version 0.11.0 - 6/27/18
4+
* Don't overwrite loaded tarball image
5+
* Use local RPM binary (when possible) in RPM differ
6+
7+
# Version 0.10.0 - 6/13/18
8+
* Switch to github.com/google/go-containerregistry
9+
* Fix entrypoint in RPM differ
10+
* Various metadata diffing fixes
11+
* Remove Bazel
12+
13+
# Version 0.9.0 - 4/10/18
14+
* Add metadata diffing
15+
* Sanitize filepaths before joining to prevent filepath traversal
16+
* Fix appending of latest tag to tar files
17+
* Correctly clean up image filesystems
18+
* Set/unset write bit when unpacking directories out of permission scope
19+
* Add all docker config fields to image config
20+
* Various bug/panic fixes
21+
22+
# Version 0.8.0 - 3/19/28
23+
* Allow updating env vars on MutableSource image
24+
* Save temp layers in cache directory instead of /tmp
25+
* Allow accessing and modifying MutableSource config
26+
* Fixed appending latest tag to images with no tag provided
27+
* Created default ImageSource if none is provided to prepper
28+
* Fixed issue where remote:// prefix was not being stripped correctly
29+
30+
# Version 0.7.0 - 2/22/18
31+
* Download remote:// images in RPMAnalyzer
32+
* Add support for custom formatting strings
33+
* Refactors to the cache and image unpacking code
34+
* Add Label to ConfigObject
35+
* Add MutableSource for basic image modifications
36+
37+
# Version 0.6.2 - 1/10/18
38+
* Fix issue with user.Current not working in some environments
39+
40+
# Version 0.6.1 - 1/4/18
41+
* Fix incorrect version in binary
42+
43+
# Version 0.6.0 - 12/27/17
44+
* Add support for diffing RPM packages
45+
* Fix a few unpack errors for images with whiteout layers
46+
* Switch dependency management from godep to dep
47+
48+
# Version 0.5.2 - 11/25/17
49+
* Various docs fixes
50+
* Fix Makefile to preserve all build artifacts
51+
52+
# Version 0.5.1 - 11/20/17
53+
* Change types flag from comma separated --types list to repeated --typeflag
54+
* Added --filename flag to show diffs of individual files
55+
* Added layer caching
56+
357
# Version 0.5.0 - 10/9/17
458
* Apt diffing now done by default
559
* Add support for building single platform with Bazel
@@ -8,11 +62,11 @@
862
* Remove Docker dependency for local images
963

1064

11-
# Version 0.4.1
65+
# Version 0.4.1 - 9/12/17
1266
* Fixed error with running container-diff with no analyzer specified
1367
* Fixed error where container-diff version was outputting an incorrect value
1468

15-
# Version 0.4.0
69+
# Version 0.4.0 - 9/12/17
1670
* Added single image analysis #20
1771
* Added file/package output sorting by size #36
1872
* Changed CLI to use "--types" flag #68

0 commit comments

Comments
 (0)