fix(ring-mqtt): update image docker.io/tsightler/ring-mqtt 5.9.2 → 5.9.3 (#45895)
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 <details> <summary>tsightler/ring-mqtt (docker.io/tsightler/ring-mqtt)</summary> ### [`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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmluZy1tcXR0IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user