Skip to content

Releases: camptocamp/bivac

v0.24.5

19 Aug 11:40
0.24.5
Compare
Choose a tag to compare
  • Bugfix:
    • Really take the last chainEndTime element (fix #96)

v0.24.4

19 Aug 11:41
Compare
Choose a tag to compare
Release 0.24.5

v0.24.4

17 Aug 11:23
Compare
Choose a tag to compare
* Bugfix:

  - Fix c.ImageInspectWithRaw() call for new version of docker/engine-api

v0.24.3

17 Aug 11:01
Compare
Choose a tag to compare

Bugfix:

  • Take the last chainEndTime element (fix #96)

Tests:

  • Fix some tests

Quality:

  • Add go report badge

v0.24.2

10 Aug 13:10
Compare
Choose a tag to compare

Bugfix:

  • Fix UpdateEvent() not updating event

Logging:

  • Make debug less verbose

Tests:

  • Add tests

v0.24.1

10 Aug 11:53
Compare
Choose a tag to compare

Bugfix:

  • Fix wrong condition checking on Event#Equals()

Tests:

  • Add tests for Event#Equals()

v0.24.0

10 Aug 08:54
Compare
Choose a tag to compare

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

09 Aug 09:03
Compare
Choose a tag to compare

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

08 Aug 14:18
Compare
Choose a tag to compare

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:

  • Add metrics to coverage

Documentation:

  • Add return codes to README
  • Document engines in README

v0.21.0

28 Jul 20:43
Compare
Choose a tag to compare

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