Releases: akkeris/ui
v1.4.2
Adds region and compliance info to the app info section and by default it unchecks the unsafe promotion box.
What's Changed
- Cobra 4444 - Display App region and compliance tags in app info section by @nyannam in #202
- Cobra 5013 uncheck cobra safety check by @nyannam in #204
New Contributors
Full Changelog: v1.4.1...v1.4.2
v1.4.1
v1.4.0
Drastically includes loading speed on the apps list page by using the new ?simple=true
query param for the controller-api /apps
endpoint.
NOTE: This requires v1.4.0 of the Akkeris Controller API and is not backwards compatible with old versions. Please update the app controller before updating the UI.
v1.0.14
v1.0.13 Release
- Fix security and vulnerability issues
v1.0.12
v1.0.11
v1.0.10
CM-20742
Systems affected: Akkeris UI
TL;DR: Allow users to remove a command
from a dyno via the Akkeris UI.
Details:
Before: It is not currently possible to remove an alternate Docker command from a dyno via the UI. If you delete the command and submit the edit it will not actually remove it.
After: Now when you remove the command and submit the edit the alternative command will be deleted and the default command set in the Docker container will be run instead.
v1.0.9
CM-20484
Systems affected: Akkeris UI
TL;DR: Fixes a bug that affected updating webhooks from the UI.
Details:
Before: When updating a webhook on the Akkeris UI that showed a [REDACTED]
portion of the URL, but not actually updating the URL, it would incorrectly send the redacted URL with the update, thereby hard coding [REDACTED]
into it and effectively breaking that webhook
After: The URL will only be sent with the update payload if it was edited, which will fix the problem.
v1.0.8
Use semantic url in link to app.
Bad:
https://akkeris.octanner.io/apps/1082e549-7243-462f-b091-6903e615a405/info
Good:
https://akkeris.octanner.io/apps/budgetapi-adm-dev/info