Skip to content

Releases: beeb/awsbck

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

awsbck v0.3.2

25 May 13:12
Compare
Choose a tag to compare

What's Changed

  • Add binary for Apple Silicon by @beeb in #22

Full Changelog: v0.3.1...v0.3.2

awsbck v0.3.1

12 Apr 07:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

awsbck v0.3.0

11 Mar 18:49
Compare
Choose a tag to compare

This release introduces a new feature to define periodic backups using cron expressions instead of an interval in seconds.

This offers more flexibility. The new option is available through the -c or --cron CLI arguments, as well as the AWSBCK_CRON environment variable.

The old -i/--interval option and AWSBCK_INTERVAL are not supported anymore.

Docker image

The docker image is now hosted on the Github repository. The Docker Hub image will no longer be updated past this version.
Please use ghcr.io/beeb/awsbck:latest.

What's Changed

  • Breaking: add cron scheduling by @beeb in #20

Full Changelog: v0.2.11...v0.3.0

awsbck v0.2.11

11 Feb 14:32
Compare
Choose a tag to compare

What's Changed

  • Sanitize default filename by @beeb in #18

Full Changelog: v0.2.10...v0.2.11