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

Commit bea7ad9

Browse files
authored
Merge pull request #358 from nkubala/v0.17.0-release
Update changelog for v0.17.0
2 parents bb86e6b + f986cce commit bea7ad9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# v0.17.0 Release - 06/07/2021
2+
**Linux**
3+
`curl -LO https://storage.googleapis.com/container-diff/v0.17.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.17.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.17.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+
Fixes:
15+
* Resolve symlink issue. [#355](https://github.com/GoogleContainerTools/container-diff/pull/355)
16+
* Remove global variable [#349](https://github.com/GoogleContainerTools/container-diff/pull/349)
17+
* Code improvement in function readErrorsFromChannel() [#347](https://github.com/GoogleContainerTools/container-diff/pull/347)
18+
19+
Huge thank you to all of our dedicated contributors:
20+
- Leonor Resende
21+
- Nick Kubala
22+
- nicolasdilley
23+
- zhongjie
24+
25+
126
# v0.16.0 Release - 12/21/2020
227
**Linux**
328
`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/`

0 commit comments

Comments
 (0)