Releases: gebn/unifibackup
Releases · gebn/unifibackup
v2.2.4
v2.2.3
Behind the scenes
- Go has been upgraded to 1.21.2
- All dependencies updated
v2.2.2
Behind the scenes
- Go has been upgraded to 1.20.1
- All dependencies updated
v2.2.1
Changes
- New
genmeta
subcommand to create a suitableautobackup_meta.json
during restores (seeREADME.md
for details) - ARM64 binaries and a
linux/arm64
container are now built - Upgraded dependency to fix CVE-2022-28948
Behind the scenes
- Go has been upgraded to 1.18.3
GOMAXPROCS
is now set automatically usinggo.uber.org/automaxprocs
v2.2.0
Changes
- Metrics are now always exposed, by default on
:9184
- The sample systemd service now restarts on failure
- A
linux/amd64
container is now built
Behind the scenes
- Go has been upgraded to 1.18.1
- Removed Bazel
- Migrated from Travis CI to GitHub Actions
- Upgraded all libraries, and notably migrated to
aws-sdk-go-v2