Releases: camptocamp/bivac
Releases · camptocamp/bivac
v0.24.5
- Bugfix:
- Really take the last chainEndTime element (fix #96)
v0.24.4
* Bugfix:
- Fix c.ImageInspectWithRaw() call for new version of docker/engine-api
v0.24.3
Bugfix:
- Take the last chainEndTime element (fix #96)
Tests:
Quality:
v0.24.2
Bugfix:
- Fix UpdateEvent() not updating event
Logging:
Tests:
v0.24.1
Bugfix:
- Fix wrong condition checking on Event#Equals()
Tests:
- Add tests for Event#Equals()
v0.24.0
Internals:
- Linting
- Avoid asserting config params as strings (fix #89)
- Use a sub-struct for sub-config in Volumes (fix #90)
- Use net/url for targetURL, fix RClone URLs (fix #92)
Configuration:
- Add more volume configuration (fix #91)
- Use a global targetURL (fix #93)
Tests:
- Fix volume tests
- Fix util tests
Documentation:
- Update README
- Improve and update manpage
v0.23.0
Internals:
- Use reflect to compute Volume config (fix #87)
Configuration:
- Add a .conplicity.overrides file as a replacement for Docker labels (fix #87)
Metrics:
- Add backupStartTime and backupEndTime metrics for volumes
v0.22.0
Internals:
- Fix volume labels fetching (fix #83)
- Refactor metrics, using Metric and Event structs
Metrics:
- Change metric names according to Prometheus docs
- Fetch existing metrics from Prometheus gateway (fix #84)
Testing:
Documentation:
- Add return codes to README
- Document engines in README
v0.21.0
Internals:
- Rename lib/ as handler/
- Add NewConplicity() method
- Don't use panic
- Inspect volumes in GetVolumes()
- Propagate errors instead of crashing (fix #65)
- Add metrics.go