You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,12 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
13
13
*`[beta.2]` — Fixes bug causing schedules to be un-deletable.
14
14
*`[beta.2]` — Fixes bug that prevented the deletion of nodes due to an allocation deletion cascade issue with the SQL schema.
15
15
16
-
### Changed
17
-
* Revoking the administrative status for an admin will revoke all authentication tokens currently assigned to their account.
18
-
19
16
### Added
20
17
* Added star indicators to user listing in Admin CP to indicate users who are set as a root admin.
18
+
* Settings are now editable via the Admin CP and override config values where possible.
21
19
22
20
### Changed
23
-
* API keys have been changed to only use a single public key passed in a bearer token. All existing keys can continue being used, however only the first 32 characters should be sent.
24
-
25
-
### Changed
21
+
* Revoking the administrative status for an admin will revoke all authentication tokens currently assigned to their account.
26
22
* API keys have been changed to only use a single public key passed in a bearer token. All existing keys can continue being used, however only the first 32 characters should be sent.
0 commit comments