Releases: camptocamp/bivac
Releases · camptocamp/bivac
Release 2.5.1
Release 2.5.1
2.5.0
Changelog
DEPENDENCIES:
rclone
: Use version 1.24.0restic
: Use version 0.12.0
2.4.2
Changelog
IMPROVEMENTS:
core
: Add debug information in the backup processplatform
: Add support of architecturearm64
BUG FIXES:
scheduler
: Fix a bug in the scheduler that leads to skipping backup for a day when the previous backup didn't end correctly.
2.4.1
Changelog
IMPROVEMENTS:
ci
: Add support of floating tags
BUG FIXES:
ci
: Fix Bivac version number on build
2.4.0
Changelog
IMPROVEMENTS:
core
: Automatically select Agent docker image based on manager's version
BUG FIXES:
providers-config
: Fix mysqldump options
We moved the default docker registry from Docker Hub to Github. From this release, all the docker
images will be published on Github.
All the information regarding the new images are available on this page: https://github.com/orgs/camptocamp/packages/container/package/bivac
2.3.2
Changelog
IMPROVEMENTS:
providers-config
: Reduce memory pressure on MySQL dumpsbuild
: Improve release build scripts
BUG FIXES:
providers-config
: Fix bash errors
2.3.1
Changelog
BUG FIXES:
core
: Fix infinite loop in log receiver
2.3.0
Changelog
IMPROVEMENTS:
core
: Add support of custom backup intervalbuild
: Add support of ARM architecturebuild
: Improve multiarch docker image builddocker
: Add support of custom network usage (#342)chart
: Generic improvementsvendoring
: Switch from vendor directory to Go modules
BUG FIXES:
core
: Fix raw command output formatchart
: Fix deployment templatedocker
: Fix tests
Various minor bugs have also been fixed.
2.2.0
Changelog
IMPROVEMENTS:
metrics
: Add a metric that contains the count of snapshots for every volume.kubernetes
: Duplicate the annotations from the manager to the agents.docker
: Avoid unmarshalling error when reading logs by using encoded and sanitized output.
Various minor bugs have also been fixed.
2.1.0
Changelog
NEW FEATURES:
core
: Add commandrestore
to restore a volume from a backup.kubernetes
: Add support of subpaths and handle them as separate volumes.
IMPROVEMENTS:
core
: Add the parameter--parallel.count
to customize the number of agents able to run at the same time on the same node.core
: Add the parameter--refresh.rate
to customize the refresh rate of the volume list.tests
: Add integration tests for Docker and Cattle.