Skip to content

Releases: akkeris/ui

v1.4.2

09 Mar 21:39
09bd818
Compare
Choose a tag to compare

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

26 Jan 22:06
31f6677
Compare
Choose a tag to compare

Add new button to the Releases page that lets you trigger a fresh build from the attached auto-build source.

What's Changed

  • Add trigger GitHub build icon to Releases page by @sbeck14 in #197

Full Changelog: v1.4.0...v1.4.1

v1.4.0

06 Dec 21:14
b17da51
Compare
Choose a tag to compare

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

16 Jun 17:01
54f8112
Compare
Choose a tag to compare

Fixes minor UX bugs:

  • Fix bug with displayed whitespace in configvar value
  • Fix new space redirecting to old /collections page
  • Fix region spacing in the new site screen

v1.0.13 Release

10 Jun 16:02
1036efb
Compare
Choose a tag to compare
  • Fix security and vulnerability issues

v1.0.12

03 May 20:35
c48d071
Compare
Choose a tag to compare

Fixes a bug in the audit details where a boolean value was displayed as an empty string rather than "true" or "false"

v1.0.11

28 Jan 22:43
4fb7f7d
Compare
Choose a tag to compare

Increase keep-alive timeout to 6 minutes.

v1.0.10

26 Jan 21:52
c755870
Compare
Choose a tag to compare

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

11 Jan 23:05
39ac306
Compare
Choose a tag to compare

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

07 Oct 19:21
5745344
Compare
Choose a tag to compare