Release v1.3.3
What's Changed
Changelog
- 69cf80f: Initial commit (neelam-harness 117125370+neelam-harness@users.noreply.github.com)
- c2705fc: Update default version of harness-cli (#146) (Arvind Choudhary arvind.choudhary@harness.io)
- 5b094cd: added .gitignore (nekum1 117125370+neelam-harness@users.noreply.github.com)
- 2ff922f: added CommitTest.txt to the repo (nekum1 117125370+neelam-harness@users.noreply.github.com)
- 1ec7837: added basic setup for harness-cli (nekum1 117125370+neelam-harness@users.noreply.github.com)
- bdff66b: feat:[AH-2541]: Add support for bulk skip artifacts (#147) (Ashwini Chourasia c_ashwini.chourasia@harness.io)
- 9adeccf: feat:[AH-2554]: Support for allowed blocked patterns per registry mapping in CLI (#148) (Ashwini Chourasia c_ashwini.chourasia@harness.io)
Installation
Linux
Using Package Managers:
# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.3.3_linux_amd64.deb
# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.3.3_linux_amd64.rpmUsing tar.gz:
tar -xzf hc_1.3.3_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/macOS
# Intel Macs
tar -xzf hc_1.3.3_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/
# Apple Silicon
tar -xzf hc_1.3.3_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