From 9ed56051b9491f4e8640f306216487c318c24879 Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 08:44:57 +0000 Subject: [PATCH] Update CHANGELOG.md (#9640) Co-authored-by: github-actions[bot] --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aaf972425..a38f9c001e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,9 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit ## 2025-12-04 -### 🛠️ Core Overhaul +### 🆕 New Scripts - - Major refactor of the entire `/misc` subsystem introducing a secure, modular and fully extensible foundation for all future scripts. - Includes the new three-tier defaults architecture (ENV → App → User), strict variable whitelisting, safe `.vars` parsing without `source/eval`, centralized `error_handler.func`, structured logging, an improved 19-step advanced wizard, unified container creation, dedicated storage selector, updated sysctl handling, IPv6 disable mode, cloud-init library, SSH key auto-discovery, and a complete cleanup of legacy components. - Documentation added under `/docs/guides`. - [@MickLesk](https://github.com/MickLesk) ([#9540](https://github.com/community-scripts/ProxmoxVE/pull/9540)) + - Three-tier defaults system | security improvements | error_handler | improved logging | improved container creation | improved architecture [@MickLesk](https://github.com/MickLesk) ([#9540](https://github.com/community-scripts/ProxmoxVE/pull/9540)) ## 2025-12-03