[PR #425] [MERGED] Update Core to 2026 State-Of-The Art (ProxmoxVE Upstream Merge) #432

Closed
opened 2026-02-26 12:41:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/425
Author: @MickLesk
Created: 1/7/2026
Status: Merged
Merged: 1/7/2026
Merged by: @MickLesk

Base: mainHead: update_core


📝 Commits (6)

  • be7fade update core.func
  • cf36b1b Add advanced container features and IP range scanning
  • e6d1119 update install.func
  • 633612c Enhance hardware acceleration and MariaDB setup
  • b38083e Update error-handler.func
  • f338036 Update copyright years to 2026 in core scripts

📊 Changes

8 files changed (+1375 additions, -276 deletions)

View changed files

📝 scripts/core/alpine-install.func (+1 -1)
📝 scripts/core/api.func (+1 -1)
📝 scripts/core/build.func (+594 -121)
📝 scripts/core/cloud-init.func (+2 -2)
📝 scripts/core/core.func (+10 -15)
📝 scripts/core/error-handler.func (+5 -5)
📝 scripts/core/install.func (+2 -11)
📝 scripts/core/tools.func (+760 -120)

📄 Description

✍️ Description

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

Screenshot for frontend Change


🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE-Local/pull/425 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/7/2026 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `update_core` --- ### 📝 Commits (6) - [`be7fade`](https://github.com/community-scripts/ProxmoxVE-Local/commit/be7fadeee2c90a5d85be099775fc0d5bfb7cbfec) update core.func - [`cf36b1b`](https://github.com/community-scripts/ProxmoxVE-Local/commit/cf36b1b86ae4b4d827699e37132630d376155a4c) Add advanced container features and IP range scanning - [`e6d1119`](https://github.com/community-scripts/ProxmoxVE-Local/commit/e6d11196bd812494b5edc17ed2db224331cab98d) update install.func - [`633612c`](https://github.com/community-scripts/ProxmoxVE-Local/commit/633612cd8f9e78cb19c836cdf3ab3073adfef827) Enhance hardware acceleration and MariaDB setup - [`b38083e`](https://github.com/community-scripts/ProxmoxVE-Local/commit/b38083e8c92e9e5984613113c9dc5e3ea3c47430) Update error-handler.func - [`f338036`](https://github.com/community-scripts/ProxmoxVE-Local/commit/f338036ed2ec53d2052e3f664ac44c015e34138e) Update copyright years to 2026 in core scripts ### 📊 Changes **8 files changed** (+1375 additions, -276 deletions) <details> <summary>View changed files</summary> 📝 `scripts/core/alpine-install.func` (+1 -1) 📝 `scripts/core/api.func` (+1 -1) 📝 `scripts/core/build.func` (+594 -121) 📝 `scripts/core/cloud-init.func` (+2 -2) 📝 `scripts/core/core.func` (+10 -15) 📝 `scripts/core/error-handler.func` (+5 -5) 📝 `scripts/core/install.func` (+2 -11) 📝 `scripts/core/tools.func` (+760 -120) </details> ### 📄 Description <!--🛑 All Pull Requests need to made against the development branch. PRs against main will get closed. --> ## ✍️ Description ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. ## Screenshot for frontend Change --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:41:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#432
No description provided.