Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[syncthing] Update to v1.27.2-r0 #443

Merged
merged 7 commits into from
Jan 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions syncthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.17.1 - 2024-01-??

* 🔼 Updated syncthing to `1.27.2-r0`

## 1.17.0 - 2023-10-13

* 🔨 Set gui-address to first IP in container (thanks @reedy | #426)
Expand Down
2 changes: 1 addition & 1 deletion syncthing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BUILD_FROM
FROM $BUILD_FROM

RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
"syncthing=1.25.0-r1"
"syncthing=1.27.2-r0"

ENTRYPOINT [ "/init" ]
CMD []
Expand Down
2 changes: 1 addition & 1 deletion syncthing/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Syncthing

Check warning on line 1 in syncthing/config.yaml

View workflow job for this annotation

GitHub Actions / Addon linting (syncthing)

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config
version: "1.17.0"
version: "1.17.1"
slug: syncthing
description: "Syncthing is a continuous file synchronization program in a
de-centralized way"
Expand Down
Loading