1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-25 22:37:24 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Package Updates
727abf1974 Update package version to 1.28.1 2025-01-12 17:40:27 +00:00
Renovate Bot
4e9f359eb3 chore(deps): update dependency syncthing/syncthing to v1.29.2
| datasource      | package             | from   | to     |
| --------------- | ------------------- | ------ | ------ |
| github-releases | syncthing/syncthing | 1.29.1 | 1.29.2 |
2025-01-12 16:24:21 +00:00
3 changed files with 8 additions and 3 deletions

View File

@@ -527,3 +527,8 @@
* [#​9875](https://github.com/syncthing/syncthing/issues/9875): Clarify log message for ignored folders
* [#​9870](https://github.com/syncthing/syncthing/issues/9870): Fails with Go 1.24: runtime go1.24rc1 not found in compat.yaml
[1.28.1]
* Update syncthing to 1.29.2
* [Full Changelog](https://github.com/syncthing/syncthing/releases/tag/v1.29.2)
* [#​9913](https://github.com/syncthing/syncthing/issues/9913): panic: string field contains invalid UTF-8 \[recovered]

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
"version": "1.28.0",
"upstreamVersion": "1.29.1",
"version": "1.28.1",
"upstreamVersion": "1.29.2",
"healthCheckPath": "/healthcheck",
"httpPort": 8000,
"addons": {

View File

@@ -4,7 +4,7 @@ RUN mkdir -p /app/code
WORKDIR /app/code
# renovate: datasource=github-releases depName=syncthing/syncthing versioning=semver extractVersion=^v(?<version>.+)$
ARG SYNCTHING_VERSION=1.29.1
ARG SYNCTHING_VERSION=1.29.2
RUN wget https://github.com/syncthing/syncthing/releases/download/v${SYNCTHING_VERSION}/syncthing-linux-amd64-v${SYNCTHING_VERSION}.tar.gz -O - | tar -xz -C /app/code --strip-components=1