Releases: beeb/awsbck
Releases · beeb/awsbck
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
awsbck v0.3.3
awsbck v0.3.2
awsbck v0.3.1
awsbck v0.3.0
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
Full Changelog: v0.2.11...v0.3.0