Skip to content

Commit f00d9bb

Browse files
authored
Merge pull request #994 from tsightler/socket-fix
## v5.8.1 **Bugs Fixed** Update ring-client-api to address a recent Ring API change which caused socket connections to fail and crash the ring-mqtt process. **Dependency Updates** - chalk 5.4.1 - mqtt 5.13.0 - ring-client-api 14.0.0-beta.2 - rxjs 7.8.2 - werift 0.22.1 - NodeJS 22.12.0 - S6 Overlay 3.2.1.0 - Bashio 0.17.0
2 parents b4fcec4 + 85002d2 commit f00d9bb

File tree

4 files changed

+1155
-1143
lines changed

4 files changed

+1155
-1143
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ENV LANG="C.UTF-8" \
99
TERM="xterm-256color"
1010

1111
COPY . /app/ring-mqtt
12-
RUN S6_VERSION="v3.2.0.2" && \
13-
BASHIO_VERSION="v0.16.2" && \
12+
RUN S6_VERSION="v3.2.1.0" && \
13+
BASHIO_VERSION="v0.17.0" && \
1414
GO2RTC_VERSION="v1.9.4" && \
1515
APK_ARCH="$(apk --print-arch)" && \
1616
apk add --no-cache tar xz git bash curl jq tzdata mosquitto-clients && \

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v5.8.1
2+
**Bugs Fixed**
3+
Update ring-client-api to address a recent Ring API change which caused socket connections to fail and crash the ring-mqtt process.
4+
5+
**Dependency Updates**
6+
- chalk 5.4.1
7+
- mqtt 5.13.0
8+
- ring-client-api 14.0.0-beta.2
9+
- rxjs 7.8.2
10+
- werift 0.22.1
11+
- NodeJS 22.12.0
12+
- S6 Overlay 3.2.1.0
13+
- Bashio 0.17.0
14+
115
## v5.8.0
216
The 5.8.x branch is focused primarily on cleaning up various portions of the code to improve long-term maintainability, there are no major features planned for this branch.
317

0 commit comments

Comments
 (0)