v0.1.1
This release contains a major breaking change.
We are moving the mirror endpoints from the base URL from example.com/.+
to example.com/mirror/v1/.+
.
To upgrade without disruption, first upgrade to v0.1.0
which supports both old and new endpoints simultaneously.
Once v0.1.0
is deployed, all terraform client configurations will need to be updated to point at the new base URL.
Once all clients have been updated, you can upgrade to this release without disruption.
This is being done as it namespaces the mirror API to prevent issues due to namespace collisions with hostnames.
What's Changed
Full Changelog: v0.1.0...v0.1.1