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

v0.16.0 Release

Compare
Choose a tag to compare
@nkubala nkubala released this 22 Dec 20:59
· 43 commits to master since this release
2db6995

v0.16.0 Release - 12/21/2020

Linux
curl -LO https://storage.googleapis.com/container-diff/v0.16.0/container-diff-linux-amd64 && mv container-diff-linux-amd64 container-diff && chmod +x container-diff && sudo mv container-diff /usr/local/bin/

macOS
curl -LO https://storage.googleapis.com/container-diff/v0.16.0/container-diff-darwin-amd64 && mv container-diff-darwin-amd64 container-diff && chmod +x container-diff && sudo mv container-diff /usr/local/bin/

Windows
https://storage.googleapis.com/container-diff/v0.16.0/container-diff-windows-amd64.exe

Note from the maintainers: container-diff has been moved to maintenance mode, but this does NOT mean the project is shutting down! Unfortunately, our team at Google does not have the bandwidth to actively maintain this project, and we want to be sure that the OSS community knows that we're not ignoring our users and contributors. We'll continue to provide critical fixes, and review and ship new contributions as they're submitted to the project.

Highlights:

  • container-diff now supports packages installed with Emerge!

New Features:

  • feat: support emerge packages analyzer #337
  • Add two options to handle self-signed certificates registries #327

Fixes:

  • version: Move vX.Y.Z to version.go so it works with go get, add git info #304
  • Fix RPM differ to to include release of version #315
  • --help: List available analyzers, improve Usage line #303
  • Fix concurrent map write for hardlink #324
  • Remove unnecessary flag parsing #330

Updates:

  • Upgrade to go 1.14 and go.mod #329
  • Update codeowners #341

Docs Updates:

  • README: mention archlinux-specific instructions #307
  • Document official support level from Google #342

Huge thanks goes out to all of our contributors for this release:

  • Ben Einaudi
  • Beni Cherniavsky-Paskin
  • Callum Reardon
  • Don McCasland
  • Lexus Lee
  • Luis Plazas
  • Nick Kubala
  • Santiago Torres