What's Changed
Changelog
- 87b556e: feat: [AH-2608] Support for concurrent uploads (#175) (@cashwinichourasia)
- 3f58ff7: feat: [AH-3283] Add RAW registry type migration support (#180) (@arvind-choudhary-h)
Installation
Linux
Using Package Managers:
# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.3.17_linux_amd64.deb
# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.3.17_linux_amd64.rpmUsing tar.gz:
tar -xzf hc_1.3.17_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/macOS
# Intel Macs
tar -xzf hc_1.3.17_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/
# Apple Silicon
tar -xzf hc_1.3.17_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