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

Commit 1458955

Browse files
authored
Merge pull request #343 from nkubala/release/v0.16.0
Release v0.16.0
2 parents b5723e5 + f31e18c commit 1458955

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
1-
# container-diff Release Notes
1+
# v0.16.0 Release - 12/21/2020
2+
**Linux**
3+
`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/`
4+
5+
**macOS**
6+
`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/`
7+
8+
**Windows**
9+
https://storage.googleapis.com/container-diff/v0.16.0/container-diff-windows-amd64.exe
10+
11+
12+
**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.
13+
14+
Highlights:
15+
* container-diff now supports packages installed with [Emerge](https://wiki.gentoo.org/wiki/Portage)!
16+
17+
New Features:
18+
* feat: support emerge packages analyzer [#337](https://github.com/GoogleContainerTools/container-diff/pull/337)
19+
* Add two options to handle self-signed certificates registries [#327](https://github.com/GoogleContainerTools/container-diff/pull/327)
20+
21+
Fixes:
22+
* version: Move vX.Y.Z to version.go so it works with `go get`, add git info [#304](https://github.com/GoogleContainerTools/container-diff/pull/304)
23+
* Fix RPM differ to to include release of version [#315](https://github.com/GoogleContainerTools/container-diff/pull/315)
24+
* --help: List available analyzers, improve Usage line [#303](https://github.com/GoogleContainerTools/container-diff/pull/303)
25+
* Fix concurrent map write for hardlink [#324](https://github.com/GoogleContainerTools/container-diff/pull/324)
26+
* Remove unnecessary flag parsing [#330](https://github.com/GoogleContainerTools/container-diff/pull/330)
27+
28+
Updates:
29+
* Upgrade to go 1.14 and go.mod [#329](https://github.com/GoogleContainerTools/container-diff/pull/329)
30+
* Update codeowners [#341](https://github.com/GoogleContainerTools/container-diff/pull/341)
31+
32+
Docs Updates:
33+
* README: mention archlinux-specific instructions [#307](https://github.com/GoogleContainerTools/container-diff/pull/307)
34+
* Document official support level from Google [#342](https://github.com/GoogleContainerTools/container-diff/pull/342)
35+
36+
Huge thanks goes out to all of our contributors for this release:
37+
38+
- Ben Einaudi
39+
- Beni Cherniavsky-Paskin
40+
- Callum Reardon
41+
- Don McCasland
42+
- Lexus Lee
43+
- Luis Plazas
44+
- Nick Kubala
45+
- Santiago Torres
46+
247

348
# Version 0.15.0 - 02/19/19
449
* Update deps [#298](https://github.com/GoogleContainerTools/container-diff/pull/298)

0 commit comments

Comments
 (0)