What's Changed
Changelog
- 348cc73: feat: [AH-3473]: building migrator for rubyGems (#250) ( <>)
- df6c2d8: feat: [AH-4811]: add artifact download command with regex support (#237) (@sameeksha-harness)
- 5976fba: feat: [AH-4962]: Bounded logging for JFrog adapter enumeration (7/7) (#258) (@arvind-choudhary-h)
- 6b074a8: feat: [AH-4962]: Push/pull package URL derivation via ResolvePkgURL (4/7) (#255) (@arvind-choudhary-h)
- e8692e4: feat: [AH-4962]: Registry create/get + artifact list stubs/fixes (6/7) (#257) (@arvind-choudhary-h)
Installation
Linux
Using Package Managers:
# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.3.43_linux_amd64.deb
# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.3.43_linux_amd64.rpmUsing tar.gz:
tar -xzf hc_1.3.43_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/macOS
# Intel Macs
tar -xzf hc_1.3.43_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/
# Apple Silicon
tar -xzf hc_1.3.43_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