v1.0.2
Breaking Changes
- The UI view
/view/validate
endpoint was removed from the gateway and added to the UI server. Any downstream code must nowPOST
to/view/validate
on the UI server. The UI server has the same API semantics so no other changes are needed other than changing the endpoint target server. So if you are running Aerie locally with the default ports you would changehttp://localhost:9000/view/validate
tohttp://localhost/view/validate
.
What's Changed
Refactoring
Continuous Integration
- Add multi-arch image build, update action versions by @skovati in #15
- Temporarily remove multi-arch image build by @skovati in #16
- Add multi-arch build, remove untagged deletion action by @skovati in #17
Full Changelog: v1.0.1...v1.0.2