[PR #9141] bump grafana to debian 13 #7724

Closed
opened 2026-02-05 08:07:33 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/community-scripts/ProxmoxVE/pull/9141

State: closed
Merged: Yes


Summary

This PR updates the default Debian version for the Grafana container template
to 13 and removes an obsolete package from the install script.

Background

When switching the Grafana CT to Debian 13, the install script fails because
the software-properties-common package cannot be found. According to the
discussion in grafana/grafana#110198, this package is no longer required for
installing Grafana on Debian 13, and the installation works fine without it.

I verified that Grafana installs and runs correctly on Debian 13 without this
package.

Changes

  • ct/grafana.sh

    • Update default var_version from 12 to 13 (Debian 13).
  • install/grafana-install.sh

    • Remove software-properties-common from the dependency list.
    • Keep apt-transport-https as the only extra package.

Testing

  • Created a Grafana LXC with Debian 13 using the updated script.
  • Ran the Grafana install script:
    • Dependencies installed without errors.
    • Repository configuration succeeded.
    • Grafana service started successfully.
    • Web UI is reachable and works as expected.

References

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.
**Original Pull Request:** https://github.com/community-scripts/ProxmoxVE/pull/9141 **State:** closed **Merged:** Yes --- ## Summary This PR updates the default Debian version for the Grafana container template to 13 and removes an obsolete package from the install script. ## Background When switching the Grafana CT to Debian 13, the install script fails because the `software-properties-common` package cannot be found. According to the discussion in grafana/grafana#110198, this package is no longer required for installing Grafana on Debian 13, and the installation works fine without it. I verified that Grafana installs and runs correctly on Debian 13 without this package. ## Changes - `ct/grafana.sh` - Update default `var_version` from `12` to `13` (Debian 13). - `install/grafana-install.sh` - Remove `software-properties-common` from the dependency list. - Keep `apt-transport-https` as the only extra package. ## Testing - Created a Grafana LXC with Debian 13 using the updated script. - Ran the Grafana install script: - Dependencies installed without errors. - Repository configuration succeeded. - Grafana service started successfully. - Web UI is reachable and works as expected. ## References - grafana/grafana#110198 ## ✅ 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.
OVERLORD added the pull-request label 2026-02-05 08:07:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#7724