[PR #5284] [MERGED] Ubuntu 25.04 VM #5671

Closed
opened 2025-11-20 07:07:06 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5284
Author: @MickLesk
Created: 6/19/2025
Status: Merged
Merged: 6/19/2025
Merged by: @michelroegl-brunner

Base: mainHead: ubuntu25_04


📝 Commits (2)

📊 Changes

2 files changed (+568 additions, -0 deletions)

View changed files

frontend/public/json/ubuntu2504-vm.json (+40 -0)
vm/ubuntu2504-vm.sh (+528 -0)

📄 Description

✍️ Description

Add new VM for Ubuntu 25.04 (Plucky Puffin)

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/5284 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 6/19/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `ubuntu25_04` --- ### 📝 Commits (2) - [`7d3c88d`](https://github.com/community-scripts/ProxmoxVE/commit/7d3c88d2e45e0a41f73b7c7626b4982779295120) Ubuntu 25.04 VM - [`f279808`](https://github.com/community-scripts/ProxmoxVE/commit/f279808d8eea1c74ca58cd0ce7add47b98434de4) fix missing values ### 📊 Changes **2 files changed** (+568 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `frontend/public/json/ubuntu2504-vm.json` (+40 -0) ➕ `vm/ubuntu2504-vm.sh` (+528 -0) </details> ### 📄 Description ## ✍️ Description Add new VM for Ubuntu 25.04 (Plucky Puffin) ## ✅ 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) - [ ] 🐞 **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. - [x] 🆕 **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 07:07:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5671