Skip to content

v3.1.4

Choose a tag to compare

@github-actions github-actions released this 25 Feb 12:46
· 19 commits to main since this release

πŸš€ Release v3.1.4

πŸ“¦ Installation

Install the latest binary for your system instantly:

curl -sSL https://raw.githubusercontent.com/MaksymLeus/testApp_sourcecode/main/tools/installer.sh | bash

πŸ—οΈ Available Binaries

Platform Architecture Binary
Linux AMD64 awscli-addons-linux-amd64
Linux ARM64 awscli-addons-linux-arm64
macOS (Intel) AMD64 awscli-addons-darwin-amd64
macOS (Apple Silicon) ARM64 awscli-addons-darwin-arm64

Download the appropriate binary for your platform and make it executable:

wget https://github.com/MaksymLeus/testApp_sourcecode/releases/download/v3.1.4/<Binary>
chmod +x <Binary>
sudo mv <Binary> /usr/local/bin/<Binary>

πŸ›‘οΈ Verification

# Linux
sha256sum -c checksums.txt

# macOS
shasum -a 256 -c checksums.txt

πŸ“‹ What's Changed

Full Changelog: v3.1.3...v3.1.4