[PR #2325] [MERGED] Fix HomeAsisstant LXC: Use the latest versions of runlike with --use-volume-id #3585

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2325
Author: @genehand
Created: 2/12/2025
Status: Merged
Merged: 2/13/2025
Merged by: @michelroegl-brunner

Base: mainHead: upgrade-runlike


📝 Commits (1)

  • 5b110ec Use the latest versions of runlike with --use-volume-id

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 ct/homeassistant.sh (+1 -0)

📄 Description

✍️ Description

I recently added the --use-volume-id option, but turns out this is a newer option from a couple months ago: https://github.com/lavie/runlike/pull/122.

Anyone that installed before then will still have the older version that now throws an error. There may be a better place to do this, additionally it could use a pinned version instead of always getting the latest. For now this is a quick fix to get it up and running again.

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • [] Self-review performed – Code follows established patterns and conventions.
  • [] Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🐞 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.

📋 Additional Information (optional)


🔄 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/2325 **Author:** [@genehand](https://github.com/genehand) **Created:** 2/12/2025 **Status:** ✅ Merged **Merged:** 2/13/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `upgrade-runlike` --- ### 📝 Commits (1) - [`5b110ec`](https://github.com/community-scripts/ProxmoxVE/commit/5b110ece7147569fffbf9669f9cad7e82b617d5a) Use the latest versions of runlike with --use-volume-id ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `ct/homeassistant.sh` (+1 -0) </details> ### 📄 Description ## ✍️ Description I recently added the `--use-volume-id` option, but turns out this is a newer option from a couple months ago: https://github.com/lavie/runlike/pull/122. Anyone that installed before then will still have the older version that now throws an error. There may be a better place to do this, additionally it could use a pinned version instead of always getting the latest. For now this is a quick fix to get it up and running again. ## 🔗 Related PR / Discussion / Issue - https://github.com/community-scripts/ProxmoxVE/pull/2160 - https://github.com/community-scripts/ProxmoxVE/issues/2321 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [] **Self-review performed** – Code follows established patterns and conventions. - [] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🐞 **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. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <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:05:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3585