Skip to content

Releases: openshift/must-gather-clean

v0.0.1

01 Oct 09:46
d02283f
Compare
Choose a tag to compare

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

27 Sep 08:33
19531a1
Compare
Choose a tag to compare
second beta release Pre-release
Pre-release

New beta release with bug fixes:

  • #71 obfuscate IP addresses with underscores
  • #75 ignore MCO due to rendered certs and keys in CRD

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

21 Sep 09:21
a025390
Compare
Choose a tag to compare
first beta release Pre-release
Pre-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