Skip to content

Commit

Permalink
Merge pull request #443 from salim-b/st-update
Browse files Browse the repository at this point in the history
[syncthing] Update to v1.27.2-r0
  • Loading branch information
Poeschl authored Jan 13, 2024
2 parents d0afe61 + 4c81f82 commit abbc2c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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

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

0 comments on commit abbc2c7

Please sign in to comment.