Skip to content

Commit

Permalink
chore(oscam) update version and add custom versioning (truecharts#29800)
Browse files Browse the repository at this point in the history
**Description**
switch oscam image to latest

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

**➕ 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._
  • Loading branch information
gismo2004 authored Nov 30, 2024
1 parent 38993ae commit 4b62963
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/renovate/special/customVersioning.json5
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,15 @@
versioning: "regex:^latest-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
matchPackageNames: ["registry.gitlab.com/gitlab-org/gitlab-runner"],
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)(?<minor>\\d{2})(?<patch>\\d{2})-ls(?<build>\\d+)$",
"matchPackageNames": ["linuxserver/oscam"]
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["alicevision/meshroom"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
}


]
}
6 changes: 3 additions & 3 deletions charts/stable/oscam/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 11719.0.0
appVersion: 11856-ls125
dependencies:
- name: common
version: 25.1.7
Expand All @@ -30,6 +30,6 @@ name: oscam
sources:
- https://ghcr.io/linuxserver/oscam
- https://github.com/truecharts/charts/tree/master/charts/stable/oscam
- https://trac.streamboard.tv/oscam/browser/trunk
- https://git.streamboard.tv/common/oscam
type: application
version: 15.2.2
version: 15.2.3
2 changes: 1 addition & 1 deletion charts/stable/oscam/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/oscam
pullPolicy: IfNotPresent
tag: 11719-ls75@sha256:6c3906ac50a0a82743074ab1003765a4cd0e0edec0eb050d40465ac05be36052
tag: 11856-ls125@sha256:f2673600336b3a02ef61910ee1ada941fc7d2de1c70cec9639f0c8b71a645c69
service:
main:
ports:
Expand Down

0 comments on commit 4b62963

Please sign in to comment.