Releases: beeb/awsbck
Releases · beeb/awsbck
0.3.12 - 2025-02-24
Release Notes
Changed
Install awsbck 0.3.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/beeb/awsbck/releases/download/v0.3.12/awsbck-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/beeb/awsbck/releases/download/v0.3.12/awsbck-installer.ps1 | iex"
Download awsbck 0.3.12
File | Platform | Checksum |
---|---|---|
awsbck-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
awsbck-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
awsbck-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
awsbck-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
awsbck-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
v0.3.11
v0.3.10
v0.3.9
v0.3.8
v0.3.7
Changed
- Bump actions/upload-artifact from 3 to 4 (#43) - (1b22adb)
- Bump actions/download-artifact from 3 to 4 (#44) - (7d2f1f0)
- Use official action for github app token (#46) - (5caed9c)
- Bump SebRollen/toml-action from 1.0.2 to 1.2.0 (#47) - (b76600b)
- Bump robinraju/release-downloader from 1.8 to 1.9 (#48) - (ef371ec)
- Update deps (#49) - (b054f33)
- Code cleanup and fix typos (#50) - (e5a41f4)
Fixed
v0.3.6
v0.3.5
Added
- Add release-plz
Changed
- Update aws sdk
- Bump docker/metadata-action from 4 to 5
- Bump docker/setup-buildx-action from 2 to 3
- Bump docker/setup-qemu-action from 2 to 3
- Update config
- Adjust git-cliff config for release-plz compatibility
- Adjust changelog format
Fixed
- Fix missing secret
- Fix changelog format
- Release-plz changelog format
Removed
- Remove commits for changelog updates from changelog
awsbck v0.3.4
What's Changed
- Maintenance update by @beeb in #26
- Added a nix derivation in the flake so the binary can be built with
nix build .#
Full Changelog: v0.3.3...v0.3.4