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

Update changelog for v0.12.0 release #262

Merged
merged 1 commit into from
Oct 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# container-diff Release Notes

# Version 0.12.0 - 10/1/18
* Add script to list all pull requests for each release [#258](https://github.com/GoogleContainerTools/container-diff/pull/258)
* Fix deps [#260](https://github.com/GoogleContainerTools/container-diff/pull/260)
* Backfill changelog [#257](https://github.com/GoogleContainerTools/container-diff/pull/257)
* Add maintainers file and new issue template [#259](https://github.com/GoogleContainerTools/container-diff/pull/259)
* Add size analyzer [#256](https://github.com/GoogleContainerTools/container-diff/pull/256)
* Fix destination path for clone in contrib guidance. [#255](https://github.com/GoogleContainerTools/container-diff/pull/255)
* Add rpmlayer differ [#252](https://github.com/GoogleContainerTools/container-diff/pull/252)
* Handle error gracefully when we can't retrieve an image [#251](https://github.com/GoogleContainerTools/container-diff/pull/251)
* Layered analysis for single version packages [#248](https://github.com/GoogleContainerTools/container-diff/pull/248)
* Reuse cached filesystems for layers [#247](https://github.com/GoogleContainerTools/container-diff/pull/247)

# Version 0.11.0 - 6/27/18
* Don't overwrite loaded tarball image
* Use local RPM binary (when possible) in RPM differ
Expand Down