From 033df4b15ac6958cdf34115997c95e63c77193aa Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 8 Jun 2024 20:28:12 +0200 Subject: [PATCH] chore(deps): update container image tsightler/ring-mqtt to v5.6.5@787b257 by renovate (#23118) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tsightler/ring-mqtt](https://togithub.com/tsightler/ring-mqtt) | patch | `5.6.4` -> `5.6.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
tsightler/ring-mqtt (tsightler/ring-mqtt) ### [`v5.6.5`](https://togithub.com/tsightler/ring-mqtt/releases/tag/v5.6.5) [Compare Source](https://togithub.com/tsightler/ring-mqtt/compare/v5.6.4...v5.6.5) This release is intended to address the current brokenness of HA 2024.6.x by forcing the alarm control panel entity discovery to set code_arm_required = false even when no code is configured. While I believe this should be fixed in upstream HA, I have no influence over if/when that will happen and this workaround should have no negative impact on older versions. **Dependency Updates** - go2rtc v1.9.3 - mqtt v5.7.0 - werift v0.19.3
--- ### 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://togithub.com/renovatebot/renovate). --- charts/stable/ring-mqtt/Chart.yaml | 4 ++-- charts/stable/ring-mqtt/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/ring-mqtt/Chart.yaml b/charts/stable/ring-mqtt/Chart.yaml index 592fda20baf..54014d99767 100644 --- a/charts/stable/ring-mqtt/Chart.yaml +++ b/charts/stable/ring-mqtt/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 5.6.4 +appVersion: 5.6.5 dependencies: - name: common version: 24.0.0 @@ -35,4 +35,4 @@ sources: - https://github.com/tsightler/ring-mqtt - https://hub.docker.com/r/tsightler/ring-mqtt type: application -version: 10.0.0 +version: 10.0.1 diff --git a/charts/stable/ring-mqtt/values.yaml b/charts/stable/ring-mqtt/values.yaml index 5a8439e8774..781406b1e32 100644 --- a/charts/stable/ring-mqtt/values.yaml +++ b/charts/stable/ring-mqtt/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tsightler/ring-mqtt - tag: 5.6.4@sha256:3cf9d5786d6407a34dd78223f3f20fc2c66fe5bdee1b167c54c157de5a21cddf + tag: 5.6.5@sha256:787b2575fb18d599f7f6cdbc62f92c8e381721210289817df7d07e96d95bbd71 securityContext: container: readOnlyRootFilesystem: false