What's Changed
Changelog
- e5c4c2d: feat: [AH-2061]: support debian packages upload (#195) (@tmacari-harness)
- 2e1fa5d: feat: [AH-2606]: Support for retries in all APIs (#193) (@cashwinichourasia)
- b325231: feat: [AH-4196]: add puppet migration scripts (#199) (@saksham-har)
- 511bee5: feat:[AH-4164]: fix unknown vulnerability status (#198) (@sourabh-awashti)
- c870d72: fix: [AH-4015]: don't check for empty username in migration to HAR as its not required (#197) (@shivagowda)
Installation
Linux
Using Package Managers:
# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.3.20_linux_amd64.deb
# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.3.20_linux_amd64.rpmUsing tar.gz:
tar -xzf hc_1.3.20_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/macOS
# Intel Macs
tar -xzf hc_1.3.20_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/
# Apple Silicon
tar -xzf hc_1.3.20_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/Windows
- Download the appropriate .zip file
- Extract the archive
- Add the extracted directory to your PATH
Verification
Verify the checksums using the checksums.txt file:
sha256sum -c checksums.txt --ignore-missing