New Releases!
Panel : v1.0.0-beta11
Wings: v1.0.0-beta6
You can follow the update guide, listed below.
Panel: https://pelican.dev/docs/panel/update
Wings: https://pelican.dev/docs/wings/update
Changes
~ WebHooks Yay! 🥳 Please test them..... any issues, please open a GitHub issue!
~ Enabled SPA ( Single Page Application ).
~ Updated Filament to v3.2.117
~ Fixed Web Installer for fresh installs
~ Change number formatting, to match locale
~ Hopefully fixed NodeStats consuming a lot of cpu....
~ Added UI for CPU Pinning
~ Added Back trustedproxy
config that was mistakenly deleted
~ Docker version SHOULD start a tad quicker now.
~ When creating a new node, you are redirected to the config tab, instead of the main edit node page
~ Fix an edge case where you could nuke the primary allocation on a server if you had it selected with bulk delete
~ Removed bulk delete option for node list ( never worked )
~ Fixed schedules not running on UTC time
~ Auto Deploy for new nodes has been added
~ Added correct permission check for the delete button on servers.
~ When installing Filament optimize is ran to help speed up page loading a little bit ❤️
~ Changed server Stop logic
~ Added warning on settings page when changing database driver, data does not auto move!
Web Installer Changes
~ Fixed 419 page expired
~ Added Auto login + redirect once the panel has been installed.
~ Fixed where enter would send the final step submit, it now properly moves to the next step.
~ Improved error handling.
~ Fixed unsaved changes popup.
~ Migrations for MySQL and MariaDB now run correctly.
What's Changed
- Add config option to disable server descriptions for users by @Boy132 in #581
- Remove old queue worker args in docker supervisord by @Boy132 in #596
- Just some houseKeeping by @notAreYouScared in #593
- Enable spa by @notAreYouScared in #594
- Collection of small admin area changes by @Boy132 in #604
- Add warning about database data to database settings command by @Boy132 in #612
- Fix escaping for
EnvironmentWriterTrait
by @Boy132 in #610 - Update API for roles by @Boy132 in #611
- Add can check to fix #600 by @RMartinOscar in #601
- Replace all
number_format
withNumber::format
by @Boy132 in #617 - Update web installer by @Boy132 in #614
- Add Filament Optimize by @notAreYouScared in #619
- Add Docker build/publish action by @Freddo3000 in #598
- Fix docker build workflow by @RMartinOscar in #626
- Remove no longer needed
View::share
by @Boy132 in #625 - Follow up installer fixes by @Boy132 in #621
- Cleanup
.env.example
and configs by @Boy132 in #624 - Auto-check eggs for update by @Boy132 in #620
- Add permission check to delete button on EditServer by @Boy132 in #633
- Fix default value for dns check on EditNode by @Boy132 in #635
- Redirect to Admin Panel Dashboard after installer finishes by @lancepioch in #642
- Redirect to configuration file tab after creating the node by @lancepioch in #641
- Enforce Dependency Injection by @lancepioch in #637
- Enforce return and parameter types by @lancepioch in #639
- Reenable Disabled Pint Rules by @lancepioch in #638
- Fix #606 - Prevent database hosts bulk selection if host has any databases by @lancepioch in #640
- Deselect all table records when switching primary allocation by @lancepioch in #645
- Add back
trustedproxy
config by @Boy132 in #651 - Installer: fix argument types for
testConnection
& return type forsubmit
by @Boy132 in #650 - Speed up docker start by @Freddo3000 in #647
- Add UI for cpu pinning by @Boy132 in #652
- Fix
required
for pinned threads input by @Boy132 in #656 - Make sure schedules run with UTC by @Boy132 in #657
- Make sure the .env can be accessed by the webserver when running Docker by @lancepioch in #659
- Fixing Critical error on Webserver on Pelican Panel Docker Image by @BlockyBlockling in #660
- Adding fix for forks to use a variable for Docker image reference instead of hard String by @BlockyBlockling in #662
- Don't allow NodeStatisticsJob to be in the queue multiple times by @lancepioch in #664
- Remove Bulk Delete from Nodes by @notAreYouScared in #665
- Panel: Fix wings stoplogic by @QuintenQVD0 in #407
- Implement Webhooks by @colindecarlo in #548
- Webhook updates by @notAreYouScared in #666
- Add back auto deploy by @RMartinOscar in #627
New Contributors
- @Freddo3000 made their first contribution in #598
- @BlockyBlockling made their first contribution in #660
- @colindecarlo made their first contribution in #548
Full Changelog: v1.0.0-beta10...v1.0.0-beta11