Skip to content

Releases: m-lab/locate

v0.13.0

21 Nov 15:02
44fb82b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.12.1

31 Aug 17:07
f105b1d

Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

31 Aug 15:18
5a62379

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

28 Jul 20:33
64d9d22

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

22 Jun 18:19
2ade575

Choose a tag to compare

v0.9.1...v0.10.0

  • Load and send registration message #68

v0.9.1

24 May 14:31
edb1905

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

23 May 16:58
84cec24

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.9.0

Updates to Go 1.16 and introduces Go modules

02 Nov 20:16
d2cf7cf

Choose a tag to compare

v0.8.2...v0.8.3

The build of the previous release failed due to dependency issues caused by the older Go 1.14 build environment. This release updates Go to 1.16 and brings in Go modules to prevent future build failures like this.

Selects oldest enabled secret version for JWT keys

01 Nov 18:47
baec40f

Choose a tag to compare

v0.8.1...v0.8.2

  • Selects oldest enabled secret version for JWT keys. This ensures that new secret versions can be created for the purposes of key rotation without having to worry that the Locate Service will accidentally pick up the new version before it is ready for deployment.
  • Adds new shell script to assist with JWT key rotation.
  • Improves documentation for JWT key rotation.

Fixes value of MAXMIND_URL env variable

20 Oct 16:28
414ae06

Choose a tag to compare

v0.8.0...v0.8.1

The Maxmind database resides in GCS in the mlab-oti project, but locate was looking for it in the mlab-ns project. This PR updates the value of the MAXMIND_URL env variable in the Cloud Build config to point to the correct repository.

Additionally, this PR updates the Travis build config to [re]install the ca-certificates package to avoid server certificate errors when installing build dependencies.