From f722fd7d6a76246c0653c5d70c0ea17ccdd35bc8 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 27 Mar 2025 01:48:00 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/carlrei?= =?UTF-8?q?d/streammaster=200.11.3=20=E2=86=92=200.12.0=20(#33634)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/carlreid/streammaster](https://hub.docker.com/r/carlreid/streammaster/) ([source](https://redirect.github.com/carlreid/StreamMaster)) | minor | `55b7f5e` -> `bc12d13` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
carlreid/StreamMaster (ghcr.io/carlreid/streammaster) ### [`v0.12.0`](https://redirect.github.com/carlreid/StreamMaster/blob/HEAD/CHANGELOG.md#0120-2025-03-24) [Compare Source](https://redirect.github.com/carlreid/StreamMaster/compare/v0.11.3...v0.12.0) ##### Bug Fixes - Ensure that multiselect value is `''` if null ([0307ec2](https://redirect.github.com/carlreid/StreamMaster/commit/0307ec29cbbc271fdda72e6305660f4d9ea1d3fb)) - Ensure to release lock in `final` ([6a76d65](https://redirect.github.com/carlreid/StreamMaster/commit/6a76d65cc006278d6503d7ced7e34a5897d79044)) - Filter away potential undefined stations ([a58f8d7](https://redirect.github.com/carlreid/StreamMaster/commit/a58f8d705c11264fcfdf17eaece99c0bb905780d)) - Make use of `IHttpClientFactory` to get clients ([a7ca54a](https://redirect.github.com/carlreid/StreamMaster/commit/a7ca54a0685c374ea96a7f98b6f333e2371e957c)) - Remove from hook dependency ([84d9be3](https://redirect.github.com/carlreid/StreamMaster/commit/84d9be34380f7be7b803124c6b9f8b6db35b766f)) ##### Features - Set Streammaster specific UA for SD ([49b7448](https://redirect.github.com/carlreid/StreamMaster/commit/49b7448f2f931e620042a95089d67b430ef02f36)) #### [0.11.3](https://redirect.github.com/carlreid/StreamMaster/compare/v0.11.2...v0.11.3) (2025-03-15) ##### Bug Fixes - Fallback to EPG logos if channel misses one ([8c4d748](https://redirect.github.com/carlreid/StreamMaster/commit/8c4d7486145bd702de36720bbeaba41932c74ef0)) #### [0.11.2](https://redirect.github.com/carlreid/StreamMaster/compare/v0.11.1...v0.11.2) (2025-03-13) ##### Bug Fixes - Adjustment to command profiles and groups ([5e8828a](https://redirect.github.com/carlreid/StreamMaster/commit/5e8828ac70290b307f75cd009f70de0f5a8d3fd1)) - Adjustment to Enum alignment ([0cfbf1f](https://redirect.github.com/carlreid/StreamMaster/commit/0cfbf1fc24a319792835ff9d207aef1b4f56c107)) - Custom playlist scan update channels and logos ([5407116](https://redirect.github.com/carlreid/StreamMaster/commit/540711600610029ce7d313f542fb73bca15247c4)) - Don't `break` out of the EPG iteration ([539ba01](https://redirect.github.com/carlreid/StreamMaster/commit/539ba0100efbe550bbed0d7921ab7b650bfe0532)) #### [0.11.1](https://redirect.github.com/carlreid/StreamMaster/compare/v0.11.0...v0.11.1) (2025-03-05) ##### Bug Fixes - Dropdown text alignment ([7486efa](https://redirect.github.com/carlreid/StreamMaster/commit/7486efa12af8546564616f3e51f68e194b1a510e)) - Persist rank to CurrentRank ([74818c8](https://redirect.github.com/carlreid/StreamMaster/commit/74818c863edd968ed3e2b03dd688c47f0b50e88e))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/incubator/streammaster/Chart.yaml | 4 ++-- charts/incubator/streammaster/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/streammaster/Chart.yaml b/charts/incubator/streammaster/Chart.yaml index 1c07f7b3d0e..876f1db86d3 100644 --- a/charts/incubator/streammaster/Chart.yaml +++ b/charts/incubator/streammaster/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: incubator apiVersion: v2 -appVersion: 0.11.3 +appVersion: 0.12.0 dependencies: - name: common version: 25.4.10 @@ -36,4 +36,4 @@ sources: - https://github.com/carlreid/StreamMaster - https://github.com/truecharts/charts/tree/master/charts/incubator/streammaster type: application -version: 0.0.1 +version: 0.1.0 diff --git a/charts/incubator/streammaster/values.yaml b/charts/incubator/streammaster/values.yaml index 506aa1b7591..df1933ab0d3 100644 --- a/charts/incubator/streammaster/values.yaml +++ b/charts/incubator/streammaster/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/carlreid/streammaster pullPolicy: IfNotPresent - tag: 0.11.3@sha256:55b7f5e4aa9a1f94bb640010e6a3ed50619d2fcef25a7024a18e4db2d84d5789 + tag: 0.12.0@sha256:bc12d138f1941a59c103610a79bfa2da0e290dc0cafcd172c10f8e6f5fa397cc securityContext: container: runAsNonRoot: false