chore(helm): update image docker.io/tsightler/ring-mqtt 5.7.1 → 5.7.2 (#28750)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/tsightler/ring-mqtt](https://redirect.github.com/tsightler/ring-mqtt) | patch | `671498f` -> `23bbb49` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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.7.2`](https://redirect.github.com/tsightler/ring-mqtt/releases/tag/v5.7.2) [Compare Source](https://redirect.github.com/tsightler/ring-mqtt/compare/v5.7.1...v5.7.2) #### v5.7.2 **Bugs Fixed** - Fix an isse that caused push notifications for camera/doorbell/intercom motion and ding events to stop working after interruptions in network connectivity for more than a few minutes.. - Fix an issue with Modes where the incorrect mode was sometimes published during initial startup. Thanks to [@​wahflz](https://redirect.github.com/wahflz) for the PR to address this! - Fix a locking issue which prevented live and event streams from being active concurrently on the same camera. **Dependency Updates** - aedes 0.51.3 - body-parser 1.20.3 - date-fns 4.1.0 - debug 4.3.7 - express 4.21.1 - ffmpeg 7.0.2 - is-online 11.0.0 - mqtt 5.10.1 - node 22.11.0 - push-receiver 4.3.0 - ring-client-api 13.2.0-beta.1 - s6-overlay v3.2.0.2 - werift 0.20.1 - write-file-atomic 6.0.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuMyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.7.1
|
||||
appVersion: 5.7.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.5
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/tsightler/ring-mqtt
|
||||
- https://hub.docker.com/r/tsightler/ring-mqtt
|
||||
type: application
|
||||
version: 10.3.1
|
||||
version: 10.3.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/tsightler/ring-mqtt
|
||||
tag: 5.7.1@sha256:671498fe948f851df6ced15de27bd80fd8f23f1d9f94ab6ccadc1d2ae16c8a91
|
||||
tag: 5.7.2@sha256:23bbb497e3904689fbd83708dda97e1f87cb9345936cf8b18c3ac3f06a30d462
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user