Skip to content

Releases: beeb/awsbck

0.3.12 - 2025-02-24

24 Feb 19:07
548485e
Compare
Choose a tag to compare

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

23 Feb 18:49
d7e9b20
Compare
Choose a tag to compare

Changed

Fixed

v0.3.10

13 Jan 06:09
5d166b1
Compare
Choose a tag to compare

Changed

  • Bump docker/build-push-action from 5 to 6 (#58) - (70f433e)
  • Bump robinraju/release-downloader from 1.10 to 1.11 (#60) - (e8ceaa4)
  • Clippy style recommendation (#61) - (10754f5)

Fixed

v0.3.9

10 Jun 06:06
cd49d84
Compare
Choose a tag to compare

Changed

  • Bump robinraju/release-downloader from 1.9 to 1.10 (#54) - (9e9624d)
  • Update deps (#56) - (8e8255b)

v0.3.8

22 Mar 13:09
4e0325b
Compare
Choose a tag to compare

Changed

v0.3.7

18 Feb 16:06
3fe0bac
Compare
Choose a tag to compare

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

28 Nov 18:22
6327caa
Compare
Choose a tag to compare

Added

  • Add build dispatch workflow - (b8dea71)
  • Add commit links in changelog - (405d25a)

Changed

  • Bump docker/build-push-action from 3 to 5 - (456055a)
  • Update and simplify nix flake (#41) - (56c3f38)
  • Update to new aws-sdk (#42) - (2120c65)
  • Simplify aws config import - (0f74a0c)

Documentation

Fixed

  • Fix trigger for detecting release - (5814aa3)
  • Fix release-plz release not triggering builds - (3ecabb3)

v0.3.5

01 Oct 07:50
4cd5c4b
Compare
Choose a tag to compare

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

27 Aug 18:14
v0.3.4
Compare
Choose a tag to compare

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

awsbck v0.3.3

13 Jul 13:41
v0.3.3
Compare
Choose a tag to compare

What's Changed

  • Add clippy pedantic rules and fix warnings by @beeb in #23
  • build: add nix flake for dev shell by @beeb in #24
  • Update dependencies by @beeb in #25

Full Changelog: v0.3.2...v0.3.3