From fb84034b6f685ce29a8cc94943f0478793354358 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 9 Mar 2026 07:14:37 +0100 Subject: [PATCH] =?UTF-8?q?fix(ring-mqtt):=20update=20image=20docker.io/ts?= =?UTF-8?q?ightler/ring-mqtt=205.9.2=20=E2=86=92=205.9.3=20(#45895)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/tsightler/ring-mqtt](https://redirect.github.com/tsightler/ring-mqtt) | patch | `2f96b55` → `4a4e0db` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
tsightler/ring-mqtt (docker.io/tsightler/ring-mqtt) ### [`v5.9.3`](https://redirect.github.com/tsightler/ring-mqtt/releases/tag/v5.9.3) [Compare Source](https://redirect.github.com/tsightler/ring-mqtt/compare/v5.9.2...v5.9.3) **Bugs Fixed** - Updated ring-client-api with patched push-receiver package to address push messages failing decryption with ERR\_CRYPTO\_ECDH\_INVALID\_PUBLIC\_KEY message, potentially leading to missed motion/ding events for cameras/doorbells/intercoms. - Fix crash due to unexpected security panel when users only have a Sidewalk based Ring device such as Kiddie Smoke/CO detector - Fix Kiddie Smoke/CO states not properly updated during smoke/co detection events (testing welcome) - Implement minor changes to attempt to address sporadic authentication issues reported by a small number of users **Dependency Updates** - aedes 1.0.0 - body-parser 2.2.2 - mqtt 5.15.0 - ring-client-api 14.3.1-beta.0 (custom) - werift 0.22.9 - write-file-atomic 7.0.1 - Go2RTC 1.9.14
--- ### 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/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 ac28e53801b..84eb856a825 100644 --- a/charts/stable/ring-mqtt/Chart.yaml +++ b/charts/stable/ring-mqtt/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 5.9.2 +appVersion: 5.9.3 dependencies: - name: common version: 28.33.0 @@ -42,5 +42,5 @@ sources: - https://github.com/tsightler/ring-mqtt - https://hub.docker.com/r/tsightler/ring-mqtt type: application -version: 11.18.0 +version: 11.18.1 diff --git a/charts/stable/ring-mqtt/values.yaml b/charts/stable/ring-mqtt/values.yaml index 98f5ac92b5e..78361e77a74 100644 --- a/charts/stable/ring-mqtt/values.yaml +++ b/charts/stable/ring-mqtt/values.yaml @@ -2,7 +2,7 @@ image: pullPolicy: IfNotPresent repository: docker.io/tsightler/ring-mqtt - tag: 5.9.2@sha256:2f96b55bc97a72ff704eeabf48a68290f6cd0e7dbcab1bfecbb8c02b006680a5 + tag: 5.9.3@sha256:4a4e0db460d7023aa5851ff25491401fd23b2fd153b7269af481f0953cd6f00a securityContext: container: readOnlyRootFilesystem: false