Bump version

master v1.25.0
Johannes Zellner 2023-11-13 16:07:56 +01:00
parent 9805180643
commit 19bdaba65f
2 changed files with 12 additions and 2 deletions

View File

@ -412,3 +412,13 @@
[1.24.0]
* Update base image to 4.2.0
[1.25.0]
* Update Syncthing to 1.26.0
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.26.0)
* #9106: Posting config with invalid versioner type causes panic
* #9120: Deduplicated files on Windows aren't treated as regular files any more (Go 1.21)
* #9133: Syncthing Docker container fails to start if underlying filesystem doesn't support chown
* #9143: traefik no longer url escape X-Forwarded-Tls-Client-Cert header
* #9149: Favicon is stuck in notify state
* #4137: Use a real login screen + sessions instead of HTTP basic auth

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
"version": "1.24.0",
"upstreamVersion": "1.25.0",
"version": "1.25.0",
"upstreamVersion": "1.26.0",
"healthCheckPath": "/healthcheck",
"httpPort": 8000,
"addons": {