v1.0.0-beta2
v1.0.0-beta2 Released!
Welcome to the second beta... a few things have been addressed and fixed, but some issues still exist... They're listed below...
Known Issues! - Things that need to be addressed
~ Unable to change a server's current egg
~ Unable to add allocations on the edit server page
~ All Keys
do not tell you what which key is client vs application.
~ Unable to upload an updated version of an egg.
~ New Profile Page, 2FA not finished.
~ New Profile Page, Creating API Keys only shows you the identifier, not the full key.
Fixes
~ Server -> Admin View now works.
~ Saving of database host passwords
~ Edit server page properly displays docker image
~ Egg variable validation rules on the edit server page.
~ Creating a new user without a password properly sends the new user email.
~ Panel name can be changed by editing APP_NAME
in the .env
Additions
~ Advanced Node Settings
~ Allow editing allocation alias/ip after creation on the edit node page
~ Added Node ID/UUID, and Egg ID/UUID to edit pages
~ Edit Egg page shows a list of servers currently assigned that egg
~ Edit Database Host shows a list of databases on that host and its connection details.
Changes
~ Moved Save buttons to the top right, Note: CTRL+S / CMD+S work
~ Changed oom_disabled to oom_killer so logic doesn't have to flip it.
~ Changed GB/MB to match everything else of MiB/GiB
~ Updated Create Node page to reflect the newly added Advanced settings.
~ Removed dashboard overview, badges moved to the sidebar
Merged PRs
- Convert
oom_disabled
tooom_killer
by @Boy132 in #207 - Update default drivers by @Boy132 in #206
- Use correct variable name for mail driver by @Boy132 in #210
- Add missing fields to StoreScheduleRequest by @Boy132 in #216
- Add back config variable for redis client by @Boy132 in #228
- Update GB to GiB + minValues for resources + other stuff by @Boy132 in #225
- Add api for database hosts by @Boy132 in #159
- Add api for server transfers by @Boy132 in #153
- Update: Navigation sidebar by @Poseidon281 in #232
- Add default for disk/ memory and overallocation by @Boy132 in #238
- fix: Creating User by @notAreYouScared in #244
- backups: ensure requesting node is checked by @Boy132 in #240
Full Changelog: v1.0.0-beta1...v1.0.0-beta2