[PR #10593] [MERGED] chore: fix update msg #8854

Closed
opened 2026-02-26 16:34:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/10593
Author: @CrazyWolf13
Created: 1/6/2026
Status: Merged
Merged: 1/6/2026
Merged by: @michelroegl-brunner

Base: mainHead: fix-update-msg


📝 Commits (10+)

📊 Changes

440 files changed (+563 additions, -559 deletions)

View changed files

📝 ct/2fauth.sh (+1 -1)
📝 ct/actualbudget.sh (+1 -1)
📝 ct/adguard.sh (+1 -1)
📝 ct/adventurelog.sh (+1 -1)
📝 ct/agentdvr.sh (+3 -3)
📝 ct/alpine-adguard.sh (+1 -1)
📝 ct/alpine-bitmagnet.sh (+1 -1)
📝 ct/alpine-caddy.sh (+1 -1)
📝 ct/alpine-docker.sh (+1 -1)
📝 ct/alpine-forgejo.sh (+1 -1)
📝 ct/alpine-garage.sh (+1 -1)
📝 ct/alpine-gatus.sh (+1 -1)
📝 ct/alpine-gitea.sh (+1 -1)
📝 ct/alpine-grafana.sh (+1 -1)
📝 ct/alpine-it-tools.sh (+1 -1)
📝 ct/alpine-komodo.sh (+1 -1)
📝 ct/alpine-mariadb.sh (+1 -1)
📝 ct/alpine-nextcloud.sh (+1 -1)
📝 ct/alpine-node-red.sh (+1 -1)
📝 ct/alpine-postgresql.sh (+1 -1)

...and 80 more files

📄 Description

✍️ Description

Standartise update messages

Fixes #

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.

🛠️ 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.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/pull/10593 **Author:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Created:** 1/6/2026 **Status:** ✅ Merged **Merged:** 1/6/2026 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fix-update-msg` --- ### 📝 Commits (10+) - [`2882b32`](https://github.com/community-scripts/ProxmoxVE/commit/2882b324bbeecbf46828a1cae19286f9fe4915e8) chore: fix update msg - [`5a36e9d`](https://github.com/community-scripts/ProxmoxVE/commit/5a36e9d280b73ee21c1d9a92247b379cc1908203) fix shellcheck - [`4403481`](https://github.com/community-scripts/ProxmoxVE/commit/4403481c41e3d992afe0472061fdae3baf8bbc02) fix cronicle - [`8722405`](https://github.com/community-scripts/ProxmoxVE/commit/872240550c7e02381ec4ebb9031d8285d09a0c64) standartise file header - [`8856e7b`](https://github.com/community-scripts/ProxmoxVE/commit/8856e7b534e3fc04a1ecf6cc67b1048b1a3e7f48) Merge branch 'main' into fix-update-msg - [`df8ea91`](https://github.com/community-scripts/ProxmoxVE/commit/df8ea9137b1dfd7b86992f27621d07bb0037f6f0) fixed some more - [`761444d`](https://github.com/community-scripts/ProxmoxVE/commit/761444d7324c3f618cd9564e29f8daa4f4526b59) fix agentdvr - [`6240a72`](https://github.com/community-scripts/ProxmoxVE/commit/6240a7232fd37306025af08303292dc9c6874b10) fix autocaliweb - [`6164ee9`](https://github.com/community-scripts/ProxmoxVE/commit/6164ee9edcbe0f941bfaab6f99f729de54843acc) fix bitmagnet - [`2a020c9`](https://github.com/community-scripts/ProxmoxVE/commit/2a020c9eab251b6abee7c782c03aee6aecce142e) fix: convertx ### 📊 Changes **440 files changed** (+563 additions, -559 deletions) <details> <summary>View changed files</summary> 📝 `ct/2fauth.sh` (+1 -1) 📝 `ct/actualbudget.sh` (+1 -1) 📝 `ct/adguard.sh` (+1 -1) 📝 `ct/adventurelog.sh` (+1 -1) 📝 `ct/agentdvr.sh` (+3 -3) 📝 `ct/alpine-adguard.sh` (+1 -1) 📝 `ct/alpine-bitmagnet.sh` (+1 -1) 📝 `ct/alpine-caddy.sh` (+1 -1) 📝 `ct/alpine-docker.sh` (+1 -1) 📝 `ct/alpine-forgejo.sh` (+1 -1) 📝 `ct/alpine-garage.sh` (+1 -1) 📝 `ct/alpine-gatus.sh` (+1 -1) 📝 `ct/alpine-gitea.sh` (+1 -1) 📝 `ct/alpine-grafana.sh` (+1 -1) 📝 `ct/alpine-it-tools.sh` (+1 -1) 📝 `ct/alpine-komodo.sh` (+1 -1) 📝 `ct/alpine-mariadb.sh` (+1 -1) 📝 `ct/alpine-nextcloud.sh` (+1 -1) 📝 `ct/alpine-node-red.sh` (+1 -1) 📝 `ct/alpine-postgresql.sh` (+1 -1) _...and 80 more files_ </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Standartise update messages ## 🔗 Related Issue Fixes # ## ✅ 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. --- ## 🛠️ 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. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:34:19 +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#8854
No description provided.