v0.12.0 Release
- Add script to list all pull requests for each release #258
- Fix deps #260
- Backfill changelog #257
- Add maintainers file and new issue template #259
- Add size analyzer #256
- Fix destination path for clone in contrib guidance. #255
- Add rpmlayer differ #252
- Handle error gracefully when we can't retrieve an image #251
- Layered analysis for single version packages #248
- Reuse cached filesystems for layers #247
Huge thanks to all of our contributors!
Aaron Prindle
Abby Tisdale
Chris Ottinger
Colette Torres
David Cassany
Doug Greiman
Douglas Greiman
Ezekiel Templin
Florian Ludwig
Fridolín Pokorný
James Antill
Matt Rickard
Nick Kubala
Priya Wadhwa
Sharif Elgamal
Suraj Deshmukh
Valentin Rothberg
Yaroslav Halchenko
anh
dlorenc
ferhat elmas
peter-evans
Distribution
container-diff is distributed in binary form for Linux, OSX, and Windows systems for the v0.12.0 release. Binaries are available on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -LO https://storage.googleapis.com/container-diff/v0.12.0/container-diff-darwin-amd64 && mv container-diff-darwin-amd64 container-diff && chmod +x container-diff && sudo mv container-diff /usr/local/bin/
Feel free to leave off the sudo mv container-diff /usr/local/bin
if you would like to add container-diff to your path manually.
Linux
curl -LO https://storage.googleapis.com/container-diff/v0.12.0/container-diff-linux-amd64 && mv container-diff-linux-amd64 container-diff && chmod +x container-diff && sudo mv container-diff /usr/local/bin/
Feel free to leave off the sudo mv container-diff /usr/local/bin
if you would like to add container-diff to your path manually.
Windows
Download the container-diff-windows-amd64.exe
file, and rename it to container-diff.exe
and add it to your path.
Usage
Documentation is available here