Skip to content

v0.2.1

Compare
Choose a tag to compare
@runakash runakash released this 19 Nov 23:18
· 114 commits to main since this release
e081acd

What's Changed

  • Change exported endpoint id delimiters, add ld flags to go run by @astaticvoid in #94

Full Changelog: v0.2.0...v0.2.1

Upgrading from v0.1.0

The endpoint schema which the controller exports to AWS Cloud Map has changed, and will have to be rebuilt. You can clear out the registered endpoints using the integration test janitor script.

go run ./integration/janitor/runner/main.go $NAMESPACE

Warning: This will de-register all service instances and delete all services under $NAMESPACE in AWS Cloud Map, and then delete the namespace as well. It will not modify anything in the cluster. Running the controller will then re-export your services.