Skip to content

Releases: camptocamp/bivac

Release 2.5.1

25 Mar 15:51
2.5.1
Compare
Choose a tag to compare
Release 2.5.1

2.5.0

16 Feb 09:45
2.5.0
Compare
Choose a tag to compare

Changelog

DEPENDENCIES:

  • rclone: Use version 1.24.0
  • restic: Use version 0.12.0

2.4.2

22 Jan 09:39
2.4.2
Compare
Choose a tag to compare

Changelog

IMPROVEMENTS:

  • core: Add debug information in the backup process
  • platform: Add support of architecture arm64

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

30 Nov 19:08
2.4.1
Compare
Choose a tag to compare

Changelog

IMPROVEMENTS:

  • ci: Add support of floating tags

BUG FIXES:

  • ci: Fix Bivac version number on build

2.4.0

25 Nov 15:35
2.4.0
Compare
Choose a tag to compare

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

01 Oct 12:13
2.3.2
Compare
Choose a tag to compare

Changelog

IMPROVEMENTS:

  • providers-config: Reduce memory pressure on MySQL dumps
  • build: Improve release build scripts

BUG FIXES:

  • providers-config: Fix bash errors

2.3.1

01 Oct 12:13
2.3.1
Compare
Choose a tag to compare

Changelog

BUG FIXES:

  • core: Fix infinite loop in log receiver

2.3.0

31 Aug 15:28
2.3.0
Compare
Choose a tag to compare

Changelog

IMPROVEMENTS:

  • core: Add support of custom backup interval
  • build: Add support of ARM architecture
  • build: Improve multiarch docker image build
  • docker: Add support of custom network usage (#342)
  • chart: Generic improvements
  • vendoring: Switch from vendor directory to Go modules

BUG FIXES:

  • core: Fix raw command output format
  • chart: Fix deployment template
  • docker: Fix tests

Various minor bugs have also been fixed.

2.2.0

24 Oct 08:41
2.2.0
Compare
Choose a tag to compare

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

14 Jun 08:43
2.1.0
Compare
Choose a tag to compare

Changelog

NEW FEATURES:

  • core: Add command restore 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.