New Releases!
Panel: v1.0.0-beta9
You can follow the update guide, listed below.
Panel: https://pelican.dev/docs/panel/update
New Major Features!
Docker Compose
Note: The image in the docker compose file is not yet published, feel free to docker build .
it yourself and update the compose file. An announcement will be made when the image is live ❤️
Admin Area Roles
Admin area roles, mostly, do as they're intended... If you experience issues with them PLEASE MAKE A GITHUB ISSUE!
Panel
Changes
~ Added Skip Starting, when creating a new server
~ Added Node Auto Deploy
~ Egg validation rules are now saved as an array
~ Added "Start on Completion" toggle when making a server. Allows you to have it not boot after being installed
~ TEMP FIX: To prevent 500's App Name has been set to alpha_num
~ When installing and using Redis, a connection check has been added to verify the panel can connect
~ Fixed deleting servers that have databases attached to them
~ Changed from googleapi
to bunny
for front end fonts
~ After installer, user is auto-logged in and redirected to the admin panel homepage
Fixes
~ When new variables are added to an egg, they're now properly added to existing servers
~ Fixed migrations not running for MySQL & MariaDB when using web-installer
~ Changed how migrations work, Now calls the database directly from the env
~ Fix the default value for mail gun secret
~ Set SMTP Username to not required
What's Changed
- Fix default value for mailgun secret by @Boy132 in #552
- Clear cache before running migrations by @Boy132 in #553
- Fix installer cache, 2nd try by @Boy132 in #554
- Convert variable "rules" to array by @Boy132 in #507
- Fix variables on CreateServer page by @Boy132 in #558
- Create missing server variables on EditServer page by @Boy132 in #560
- Fix isViable for Nodes with "unlimited" resources by @Boy132 in #559
- Add redis connection check to installer by @Boy132 in #556
- Remove
required
from smtp username by @Boy132 in #565 - Add sort values to bungeecord by @notAreYouScared in #571
- Update placeholders & panel error command by @ash-development in #576
- Admin Roles by @Boy132 in #502
- Add artisan command for setting up redis by @Boy132 in #580
- Update Filament to 115 by @notAreYouScared in #590
- Auto Login After Install by @notAreYouScared in #585
- Replace
fonts.googleapis.com
withfonts.bunny.net
by @Boy132 in #586 - Fix role permissions model names by @Boy132 in #591
- Docker by @lancepioch in #313
New Contributors
- @ash-development made their first contribution in #576
Full Changelog: v1.0.0-beta8...v1.0.0-beta9