From ce0c2197e3fefdd60da70a2837fb6c3531668c1f Mon Sep 17 00:00:00 2001 From: James Musson Date: Wed, 3 Sep 2025 21:12:06 +0100 Subject: [PATCH] fix(metube): Remove metube custom versioning definition (#39023) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **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:** **โœ”๏ธ 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 --- .github/renovate/special/customVersioning.json5 | 5 ----- charts/stable/metube/Chart.yaml | 2 +- charts/stable/metube/values.yaml | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/renovate/special/customVersioning.json5 b/.github/renovate/special/customVersioning.json5 index affedf17bf1..ec78441f360 100644 --- a/.github/renovate/special/customVersioning.json5 +++ b/.github/renovate/special/customVersioning.json5 @@ -176,11 +176,6 @@ "versioning": "regex:^(?\\d+)-(?\\d+)-(?\\d+)$", "matchPackageNames": ["docker.io/rssbridge/rss-bridge"] }, - { - "matchDatasources": ["docker"], - "versioning": "regex:^(?\\d+)-(?\\d+)-(?\\d+)$", - "matchPackageNames": ["ghcr.io/alexta69/metube"] - }, { // Not found in repository 2025-02-01 "matchDatasources": ["docker"], diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml index eb631cea4d0..de6808c9625 100644 --- a/charts/stable/metube/Chart.yaml +++ b/charts/stable/metube/Chart.yaml @@ -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 diff --git a/charts/stable/metube/values.yaml b/charts/stable/metube/values.yaml index f5a49fd1b48..28202e5be45 100644 --- a/charts/stable/metube/values.yaml +++ b/charts/stable/metube/values.yaml @@ -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: