[PR #6800] [MERGED] Palmr: fix release version parsing // increase RAM #6388

Closed
opened 2026-02-26 15:31:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/6800
Author: @vhsdream
Created: 8/13/2025
Status: Merged
Merged: 8/13/2025
Merged by: @tremor021

Base: mainHead: palmr-update


📝 Commits (1)

  • f19fefe Palmr: fix release version parsing

📊 Changes

2 files changed (+9 additions, -6 deletions)

View changed files

📝 ct/palmr.sh (+4 -5)
📝 frontend/public/json/palmr.json (+5 -1)

📄 Description

✍️ Description

  • changed the sed command in the RELEASE variable as it was grabbing the quotes too.
  • Found that more often than not, updating would OOM if RAM is 4GB, so have increased it to 6GB and added a note to the JSON

Link: #6787

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/6800 **Author:** [@vhsdream](https://github.com/vhsdream) **Created:** 8/13/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `palmr-update` --- ### 📝 Commits (1) - [`f19fefe`](https://github.com/community-scripts/ProxmoxVE/commit/f19fefe4d2779792ec0221e78608536b1233020d) Palmr: fix release version parsing ### 📊 Changes **2 files changed** (+9 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ct/palmr.sh` (+4 -5) 📝 `frontend/public/json/palmr.json` (+5 -1) </details> ### 📄 Description ## ✍️ Description - changed the `sed` command in the `RELEASE` variable as it was grabbing the quotes too. - Found that more often than not, updating would OOM if RAM is 4GB, so have increased it to 6GB and added a note to the JSON ## 🔗 Related PR / Issue Link: #6787 ## ✅ 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. --- ## 🛠️ Type of Change (**X** in brackets) - [x] 🐞 **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. - [x] 🌍 **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 15:31:45 +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#6388
No description provided.