[PR #4411] [MERGED] Config file Function in build.func #4945

Open
opened 2025-11-20 06:12:27 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4411
Author: @michelroegl-brunner
Created: 5/12/2025
Status: Merged
Merged: 5/12/2025
Merged by: @michelroegl-brunner

Base: mainHead: refactor_config_file


📝 Commits (2)

  • 37c331c Refactor Config_File function
  • 0c6ec0d Refactor Config_File function

📊 Changes

1 file changed (+32 additions, -63 deletions)

View changed files

📝 misc/build.func (+32 -63)

📄 Description

✍️ Description

Fix a bug where the Gateway IP was not correctly identified when DHCP was set.
Fix a bug where the Install Fails when no CT ID on a node/cluster (i.e no LXC/VM on it befor).

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.

🛠️ 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/4411 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 5/12/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `refactor_config_file` --- ### 📝 Commits (2) - [`37c331c`](https://github.com/community-scripts/ProxmoxVE/commit/37c331cf75c30841452a1becce9c018ca194418b) Refactor Config_File function - [`0c6ec0d`](https://github.com/community-scripts/ProxmoxVE/commit/0c6ec0ddef0fafc040c2833a81e658ed49425a9e) Refactor Config_File function ### 📊 Changes **1 file changed** (+32 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `misc/build.func` (+32 -63) </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 Fix a bug where the Gateway IP was not correctly identified when DHCP was set. Fix a bug where the Install Fails when no CT ID on a node/cluster (i.e no LXC/VM on it befor). ## 🔗 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. --- ## 🛠️ 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. - [ ] 🌍 **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>
saavagebueno added the pull-request label 2025-11-20 06:12:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4945