Releases: camptocamp/bivac
Releases · camptocamp/bivac
v0.20.0
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
Bugfix:
- Blacklist lost+found (fix #68)
- Wait for container to exit before retrieving logs (fix #69)
v0.13.2
Bugfix:
- Fix logging in exec create
- Create new Docker client for PrepareBackup (fix #70)
Testing:
v0.13.1
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:
v0.13.0
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
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
Features:
- Add --no-verify to skip volume backup verification
- Add backupExitCode new metric
Internals:
Testing:
v0.10.1
Bugfix:
- Specify env-delim for
CONPLICITY_VOLUMES_BLACKLIST
v0.10.0
Internals:
- Refactor various parameters
- Set version from Makefile + git