From 3f82afd9e2de60458e894d06da79bc716392d0db Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 5 Sep 2025 18:20:58 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/synct?= =?UTF-8?q?hing/syncthing=202.0.6=20=E2=86=92=202.0.7=20(#39161)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/syncthing/syncthing](https://syncthing.net) ([source](https://redirect.github.com/syncthing/syncthing)) | patch | `0a98e79` -> `9f78e17` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
syncthing/syncthing (docker.io/syncthing/syncthing) ### [`v2.0.7`](https://redirect.github.com/syncthing/syncthing/releases/tag/v2.0.7) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v2.0.6...v2.0.7) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: - Docker image: `docker.io/syncthing/syncthing:2.0.7` or `ghcr.io/syncthing/syncthing:2.0.7` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(model): earlier free-space check (fixes [#​10347](https://redirect.github.com/syncthing/syncthing/issues/10347)) by [@​calmh](https://redirect.github.com/calmh) in [#​10348](https://redirect.github.com/syncthing/syncthing/pull/10348) - fix(api): redact device encryption passwords in support bundle config by [@​pixelspark](https://redirect.github.com/pixelspark) in [#​10359](https://redirect.github.com/syncthing/syncthing/pull/10359) - fix(sqlite): revert to default page cache size by [@​calmh](https://redirect.github.com/calmh) in [#​10362](https://redirect.github.com/syncthing/syncthing/pull/10362) - fix(tlsutil): support HTTP/2 on GUI/API connections by [@​calmh](https://redirect.github.com/calmh) in [#​10366](https://redirect.github.com/syncthing/syncthing/pull/10366) - fix(sqlite): avoid rowid on kv table by [@​calmh](https://redirect.github.com/calmh) in [#​10367](https://redirect.github.com/syncthing/syncthing/pull/10367) ##### Other - chore(model): adjust folder state logging (fixes [#​10350](https://redirect.github.com/syncthing/syncthing/issues/10350)) by [@​calmh](https://redirect.github.com/calmh) in [#​10353](https://redirect.github.com/syncthing/syncthing/pull/10353) - build: package for illumos using vmactions/omnios-vm by [@​trisk](https://redirect.github.com/trisk) in [#​10328](https://redirect.github.com/syncthing/syncthing/pull/10328) - chore(slogutil): add configurable logging format (fixes [#​10352](https://redirect.github.com/syncthing/syncthing/issues/10352)) by [@​calmh](https://redirect.github.com/calmh) in [#​10354](https://redirect.github.com/syncthing/syncthing/pull/10354) #### New Contributors - [@​trisk](https://redirect.github.com/trisk) made their first contribution in [#​10328](https://redirect.github.com/syncthing/syncthing/pull/10328) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/syncthing/Chart.yaml | 4 ++-- charts/stable/syncthing/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index 256f582ea0f..1f3342bbc54 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.0.6 +appVersion: 2.0.7 dependencies: - name: common version: 28.16.5 @@ -36,5 +36,5 @@ sources: - https://hub.docker.com/r/syncthing/syncthing - https://syncthing.net/ type: application -version: 22.1.10 +version: 22.1.11 diff --git a/charts/stable/syncthing/values.yaml b/charts/stable/syncthing/values.yaml index a1438caedbd..9509a0120b5 100644 --- a/charts/stable/syncthing/values.yaml +++ b/charts/stable/syncthing/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/syncthing/syncthing pullPolicy: IfNotPresent - tag: 2.0.6@sha256:0a98e790c827ab614e46c4598f91f455f1b4f96f1abbd7654fb57fdc0dc720fa + tag: 2.0.7@sha256:9f78e172614132f96befeec5c857164222df0da99aaf7620355c2d5d8ce09dac workload: main: podSpec: