|
1 | 1 | # container-diff Release Notes
|
2 | 2 |
|
| 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 | + |
3 | 57 | # Version 0.5.0 - 10/9/17
|
4 | 58 | * Apt diffing now done by default
|
5 | 59 | * Add support for building single platform with Bazel
|
|
8 | 62 | * Remove Docker dependency for local images
|
9 | 63 |
|
10 | 64 |
|
11 |
| -# Version 0.4.1 |
| 65 | +# Version 0.4.1 - 9/12/17 |
12 | 66 | * Fixed error with running container-diff with no analyzer specified
|
13 | 67 | * Fixed error where container-diff version was outputting an incorrect value
|
14 | 68 |
|
15 |
| -# Version 0.4.0 |
| 69 | +# Version 0.4.0 - 9/12/17 |
16 | 70 | * Added single image analysis #20
|
17 | 71 | * Added file/package output sorting by size #36
|
18 | 72 | * Changed CLI to use "--types" flag #68
|
|
0 commit comments