Skip to content

Releases: GoogleCloudPlatform/ubbagent

0.2.1 [Trivial] Remove debugging print statments

30 Apr 20:58
967d409
Compare
Choose a tag to compare

Remove debugging print statements accidentally added to 0.2.0

Make UBB agent Report Errors when servicecontrol.check has CheckErrors

30 Apr 17:29
b6466ab
Compare
Choose a tag to compare

CheckErrors now cause UBBAgent to return an error. Prior to this release, UBB agent was silently reporting success. Several checkErrors as described in SaaS documentation indicate a non-transient change in the customer project that prevent billing.

Update to Go 1.21 and Alpine 3.18

28 Sep 19:52
61e9026
Compare
Choose a tag to compare

Also removes python2 support

Update alpine to 3.17

29 Apr 00:25
74a806b
Compare
Choose a tag to compare
  • Update alpine to 3.17.

0.1.0

18 Apr 22:02
b944e12
Compare
Choose a tag to compare

What's Changed

  • Make copy of metric report when adding a report in the sdk by @gibbleyg in #64. This fixed an issue for heartbeat metrics and users of the sdk where metric report values were exponentially increasing. This bug did not affect users reporting metrics through the HTTP server, and only affects users of the sdk if they used the same struct for reporting a metric multiple times.