chore(deps): update ghcr.io/dmedina559/bedrock-server-manager docker tag to v3.8.0 #42

Open
srv.renovate wants to merge 1 commits from renovate/ghcr.io-dmedina559-bedrock-server-manager-3.x into master
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/dmedina559/bedrock-server-manager minor 3.7.23.8.0

Release Notes

DMedina559/bedrock-server-manager (ghcr.io/dmedina559/bedrock-server-manager)

v3.8.0

Compare Source

[!warning]
Python 3.11+ required

[!tip]
Try out the new UI now!

This release introduces a new React based UI that greatly enhances the user experience.
The goal is to have the new UI completely replace the current legacy ui by 3.9.0

To navigate back to the legacy UI simply use the Legacy UI (DEPRECATED) link at the bottom of the webpage.

New UI

[!note]
This release also fixes a Server Permissions bug which caused no players to show up when the permissions.json is empty (excluded global players)

[!tip]
Its recommended to run the migrate old-config command to clean up some unused settings in the database

New UI Improvements:

  • Added Global Players page which allows manually adding players to the global db, or trigger a scan
  • Added Audit Log page which shows user actions, app logs, background tasks
  • Improved Monitor page to show bedrock logs and quick action buttons
  • Merged Worlds/Addons pages to use tabs, allows uploading content when Content Uploader plugin is enabled
  • Merged Allowlist/Permissions pages into Access Control, permissions tab has been improved to allow manually adding Name and XXUID to server permissions
  • Improved Properties page with search and custom properties entry
  • New plugin page system, now plugin routers can respond a json ui for the V2 frontend to render (legacy plugin pages use iframe in new ui)

What's Changed

⚠️ Breaking Changes
🚀 Features
🐛 Bug Fixes
📚 Documentation
💄 Style & Refactoring
Performance
🧪 Tests
📦 Build & CI
⬆️ Dependencies
🧹 Chore

Full Changelog: https://github.com/DMedina559/bedrock-server-manager/compare/3.7.2...3.8.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dmedina559/bedrock-server-manager](https://github.com/DMedina559/bedrock-server-manager) | minor | `3.7.2` → `3.8.0` | --- ### Release Notes <details> <summary>DMedina559/bedrock-server-manager (ghcr.io/dmedina559/bedrock-server-manager)</summary> ### [`v3.8.0`](https://github.com/DMedina559/bedrock-server-manager/releases/tag/3.8.0) [Compare Source](https://github.com/DMedina559/bedrock-server-manager/compare/3.7.2...3.8.0) <!-- Release notes generated using configuration in .github/release.yml at main --> > \[!warning] > Python 3.11+ required > \[!tip] > Try out the new UI now! > > This release introduces a new React based UI that greatly enhances the user experience. > The goal is to have the new UI completely replace the current legacy ui by `3.9.0` > > To navigate back to the legacy UI simply use the `Legacy UI (DEPRECATED)` link at the bottom of the webpage. <img width="640" height="480" alt="New UI" src="https://github.com/user-attachments/assets/4e43242e-91ed-4f80-9c34-077c74724b45" /> > \[!note] > This release also fixes a Server Permissions bug which caused no players to show up when the permissions.json is empty (excluded global players) > \[!tip] > Its recommended to run the `migrate old-config` command to clean up some unused settings in the database #### New UI Improvements: - Added Global Players page which allows manually adding players to the global db, or trigger a scan - Added Audit Log page which shows user actions, app logs, background tasks - Improved Monitor page to show bedrock logs and quick action buttons - Merged Worlds/Addons pages to use tabs, allows uploading content when Content Uploader plugin is enabled - Merged Allowlist/Permissions pages into Access Control, permissions tab has been improved to allow manually adding Name and XXUID to server permissions - Improved Properties page with search and custom properties entry - New plugin page system, now plugin routers can respond a json ui for the V2 frontend to render (legacy plugin pages use iframe in new ui) #### What's Changed ##### ⚠️ Breaking Changes - Build!/bump min python ver by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;209](https://github.com/DMedina559/bedrock-server-manager/pull/209) - Chore!/cleanup unused code by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;217](https://github.com/DMedina559/bedrock-server-manager/pull/217) - Chore!/various cleanup by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;240](https://github.com/DMedina559/bedrock-server-manager/pull/240) - Refacor!/migrate to legacy by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;257](https://github.com/DMedina559/bedrock-server-manager/pull/257) ##### 🚀 Features - Feat/wildcard subscriptions by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;210](https://github.com/DMedina559/bedrock-server-manager/pull/210) - Feat/frontend revamp by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;247](https://github.com/DMedina559/bedrock-server-manager/pull/247) - Feat/v2 content upload page by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;249](https://github.com/DMedina559/bedrock-server-manager/pull/249) - Feat(v2 UI)/add missing delete button by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;250](https://github.com/DMedina559/bedrock-server-manager/pull/250) - Feat/more json UI additions by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;254](https://github.com/DMedina559/bedrock-server-manager/pull/254) - Feat/improve plugin meta by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;255](https://github.com/DMedina559/bedrock-server-manager/pull/255) - Feat/even more json UI components by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;256](https://github.com/DMedina559/bedrock-server-manager/pull/256) ##### 🐛 Bug Fixes - Fix/scripting addons by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;230](https://github.com/DMedina559/bedrock-server-manager/pull/230) - Fix/convert start server to background task by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;233](https://github.com/DMedina559/bedrock-server-manager/pull/233) - Fix/websocket messages by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;239](https://github.com/DMedina559/bedrock-server-manager/pull/239) ##### 📚 Documentation - Docs/docker lan exposer by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;226](https://github.com/DMedina559/bedrock-server-manager/pull/226) - Docs/feature documentation by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;232](https://github.com/DMedina559/bedrock-server-manager/pull/232) ##### 💄 Style & Refactoring - Style/linting improvements by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;214](https://github.com/DMedina559/bedrock-server-manager/pull/214) ##### ⚡ Performance - Perf/minor websocket improvements by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;259](https://github.com/DMedina559/bedrock-server-manager/pull/259) ##### 🧪 Tests - Test/add-coverage-report by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;227](https://github.com/DMedina559/bedrock-server-manager/pull/227) ##### 📦 Build & CI - Workflow/improved build lint test by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;215](https://github.com/DMedina559/bedrock-server-manager/pull/215) ##### ⬆️ Dependencies - dep: bump eslint-plugin-prettier from 5.5.4 to 5.5.5 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;208](https://github.com/DMedina559/bedrock-server-manager/pull/208) - dep: bump prettier from 3.7.4 to 3.8.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;213](https://github.com/DMedina559/bedrock-server-manager/pull/213) - dep: update mcstatus requirement from <12.1,>=12.0 to >=12.0,<12.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;212](https://github.com/DMedina559/bedrock-server-manager/pull/212) - dep: update myst-parser requirement from <4.1,>=4.0.0 to >=4.0.0,<5.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;211](https://github.com/DMedina559/bedrock-server-manager/pull/211) - dep: update platformdirs requirement from <4.4,>=4.3.0 to >=4.3.0,<4.6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;220](https://github.com/DMedina559/bedrock-server-manager/pull/220) - dep: update black requirement from <25.13,>=25.1.0 to >=25.1.0,<26.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;219](https://github.com/DMedina559/bedrock-server-manager/pull/219) - dep: update bsm-api-client\[cli] requirement from <1.4.0,>=1.2.1 to >=1.2.1,<1.5.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;218](https://github.com/DMedina559/bedrock-server-manager/pull/218) - dep: bump prettier from 3.8.0 to 3.8.1 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;223](https://github.com/DMedina559/bedrock-server-manager/pull/223) - dep: bump globals from 17.0.0 to 17.1.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;224](https://github.com/DMedina559/bedrock-server-manager/pull/224) - dep: update pytest-cov requirement from <7.0,>=6.0.0 to >=6.0.0,<8.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;228](https://github.com/DMedina559/bedrock-server-manager/pull/228) - dep: bump globals from 17.1.0 to 17.2.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;231](https://github.com/DMedina559/bedrock-server-manager/pull/231) - dep: bump globals from 17.2.0 to 17.3.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;234](https://github.com/DMedina559/bedrock-server-manager/pull/234) - dep: bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.28.6 to 7.29.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;235](https://github.com/DMedina559/bedrock-server-manager/pull/235) - dep: bump [@&#8203;babel/core](https://github.com/babel/core) from 7.28.6 to 7.29.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;236](https://github.com/DMedina559/bedrock-server-manager/pull/236) - dep: bump esbuild from 0.27.2 to 0.27.3 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;237](https://github.com/DMedina559/bedrock-server-manager/pull/237) - dep: update mcstatus requirement from <12.2,>=12.0 to >=12.0,<12.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;242](https://github.com/DMedina559/bedrock-server-manager/pull/242) - dep: update platformdirs requirement from <4.6,>=4.3.0 to >=4.3.0,<4.8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;243](https://github.com/DMedina559/bedrock-server-manager/pull/243) - dep: update fastapi requirement from <0.129,>=0.115.0 to >=0.115.0,<0.130 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;244](https://github.com/DMedina559/bedrock-server-manager/pull/244) - dep: update uvicorn\[standard] requirement from <0.41,>=0.35.0 to >=0.35.0,<0.42 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;246](https://github.com/DMedina559/bedrock-server-manager/pull/246) - dep: update platformdirs requirement from <4.8,>=4.3.0 to >=4.3.0,<4.10 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;245](https://github.com/DMedina559/bedrock-server-manager/pull/245) - dep: update isort requirement from <7.1,>=5.13.0 to >=5.13.0,<8.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;251](https://github.com/DMedina559/bedrock-server-manager/pull/251) ##### 🧹 Chore - Chore/cleanup repository by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;216](https://github.com/DMedina559/bedrock-server-manager/pull/216) - Chore/cleanup frontend js by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;241](https://github.com/DMedina559/bedrock-server-manager/pull/241) - Chore/add splash txt to app context by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;248](https://github.com/DMedina559/bedrock-server-manager/pull/248) - Chore(v2 frontend)/minor backend improvements by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;252](https://github.com/DMedina559/bedrock-server-manager/pull/252) - chore: set player count to 0 by [@&#8203;DMedina559](https://github.com/DMedina559) in [#&#8203;253](https://github.com/DMedina559/bedrock-server-manager/pull/253) **Full Changelog**: <https://github.com/DMedina559/bedrock-server-manager/compare/3.7.2...3.8.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40MC4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDAuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
srv.renovate added 1 commit 2026-02-27 12:01:53 +00:00
djpbessems was assigned by srv.renovate 2026-02-27 12:01:54 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-dmedina559-bedrock-server-manager-3.x:renovate/ghcr.io-dmedina559-bedrock-server-manager-3.x
git checkout renovate/ghcr.io-dmedina559-bedrock-server-manager-3.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: djpbessems/Kubernetes.K3s.installLog#42