Releases: openshift/must-gather-clean
Releases · openshift/must-gather-clean
v0.0.1
no fixes since last beta release, only documentation updates.
Unpack the binary that you downloaded, for Linux the tar file can be extracted with:
$ tar xzf must-gather-clean-linux-amd64.tar.gz
Optionally, you can validate against the checksum file found on the release page, here using the linux binary:
$ echo "$(<SHA256_SUM) must-gather-clean" | sha256sum --check
On Linux, you can add the binary to the path with:
$ chmod +x must-gather-clean
$ sudo mv ./must-gather-clean /usr/local/bin/must-gather-clean
Then you should be able to run:
$ must-gather-clean version
second beta release
New beta release with bug fixes:
Features:
- #68 re-use cleaning reports for reproducible runs
- #65 improved reporting schema and counting of replacements
Internals:
- #72 e2e testing suite
- general doc updates
Full Changelog:
v0.0.1-beta...v0.0.1-beta2
first beta release
Unpack the binary that you downloaded, for Linux the tar file can be extracted with:
$ tar xzf must-gather-clean-linux-amd64.tar.gz
Optionally, you can validate against the checksum file found on the release page, here using the linux binary:
$ echo "$(<SHA256_SUM) must-gather-clean" | sha256sum --check
On Linux, you can add the binary to the path with:
$ chmod +x must-gather-clean
$ sudo mv ./must-gather-clean /usr/local/bin/must-gather-clean
Then you should be able to run:
$ must-gather-clean version