Skip to content

Releases: google/aukera

v1.0.2

05 Jan 15:39
Compare
Choose a tag to compare

Aukera version 1.0.2 now uses Go 1.18, and the github.com/google/deck package for application logging.

What's Changed

  • fix: Typos in README by @copybara-service in #26
  • Attempt to reduce flakes in window_test. by @copybara-service in #27
  • Export default service port as const inside auklib so it can be referred to be users of the client lib. by @copybara-service in #28
  • Enable auklib building for MacOS by @copybara-service in #29

Full Changelog: v1.0.1...v1.0.2

v1.0.1

30 Dec 20:47
Compare
Choose a tag to compare

What's Changed

  • adding go mod requirements by @copybara-service in #20
  • Use cabbie's public metric library for windows.go by @copybara-service in #22
  • Export metric code in schedule.go. by @copybara-service in #23
  • Running mdfmt by @copybara-service in #24
  • feat: Add goreleaser GitHub Action to automatically generate binary output when new releases are created by @copybara-service in #25

Full Changelog: v1.0.0...v1.0.1

Aukera v1.0.0

24 Feb 17:22
Compare
Choose a tag to compare

Aukera v1.0.0 is the first release of the Aukera scheduling service.

What's Changed

  • Use github.com imports rather than relative paths. by @copybara-service in #1
  • Add Travis CI config for Aukera. by @copybara-service in #2
  • Internal Change by @copybara-service in #3
  • Fixes typo. The "Code-Based Configuration" section of readme now refers to maintenance windows (aukera) instead of imaging configs (glazier). by @copybara-service in #4
  • fixes typo in function comment by @copybara-service in #5
  • Add tests for client.Test function. by @copybara-service in #6
  • Add tests for client URL construction. by @copybara-service in #7
  • Add custom string printer for window.Schedule. by @copybara-service in #8
  • Add first tests for schedule/schedule.go by @copybara-service in #9
  • Add license headers to new tests. by @copybara-service in #10
  • Update Aukera builds to Go 1.14. by @copybara-service in #11
  • Add test for schedule reading functionality. by @copybara-service in #12
  • Remove the ToLowerSlice function. by @copybara-service in #13
  • Add connection timeouts to main Aukera listener. by @copybara-service in #14
  • Ensure response body is closed in Aukera client library. by @copybara-service in #15
  • Migrate aukera from travis to GitHub Actions by @copybara-service in #16
  • Close response body in calls to Test() by @copybara-service in #17
  • adding go.mod by @copybara-service in #19

Full Changelog: https://github.com/google/aukera/commits/v1.0.0