Skip to content

Releases: camptocamp/bivac

v0.20.0

28 Jul 15:42
Compare
Choose a tag to compare

Features:

  • Output version in logs
  • Make backup engine pluggable
  • Add RClone engine (fix #71, #76)
  • Add option to get host name from Rancher metadata (fix #73)

Internals:

  • Check errors in PushToPrometheus
  • Read response from Prometheus

v0.13.3

08 Aug 14:20
Compare
Choose a tag to compare

Bugfix:

  • Blacklist lost+found (fix #68)
  • Wait for container to exit before retrieving logs (fix #69)

v0.13.2

05 Jul 14:28
Compare
Choose a tag to compare

Bugfix:

  • Fix logging in exec create
  • Create new Docker client for PrepareBackup (fix #70)

Testing:

  • Add docker image testing

v0.13.1

30 Jun 09:01
Compare
Choose a tag to compare

Bugfix:

  • Fix image pulling (fix #61)
  • Support "none" as value for last full backup date
    (avoid crashing on first backup)

Internals:

  • Change some panic errors into fatal to avoid traces

Testing:

  • Add more tests

v0.13.0

29 Jun 09:40
Compare
Choose a tag to compare

Breaking changes:

  • JSON_OUTPUT renamed to CONPLICITY_JSON_OUTPUT

Internals:

  • Reorganize packages in lib/ (fix #60)

Bugfix:

  • Do not intent to remove links in removeContainer()

Testing:

  • Test with verbose
  • Add more tests
  • Add coverage

v0.12.0

28 Jun 16:33
Compare
Choose a tag to compare

Features:

  • Log as JSON with -j (fix #56)
  • Use logs with fields (fix #57)
  • Add stdout in debug output

Internals:

  • Rewrite using github.com/docker/engine-api/types

Bugfix:

  • Fix stdout redirection bug (fix #51)

v0.11.0

28 Jun 12:26
Compare
Choose a tag to compare

Features:

  • Add --no-verify to skip volume backup verification
  • Add backupExitCode new metric

Internals:

  • Lint code

Testing:

  • Add testing

v0.10.2

23 Jun 14:02
Compare
Choose a tag to compare

Bugfix:

  • Check errors better

v0.10.1

21 Jun 13:39
Compare
Choose a tag to compare

Bugfix:

  • Specify env-delim for CONPLICITY_VOLUMES_BLACKLIST

v0.10.0

16 Jun 21:01
Compare
Choose a tag to compare

Internals:

  • Refactor various parameters
  • Set version from Makefile + git