fix(metube): Remove metube custom versioning definition (#39023)
**Description** Starting from version 2025.07.31, metube now uses `.` separators in version instead of `-`, which renovate will recognise without needing a custom versioning definition. This PR removes the custom definition so renovate will pick up new available versions of metube. This change should only affect renovate's processing of metube versioning information; I have marked as 'bugfix' although it's driven by an external change by the metube dev. **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** There are other charts such as Home Assistant which use the YYYY.MM.DD versioning system which renovate can recognise without a custom versioning definition, so it is expected this change will be successful. **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: James Musson <jtmusson@hey.com>
This commit is contained in:
@@ -176,11 +176,6 @@
|
||||
"versioning": "regex:^(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)$",
|
||||
"matchPackageNames": ["docker.io/rssbridge/rss-bridge"]
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)$",
|
||||
"matchPackageNames": ["ghcr.io/alexta69/metube"]
|
||||
},
|
||||
{
|
||||
// Not found in repository 2025-02-01
|
||||
"matchDatasources": ["docker"],
|
||||
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/alexta69/metube
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/metube
|
||||
type: application
|
||||
version: 16.3.4
|
||||
version: 16.3.5
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/alexta69/metube
|
||||
tag: 2025-07-30@sha256:10d3576d7efe59299a4304108a4007790438d96016ec313bd32f52fa3a8e6790
|
||||
tag: 2025.07.31@sha256:2f81ad0ca25d52a7f17d33164c7cf2dc6db299a2011b8bfddb68b3edc2523b7a
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user