Skip to content

v1.0.2

Compare
Choose a tag to compare
@camargo camargo released this 25 Jan 21:30
· 74 commits to develop since this release

Breaking Changes

  • The UI view /view/validate endpoint was removed from the gateway and added to the UI server. Any downstream code must now POST 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 change http://localhost:9000/view/validate to http://localhost/view/validate.

What's Changed

Refactoring

  • Remove UI view schema and endpoint by @camargo in #14

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