Commit Graph

808 Commits

Author SHA1 Message Date
TrueCharts Bot 977aa51ecd chore(helm): update chart common 28.16.4 → 28.16.5 (#38952)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.16.4`
-> `28.16.5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-08-30 22:41:54 +02:00
TrueCharts Bot 0d7cca68ae chore(helm): update chart common 28.16.2 → 28.16.4 (#38897)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.16.2`
-> `28.16.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-08-30 12:58:51 +02:00
TrueCharts Bot f994424af0 chore(helm): update image docker.io/syncthing/syncthing 2.0.2 → 2.0.3 (#38729)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/syncthing/syncthing](https://syncthing.net)
([source](https://redirect.github.com/syncthing/syncthing)) | patch |
`0c62d82` -> `32a43f7` |

---

> [!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

<details>
<summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary>

###
[`v2.0.3`](https://redirect.github.com/syncthing/syncthing/releases/tag/v2.0.3)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v2.0.2...v2.0.3)

#### 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
  - illumos/amd64 and 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: <https://apt.syncthing.net/>

- Docker image: `docker.io/syncthing/syncthing:2.0.3` or
`ghcr.io/syncthing/syncthing:2.0.3`
(`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major
version)

#### What's Changed

##### Fixes

- fix(cmd): restore --version flag for compatibility by
[@&#8203;acolomb](https://redirect.github.com/acolomb) in
[#&#8203;10269](https://redirect.github.com/syncthing/syncthing/pull/10269)
- fix(cmd): make database migration more robust to write errors by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10278](https://redirect.github.com/syncthing/syncthing/pull/10278)
- fix(cmd): provide temporary GUI/API server during database migration
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10279](https://redirect.github.com/syncthing/syncthing/pull/10279)
- fix(db): clean files for dropped folders at startup by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10280](https://redirect.github.com/syncthing/syncthing/pull/10280)

##### Other

- chore(slog): re-enable LOGGER\_DISCARD (fixes
[#&#8203;10262](https://redirect.github.com/syncthing/syncthing/issues/10262))
by [@&#8203;rasa](https://redirect.github.com/rasa) in
[#&#8203;10267](https://redirect.github.com/syncthing/syncthing/pull/10267)
- build: downgrade gopsutil (fixes
[#&#8203;10276](https://redirect.github.com/syncthing/syncthing/issues/10276))
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10277](https://redirect.github.com/syncthing/syncthing/pull/10277)

**Full Changelog**:
<https://github.com/syncthing/syncthing/compare/v2.0.2...v2.0.3>

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Ni4wIiwidXBkYXRlZEluVmVyIjoiNDEuODIuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-30 03:01:39 +00:00
Kjeld Schouten fd8f1add2a Change tccr.io into oci.trueforge.org (#38868)
**Description**
We're moving from tccr.io to oci.trueforge.org

TCCR meant "TrueCharts Container Repository" however, it mostly stores
chart artefacts.
At the same time, we want to more clearly allow us to store
containers/artifacts not related to truecharts.

Its also worth noting that an additional .io domain carries additional
costs.

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-08-29 14:44:36 +02:00
TrueCharts Bot d3f166997d chore(helm): update chart common 28.16.1 → 28.16.2 (#38562)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.16.1`
-> `28.16.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-08-18 10:21:02 +02:00
TrueCharts Bot fd0d0b709c chore(helm): update chart common 28.16.0 → 28.16.1 (#38514)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.16.0`
-> `28.16.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-08-16 18:10:46 +02:00
TrueCharts Bot 89fb8215c3 chore(helm): update image docker.io/syncthing/syncthing 2.0.1 → 2.0.2 (#38504) 2025-08-16 11:38:06 +02:00
TrueCharts Bot f56124abd2 chore(helm): update image docker.io/syncthing/syncthing 2.0.0 → 2.0.1 (#38399)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/syncthing/syncthing](https://syncthing.net)
([source](https://redirect.github.com/syncthing/syncthing)) | patch |
`eb4e49e` -> `d0d4d86` |

---

> [!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

<details>
<summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary>

###
[`v2.0.1`](https://redirect.github.com/syncthing/syncthing/releases/tag/v2.0.1)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v2.0.0...v2.0.1)

#### 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
  - illumos/amd64 and 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: https://apt.syncthing.net/

- Docker image: `docker.io/syncthing/syncthing:2.0.1` or
`ghcr.io/syncthing/syncthing:2.0.1`
(`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major
version)

#### What's Changed

##### Fixes

- fix: allow upgrade without config dir (fixes
[#&#8203;10240](https://redirect.github.com/syncthing/syncthing/issues/10240))
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10241](https://redirect.github.com/syncthing/syncthing/pull/10241)
- fix(all): various typos by
[@&#8203;rasa](https://redirect.github.com/rasa) in
[https://github.com/syncthing/syncthing/pull/10242](https://redirect.github.com/syncthing/syncthing/pull/10242)
- fix(etc): correct incantation to launch browser in Linux desktop file
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10246](https://redirect.github.com/syncthing/syncthing/pull/10246)
- fix(db): handle path names that include URL special chars (fixes
[#&#8203;10245](https://redirect.github.com/syncthing/syncthing/issues/10245))
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10247](https://redirect.github.com/syncthing/syncthing/pull/10247)
- fix: increase default delete retention to 15 months by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10252](https://redirect.github.com/syncthing/syncthing/pull/10252)

##### Other

- build(deps): update (most) dependencies by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10243](https://redirect.github.com/syncthing/syncthing/pull/10243)

**Full Changelog**:
https://github.com/syncthing/syncthing/compare/v2.0.0...v2.0.1

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-14 09:44:04 +02:00
TrueCharts Bot a2c802bdfd chore(helm): update chart common 28.15.1 → 28.16.0 (#38372)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `28.15.1`
-> `28.16.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-08-13 21:46:40 +02:00
TrueCharts Bot 25844c294e chore(helm): update image docker.io/syncthing/syncthing 1.30.0 → 2.0.0 (#38375)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/syncthing/syncthing](https://syncthing.net)
([source](https://redirect.github.com/syncthing/syncthing)) | major |
`74eeedb` -> `eb4e49e` |

---

> [!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

<details>
<summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary>

###
[`v2.0.0`](https://redirect.github.com/syncthing/syncthing/releases/tag/v2.0.0)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v1.30.0...v2.0.0)

#### ⚠️ First 2.0 release ⚠️

This is the first release of the new 2.0 series. Expect some rough edges
and keep a sense of adventure! 🙏

#### 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 six months. If your use case require deletes to take
  effect after more than a six 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
  - illumos/amd64 and 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: https://apt.syncthing.net/

- Docker image: `docker.io/syncthing/syncthing:2.0.0` or
`ghcr.io/syncthing/syncthing:2.0.0`
(`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major
version)

#### What's Changed

##### Fixes

- fix(db): handle large numbers of blocks in update by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10025](https://redirect.github.com/syncthing/syncthing/pull/10025)
- fix(syncthing): make directory flags global for all commands by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10028](https://redirect.github.com/syncthing/syncthing/pull/10028)
- fix(sqlite): apply options by
[@&#8203;pixelspark](https://redirect.github.com/pixelspark) in
[https://github.com/syncthing/syncthing/pull/10049](https://redirect.github.com/syncthing/syncthing/pull/10049)
- fix(db): version vector serialisation :( by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10050](https://redirect.github.com/syncthing/syncthing/pull/10050)
- fix(model): loop-break regression while block copying in puller by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10069](https://redirect.github.com/syncthing/syncthing/pull/10069)
- fix(model): close fd immediately in copier by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10079](https://redirect.github.com/syncthing/syncthing/pull/10079)
- fix(model): use same folder first in copier by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10093](https://redirect.github.com/syncthing/syncthing/pull/10093)
- fix(model): correct bufferpool handling; simplify by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10113](https://redirect.github.com/syncthing/syncthing/pull/10113)
- fix(protocol): avoid deadlock with concurrent connection start and
close by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10140](https://redirect.github.com/syncthing/syncthing/pull/10140)
- fix(syncthing): avoid writing panic log to nil fd by
[@&#8203;ardevd](https://redirect.github.com/ardevd) in
[https://github.com/syncthing/syncthing/pull/10154](https://redirect.github.com/syncthing/syncthing/pull/10154)
- fix(fs): check for unsupported error on modern Windows (fixes
[#&#8203;10164](https://redirect.github.com/syncthing/syncthing/issues/10164))
by [@&#8203;rasa](https://redirect.github.com/rasa) in
[https://github.com/syncthing/syncthing/pull/10165](https://redirect.github.com/syncthing/syncthing/pull/10165)
- fix(gui): don't show dial errors for paused devices (fixes
[#&#8203;10166](https://redirect.github.com/syncthing/syncthing/issues/10166))
by [@&#8203;marbens-arch](https://redirect.github.com/marbens-arch) in
[https://github.com/syncthing/syncthing/pull/10167](https://redirect.github.com/syncthing/syncthing/pull/10167)
- fix: track invalid files in LocalFlags to fix global count by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10170](https://redirect.github.com/syncthing/syncthing/pull/10170)
- fix(watchaggregator): properly handle sub-second watch durations
(fixes
[#&#8203;9927](https://redirect.github.com/syncthing/syncthing/issues/9927))
by [@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10179](https://redirect.github.com/syncthing/syncthing/pull/10179)
- fix(db): remove invalid member from FileMetadata by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10180](https://redirect.github.com/syncthing/syncthing/pull/10180)
- fix(model): avoid flashing "Sync Waiting" unnecessarily by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10181](https://redirect.github.com/syncthing/syncthing/pull/10181)
- fix(protocol): slightly loosen/correct ownership comparison criteria
(fixes
[#&#8203;9879](https://redirect.github.com/syncthing/syncthing/issues/9879))
by [@&#8203;yparitcher](https://redirect.github.com/yparitcher) in
[https://github.com/syncthing/syncthing/pull/10176](https://redirect.github.com/syncthing/syncthing/pull/10176)
- fix(model): don't clobber local flags when receiving index by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10190](https://redirect.github.com/syncthing/syncthing/pull/10190)
- fix(beacon, osutil, upnp): fix local discovery send and intf detection
on Android by
[@&#8203;Catfriend1](https://redirect.github.com/Catfriend1) in
[https://github.com/syncthing/syncthing/pull/10196](https://redirect.github.com/syncthing/syncthing/pull/10196)
- fix(pmp, netutil): workaround native code denied to discover gateway
ipv4 addr on Android 14+ by
[@&#8203;Catfriend1](https://redirect.github.com/Catfriend1) in
[https://github.com/syncthing/syncthing/pull/10204](https://redirect.github.com/syncthing/syncthing/pull/10204)
- fix: allow deleted files to win conflict resolution by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10207](https://redirect.github.com/syncthing/syncthing/pull/10207)
- fix(gui): show revert buttons only when folder is idle (fixes
[#&#8203;10191](https://redirect.github.com/syncthing/syncthing/issues/10191))
by [@&#8203;tomasz1986](https://redirect.github.com/tomasz1986) in
[https://github.com/syncthing/syncthing/pull/10212](https://redirect.github.com/syncthing/syncthing/pull/10212)
- fix(gui): fix identicon generation by
[@&#8203;aionescu](https://redirect.github.com/aionescu) in
[https://github.com/syncthing/syncthing/pull/10228](https://redirect.github.com/syncthing/syncthing/pull/10228)
- fix(model): properly set folder state "syncing" when copying data by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10227](https://redirect.github.com/syncthing/syncthing/pull/10227)
- fix(slogutil): quote values with parentheses in them by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10229](https://redirect.github.com/syncthing/syncthing/pull/10229)
- fix(test): remove lib/logger from testmocks target by
[@&#8203;rasa](https://redirect.github.com/rasa) in
[https://github.com/syncthing/syncthing/pull/10231](https://redirect.github.com/syncthing/syncthing/pull/10231)
- fix: correct logging of our ID after startup & generate by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10234](https://redirect.github.com/syncthing/syncthing/pull/10234)

##### Features

- feat: add `syncthing debug database-statistics` command by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10117](https://redirect.github.com/syncthing/syncthing/pull/10117)
- feat(config): enable multiple connections by default by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10151](https://redirect.github.com/syncthing/syncthing/pull/10151)
- feat(config): expose folder and device info as metrics (fixes
[#&#8203;9519](https://redirect.github.com/syncthing/syncthing/issues/9519))
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10148](https://redirect.github.com/syncthing/syncthing/pull/10148)
- feat: use
[`Ed25519`](https://redirect.github.com/syncthing/syncthing/commit/Ed25519)
keys for sync connections by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10162](https://redirect.github.com/syncthing/syncthing/pull/10162)
- feat(gui): add option to limit bandwidth in LAN to Settings (ref
[#&#8203;10046](https://redirect.github.com/syncthing/syncthing/issues/10046))
by [@&#8203;tomasz1986](https://redirect.github.com/tomasz1986) in
[https://github.com/syncthing/syncthing/pull/10182](https://redirect.github.com/syncthing/syncthing/pull/10182)
- feat(connections, nat): add UDP portmapping/pinhole for QUIC (fixes
[#&#8203;7403](https://redirect.github.com/syncthing/syncthing/issues/7403))
by [@&#8203;marbens-arch](https://redirect.github.com/marbens-arch) in
[https://github.com/syncthing/syncthing/pull/10171](https://redirect.github.com/syncthing/syncthing/pull/10171)
- feat: add debug commands for folder counts and files by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10206](https://redirect.github.com/syncthing/syncthing/pull/10206)
- feat(ignore): add .stignore escaping on Windows by
[@&#8203;rasa](https://redirect.github.com/rasa) in
[https://github.com/syncthing/syncthing/pull/10205](https://redirect.github.com/syncthing/syncthing/pull/10205)
- feat: switch logging framework by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10220](https://redirect.github.com/syncthing/syncthing/pull/10220)

##### Other

- chore: remove abandoned next-gen-gui experiment by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10004](https://redirect.github.com/syncthing/syncthing/pull/10004)
- chore: remove weak hashing which does not pull its weight by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10005](https://redirect.github.com/syncthing/syncthing/pull/10005)
- chore: switch database engine to sqlite (fixes
[#&#8203;9954](https://redirect.github.com/syncthing/syncthing/issues/9954))
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/9965](https://redirect.github.com/syncthing/syncthing/pull/9965)
- chore: harmonise command line flags by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10007](https://redirect.github.com/syncthing/syncthing/pull/10007)
- chore(db): increase journal limit to 64MiB by
[@&#8203;bt90](https://redirect.github.com/bt90) in
[https://github.com/syncthing/syncthing/pull/10022](https://redirect.github.com/syncthing/syncthing/pull/10022)
- chore: forget deleted files older than six months (fixes
[#&#8203;6284](https://redirect.github.com/syncthing/syncthing/issues/6284))
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10023](https://redirect.github.com/syncthing/syncthing/pull/10023)
- chore(db): use shorter read transactions and periodic checkpoint for
smaller WAL by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10027](https://redirect.github.com/syncthing/syncthing/pull/10027)
- chore: configurable delete retention interval by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10030](https://redirect.github.com/syncthing/syncthing/pull/10030)
- chore(db): fix debug logging by
[@&#8203;bt90](https://redirect.github.com/bt90) in
[https://github.com/syncthing/syncthing/pull/10033](https://redirect.github.com/syncthing/syncthing/pull/10033)
- chore(db): buffer pulled files for smaller WAL by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10036](https://redirect.github.com/syncthing/syncthing/pull/10036)
- chore(db): use one SQLite database per folder by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10042](https://redirect.github.com/syncthing/syncthing/pull/10042)
- chore(model): delay starting a pull while there are incoming index
updates by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10041](https://redirect.github.com/syncthing/syncthing/pull/10041)
- chore(syncthing): remove "default" folder concept by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10068](https://redirect.github.com/syncthing/syncthing/pull/10068)
- chore(syncthing): ensure migrated database is closed before exiting by
[@&#8203;xjtdy888](https://redirect.github.com/xjtdy888) in
[https://github.com/syncthing/syncthing/pull/10076](https://redirect.github.com/syncthing/syncthing/pull/10076)
- chore(db, model): simplify per hash DB lookup in copier by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10080](https://redirect.github.com/syncthing/syncthing/pull/10080)
- chore(model): refactor copier for more flatness by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10094](https://redirect.github.com/syncthing/syncthing/pull/10094)
- build: upgrade setup-zig action by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10134](https://redirect.github.com/syncthing/syncthing/pull/10134)
- build: properly propagate build tags to Debian build by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10144](https://redirect.github.com/syncthing/syncthing/pull/10144)
- chore(protocol): don't start connection routines a second time by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10146](https://redirect.github.com/syncthing/syncthing/pull/10146)
- chore(protocol): only allow enc. password changes on cluster config by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10145](https://redirect.github.com/syncthing/syncthing/pull/10145)
- chore: various linter fixes by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10157](https://redirect.github.com/syncthing/syncthing/pull/10157)
- build: streamline gathering of facts, checkouts by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10158](https://redirect.github.com/syncthing/syncthing/pull/10158)
- build: build both Debian armel and armhf (though they are the same for
us) by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10159](https://redirect.github.com/syncthing/syncthing/pull/10159)
- build: explicitly trigger build after pushing release tag by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10160](https://redirect.github.com/syncthing/syncthing/pull/10160)
- chore(syncthing): ensure response body is closed in upgrade request by
[@&#8203;ardevd](https://redirect.github.com/ardevd) in
[https://github.com/syncthing/syncthing/pull/10169](https://redirect.github.com/syncthing/syncthing/pull/10169)
- refactor(syncthing): use named constant for SIGHUP by
[@&#8203;ardevd](https://redirect.github.com/ardevd) in
[https://github.com/syncthing/syncthing/pull/10168](https://redirect.github.com/syncthing/syncthing/pull/10168)
- chore(model): remove redundant removal of internal fields in
indexsender by [@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10173](https://redirect.github.com/syncthing/syncthing/pull/10173)
- chore: add migration for remote invalid local flag by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10174](https://redirect.github.com/syncthing/syncthing/pull/10174)
- chore(config): increase max concurrent writes default by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10200](https://redirect.github.com/syncthing/syncthing/pull/10200)
- chore(gui): added spacing between folder name and error message by
[@&#8203;ardevd](https://redirect.github.com/ardevd) in
[https://github.com/syncthing/syncthing/pull/10201](https://redirect.github.com/syncthing/syncthing/pull/10201)
- build: unset build ID in generated binaries by
[@&#8203;Catfriend1](https://redirect.github.com/Catfriend1) in
[https://github.com/syncthing/syncthing/pull/10203](https://redirect.github.com/syncthing/syncthing/pull/10203)
- chore(protocol): minor cleanup of ClusterConfig messages; remove
DisableTempIndexes option by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10202](https://redirect.github.com/syncthing/syncthing/pull/10202)
- refactor(beacon, osutil, upnp, netutil): only use anet on Android by
[@&#8203;marbens-arch](https://redirect.github.com/marbens-arch) in
[https://github.com/syncthing/syncthing/pull/10211](https://redirect.github.com/syncthing/syncthing/pull/10211)
- chore(gui): fix "Shut Down" spelling in Actions by
[@&#8203;tomasz1986](https://redirect.github.com/tomasz1986) in
[https://github.com/syncthing/syncthing/pull/10213](https://redirect.github.com/syncthing/syncthing/pull/10213)
- chore(gui): update fancytree from 2.38.0 to 2.38.5 (ref
[#&#8203;10051](https://redirect.github.com/syncthing/syncthing/issues/10051),
ref
[#&#8203;10155](https://redirect.github.com/syncthing/syncthing/issues/10155))
by [@&#8203;tomasz1986](https://redirect.github.com/tomasz1986) in
[https://github.com/syncthing/syncthing/pull/10214](https://redirect.github.com/syncthing/syncthing/pull/10214)
- chore(config): remove fallback STUN servers that are CNAMEs to
stun.counterpath.com by
[@&#8203;marbens-arch](https://redirect.github.com/marbens-arch) in
[https://github.com/syncthing/syncthing/pull/10219](https://redirect.github.com/syncthing/syncthing/pull/10219)
- chore(scanner): reduce memory pressure by using pools inside hasher by
[@&#8203;danog](https://redirect.github.com/danog) in
[https://github.com/syncthing/syncthing/pull/10222](https://redirect.github.com/syncthing/syncthing/pull/10222)
- chore(fs): slightly reduce memory usage of IsParent by
[@&#8203;danog](https://redirect.github.com/danog) in
[https://github.com/syncthing/syncthing/pull/10223](https://redirect.github.com/syncthing/syncthing/pull/10223)
- refactor(scanner): use recommended pattern for slice pool by
[@&#8203;danog](https://redirect.github.com/danog) in
[https://github.com/syncthing/syncthing/pull/10225](https://redirect.github.com/syncthing/syncthing/pull/10225)
- chore(slogutil): ensure quoting of empty and confusing log values by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10236](https://redirect.github.com/syncthing/syncthing/pull/10236)
- chore: remove GUI "debugging" toggle, debug HTTP metrics by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10235](https://redirect.github.com/syncthing/syncthing/pull/10235)
- chore(gui): remove redundant "authenticated" conditions from Actions
menu
([#&#8203;10235](https://redirect.github.com/syncthing/syncthing/issues/10235))
by [@&#8203;tomasz1986](https://redirect.github.com/tomasz1986) in
[https://github.com/syncthing/syncthing/pull/10237](https://redirect.github.com/syncthing/syncthing/pull/10237)

#### New Contributors

- [@&#8203;ardevd](https://redirect.github.com/ardevd) made their first
contribution in
[https://github.com/syncthing/syncthing/pull/10154](https://redirect.github.com/syncthing/syncthing/pull/10154)
- [@&#8203;yparitcher](https://redirect.github.com/yparitcher) made
their first contribution in
[https://github.com/syncthing/syncthing/pull/10176](https://redirect.github.com/syncthing/syncthing/pull/10176)
- [@&#8203;danog](https://redirect.github.com/danog) made their first
contribution in
[https://github.com/syncthing/syncthing/pull/10222](https://redirect.github.com/syncthing/syncthing/pull/10222)

**Full Changelog**:
https://github.com/syncthing/syncthing/compare/v1.30.0...v2.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2025-08-13 21:37:08 +02:00
TrueCharts Bot d66783f56b chore(helm): update chart common 28.15.0 → 28.15.1 (#37885)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.15.0`
-> `28.15.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-08-07 18:22:16 +00:00
TrueCharts Bot 72c71ad4c4 chore(helm): update chart common 28.13.0 → 28.15.0 (#37878)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `28.13.0`
-> `28.15.0` |

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-07-28 21:34:45 +02:00
TrueCharts Bot 49153793dc chore(helm): update chart common 28.12.9 → 28.13.0 (#37381)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `28.12.9`
-> `28.13.0` |

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-07-11 06:27:22 +00:00
TrueCharts Bot ab8e343c97 chore(helm): update chart common 28.12.8 → 28.12.9 (#37324)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.12.8`
-> `28.12.9` |

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-07-09 20:19:44 +02:00
TrueCharts Bot f952520911 chore(helm): update chart common 28.12.7 → 28.12.8 (#37261) 2025-07-08 08:16:37 +02:00
TrueCharts Bot 0f93b7dddf chore(helm): update chart common 28.12.6 → 28.12.7 (#37188)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.12.6`
-> `28.12.7` |

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-07-07 21:48:41 +02:00
TrueCharts Bot 1aa890b430 chore(helm): update chart common 28.12.5 → 28.12.6 (#37102)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.12.5`
-> `28.12.6` |

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-07-07 06:10:33 +02:00
TrueCharts Bot 9417cba999 chore(helm): update chart common 28.12.4 → 28.12.5 (#37083)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.12.4`
-> `28.12.5` |

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-07-06 20:19:02 +02:00
TrueCharts Bot d19b9525c3 chore(helm): update chart common 28.12.3 → 28.12.4 (#37055)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.12.3`
-> `28.12.4` |

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-07-06 14:23:29 +02:00
TrueCharts Bot fb6165feae chore(helm): update chart common 28.12.2 → 28.12.3 (#37031)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.12.2`
-> `28.12.3` |

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-07-06 12:07:04 +02:00
TrueCharts Bot 4d6828462f chore(helm): update chart common 28.12.1 → 28.12.2 (#37005)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.12.1`
-> `28.12.2` |

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-07-06 10:45:23 +02:00
TrueCharts Bot f259090de2 chore(helm): update chart common 25.4.10 → 28.12.1 (#36988)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | major | `25.4.10`
-> `28.12.1` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21ham9yIl19-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <admin@alfi0812.de>
2025-07-06 01:57:44 +02:00
TrueCharts Bot ae30f3a46e chore(helm): update image docker.io/syncthing/syncthing 1.29.7 → 1.30.0 (#36951)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/syncthing/syncthing](https://syncthing.net)
([source](https://redirect.github.com/syncthing/syncthing)) | minor |
`dde2305` -> `74eeedb` |

---

> [!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

<details>
<summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary>

###
[`v1.30.0`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.30.0)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.7...v1.30.0)

#### Syncthing 2 is coming

Syncthing version 1.x will soon be replaced by Syncthing version 2.x.
Version 2 brings a new database format and various cleanups, but remains
protocol compatible with Syncthing 1.

More detailed information about Syncthing 2 can be found in the release
notes at https://github.com/syncthing/syncthing/releases.

This release is also available as:

-   APT repository: https://apt.syncthing.net/

- Docker image: `docker.io/syncthing/syncthing:1.30.0` or
`ghcr.io/syncthing/syncthing:1.30.0`
(`{docker,ghcr}.io/syncthing/syncthing:1` to follow just the major
version)

#### What's Changed

##### Fixes

- fix(protocol): avoid deadlock with concurrent connection start and
close by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10140](https://redirect.github.com/syncthing/syncthing/pull/10140)
- fix(syncthing): avoid writing panic log to nil fd by
[@&#8203;ardevd](https://redirect.github.com/ardevd) in
[https://github.com/syncthing/syncthing/pull/10154](https://redirect.github.com/syncthing/syncthing/pull/10154)

##### Features

- feat(config): expose folder and device info as metrics (fixes
[#&#8203;9519](https://redirect.github.com/syncthing/syncthing/issues/9519))
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10148](https://redirect.github.com/syncthing/syncthing/pull/10148)

##### Other

- build: properly propagate build tags to Debian build by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10144](https://redirect.github.com/syncthing/syncthing/pull/10144)
- chore(protocol): don't start connection routines a second time by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10146](https://redirect.github.com/syncthing/syncthing/pull/10146)
- chore(protocol): only allow enc. password changes on cluster config by
[@&#8203;imsodin](https://redirect.github.com/imsodin) in
[https://github.com/syncthing/syncthing/pull/10145](https://redirect.github.com/syncthing/syncthing/pull/10145)

**Full Changelog**:
https://github.com/syncthing/syncthing/compare/v1.29.7...v1.30.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-07-04 14:41:49 +02:00
TrueCharts Bot 5dbcf60c5d chore(helm): update image docker.io/syncthing/syncthing 1.29.6 → 1.29.7 (#35930)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/syncthing/syncthing](https://syncthing.net)
([source](https://redirect.github.com/syncthing/syncthing)) | patch |
`82e1abb` -> `dde2305` |

---

> [!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

<details>
<summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary>

###
[`v1.29.7`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.7)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.6...v1.29.7)

#### Syncthing 2 is coming

Syncthing version 1.x will soon be replaced by Syncthing version 2.x.
Version 2 brings a new database format and various cleanups, but remains
protocol compatible with Syncthing 1.

More detailed information about Syncthing 2 can be found in the release
notes at https://github.com/syncthing/syncthing/releases.

#### What's Changed

##### Fixes

- fix(config): deep copy configuration defaults (fixes
[#&#8203;9916](https://redirect.github.com/syncthing/syncthing/issues/9916))
by [@&#8203;hazemKrimi](https://redirect.github.com/hazemKrimi) in
[https://github.com/syncthing/syncthing/pull/10101](https://redirect.github.com/syncthing/syncthing/pull/10101)
- fix(config): mark audit log options as needing restart (fixes
[#&#8203;10099](https://redirect.github.com/syncthing/syncthing/issues/10099))
by [@&#8203;marbens-arch](https://redirect.github.com/marbens-arch) in
[https://github.com/syncthing/syncthing/pull/10100](https://redirect.github.com/syncthing/syncthing/pull/10100)
- fix(versioner): fix perms of created folders (fixes
[#&#8203;9626](https://redirect.github.com/syncthing/syncthing/issues/9626))
by [@&#8203;ashishbhate](https://redirect.github.com/ashishbhate) in
[https://github.com/syncthing/syncthing/pull/10105](https://redirect.github.com/syncthing/syncthing/pull/10105)
- fix(syncthing): ensure both config and data dirs exist at startup
(fixes
[#&#8203;10126](https://redirect.github.com/syncthing/syncthing/issues/10126))
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10127](https://redirect.github.com/syncthing/syncthing/pull/10127)
- fix(gui): update `uncamel()` to handle strings like 'IDs' (fixes
[#&#8203;10128](https://redirect.github.com/syncthing/syncthing/issues/10128))
by [@&#8203;luckman212](https://redirect.github.com/luckman212) in
[https://github.com/syncthing/syncthing/pull/10131](https://redirect.github.com/syncthing/syncthing/pull/10131)

##### Features

- feat(gui): close a modal when pressing ESC after switching modal tabs
(fixes
[#&#8203;9489](https://redirect.github.com/syncthing/syncthing/issues/9489))
by [@&#8203;hazemKrimi](https://redirect.github.com/hazemKrimi) in
[https://github.com/syncthing/syncthing/pull/10092](https://redirect.github.com/syncthing/syncthing/pull/10092)

##### Other

- chore(gui): add Serbian (sr) translation template by
[@&#8203;acolomb](https://redirect.github.com/acolomb) in
[https://github.com/syncthing/syncthing/pull/10116](https://redirect.github.com/syncthing/syncthing/pull/10116)
- build: reactivate golangci-lint by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10118](https://redirect.github.com/syncthing/syncthing/pull/10118)
- chore: move golangci-lint & meta to separate PR-only workflow by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10119](https://redirect.github.com/syncthing/syncthing/pull/10119)
- refactor: use slices.Contains to simplify code by
[@&#8203;pullmerge](https://redirect.github.com/pullmerge) in
[https://github.com/syncthing/syncthing/pull/10121](https://redirect.github.com/syncthing/syncthing/pull/10121)
- build: process for automatic release tags by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10133](https://redirect.github.com/syncthing/syncthing/pull/10133)
- refactor: use slices package for sort by
[@&#8203;mrclmr](https://redirect.github.com/mrclmr) in
[https://github.com/syncthing/syncthing/pull/10132](https://redirect.github.com/syncthing/syncthing/pull/10132)
- refactor: use slices package for sorting by
[@&#8203;mrclmr](https://redirect.github.com/mrclmr) in
[https://github.com/syncthing/syncthing/pull/10136](https://redirect.github.com/syncthing/syncthing/pull/10136)
- docs: general notes about v2 coming by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10135](https://redirect.github.com/syncthing/syncthing/pull/10135)
- build: add labeler workflow for PRs by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10143](https://redirect.github.com/syncthing/syncthing/pull/10143)

#### New Contributors

- [@&#8203;hazemKrimi](https://redirect.github.com/hazemKrimi) made
their first contribution in
[https://github.com/syncthing/syncthing/pull/10092](https://redirect.github.com/syncthing/syncthing/pull/10092)
- [@&#8203;pullmerge](https://redirect.github.com/pullmerge) made their
first contribution in
[https://github.com/syncthing/syncthing/pull/10121](https://redirect.github.com/syncthing/syncthing/pull/10121)
- [@&#8203;ashishbhate](https://redirect.github.com/ashishbhate) made
their first contribution in
[https://github.com/syncthing/syncthing/pull/10105](https://redirect.github.com/syncthing/syncthing/pull/10105)
- [@&#8203;mrclmr](https://redirect.github.com/mrclmr) made their first
contribution in
[https://github.com/syncthing/syncthing/pull/10132](https://redirect.github.com/syncthing/syncthing/pull/10132)

**Full Changelog**:
https://github.com/syncthing/syncthing/compare/v1.29.6...v1.29.7

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-06-03 08:32:00 +02:00
TrueCharts Bot 462610826a chore(helm): update image docker.io/syncthing/syncthing 1.29.5 → 1.29.6 (#35137)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/syncthing/syncthing](https://syncthing.net)
([source](https://redirect.github.com/syncthing/syncthing)) | patch |
`1914ded` -> `82e1abb` |

---

> [!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

<details>
<summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary>

###
[`v1.29.6`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.6)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.5...v1.29.6)

#### What's Changed

- chore(lib): expose model methods to obtain progress by
[@&#8203;pixelspark](https://redirect.github.com/pixelspark) in
[https://github.com/syncthing/syncthing/pull/9886](https://redirect.github.com/syncthing/syncthing/pull/9886)
- feat(gui): explanation to options enabled or disabled per folder type
by [@&#8203;tomasz1986](https://redirect.github.com/tomasz1986) in
[https://github.com/syncthing/syncthing/pull/9367](https://redirect.github.com/syncthing/syncthing/pull/9367)
- fix(gui): validate device ID in canonical form (fixes
[#&#8203;7291](https://redirect.github.com/syncthing/syncthing/issues/7291))
by [@&#8203;mathias4833](https://redirect.github.com/mathias4833) in
[https://github.com/syncthing/syncthing/pull/10006](https://redirect.github.com/syncthing/syncthing/pull/10006)
- fix(config): remove discontinued primary STUN server (fixes
[#&#8203;10008](https://redirect.github.com/syncthing/syncthing/issues/10008))
by [@&#8203;marbens-arch](https://redirect.github.com/marbens-arch) in
[https://github.com/syncthing/syncthing/pull/10009](https://redirect.github.com/syncthing/syncthing/pull/10009)
- fix(stun): better error handling (ref
[#&#8203;10008](https://redirect.github.com/syncthing/syncthing/issues/10008))
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10010](https://redirect.github.com/syncthing/syncthing/pull/10010)
- chore(config): remove discontinued secondary STUN servers (fixes
[#&#8203;10011](https://redirect.github.com/syncthing/syncthing/issues/10011))
by [@&#8203;marbens-arch](https://redirect.github.com/marbens-arch) in
[https://github.com/syncthing/syncthing/pull/10012](https://redirect.github.com/syncthing/syncthing/pull/10012)
- chore(fs): speed up case normalization by
[@&#8203;bt90](https://redirect.github.com/bt90) in
[https://github.com/syncthing/syncthing/pull/10013](https://redirect.github.com/syncthing/syncthing/pull/10013)
- build(deps): update dependencies by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10020](https://redirect.github.com/syncthing/syncthing/pull/10020)
- feat(fs, config): add support for custom filesystem type construction
by [@&#8203;pixelspark](https://redirect.github.com/pixelspark) in
[https://github.com/syncthing/syncthing/pull/9887](https://redirect.github.com/syncthing/syncthing/pull/9887)
- build: replace underscore in Debian version by
[@&#8203;bt90](https://redirect.github.com/bt90) in
[https://github.com/syncthing/syncthing/pull/10032](https://redirect.github.com/syncthing/syncthing/pull/10032)
- chore(model): add metric for total number of conflicts by
[@&#8203;swenske](https://redirect.github.com/swenske) in
[https://github.com/syncthing/syncthing/pull/10037](https://redirect.github.com/syncthing/syncthing/pull/10037)
- fix(config): properly apply defaults when reading folder configuration
by [@&#8203;pixelspark](https://redirect.github.com/pixelspark) in
[https://github.com/syncthing/syncthing/pull/10034](https://redirect.github.com/syncthing/syncthing/pull/10034)
- fix(config): zero filesystemtype is "basic" by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10038](https://redirect.github.com/syncthing/syncthing/pull/10038)
- build: push artifacts to Azure by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10044](https://redirect.github.com/syncthing/syncthing/pull/10044)
- chore(config): resolve primary STUN servers via SRV record by
[@&#8203;bt90](https://redirect.github.com/bt90) in
[https://github.com/syncthing/syncthing/pull/10031](https://redirect.github.com/syncthing/syncthing/pull/10031)
- chore(fs): changes to allow Filesystem to be implemented externally by
[@&#8203;pixelspark](https://redirect.github.com/pixelspark) in
[https://github.com/syncthing/syncthing/pull/10040](https://redirect.github.com/syncthing/syncthing/pull/10040)
- fix(strings): differentiate setup(n) and set(v) up by
[@&#8203;systemcrash](https://redirect.github.com/systemcrash) in
[https://github.com/syncthing/syncthing/pull/10024](https://redirect.github.com/syncthing/syncthing/pull/10024)
- fix(gui): mark unseen disconnected devices as inactive by
[@&#8203;tomasz1986](https://redirect.github.com/tomasz1986) in
[https://github.com/syncthing/syncthing/pull/10048](https://redirect.github.com/syncthing/syncthing/pull/10048)
- fix(syncthing): use separate lock file instead of locking the
certificate (fixes
[#&#8203;10053](https://redirect.github.com/syncthing/syncthing/issues/10053))
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10054](https://redirect.github.com/syncthing/syncthing/pull/10054)
- feat(api, gui): allow authentication bypass for metrics by
[@&#8203;swenske](https://redirect.github.com/swenske) in
[https://github.com/syncthing/syncthing/pull/10045](https://redirect.github.com/syncthing/syncthing/pull/10045)
- chore: add missing copyright in new files from infra branch by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10055](https://redirect.github.com/syncthing/syncthing/pull/10055)
- fix(osutil): give threads same I/O priority on Linux by
[@&#8203;TheCreeper](https://redirect.github.com/TheCreeper) in
[https://github.com/syncthing/syncthing/pull/10063](https://redirect.github.com/syncthing/syncthing/pull/10063)
- chore(syncthing): remove support for TLS 1.2 sync connections by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[https://github.com/syncthing/syncthing/pull/10064](https://redirect.github.com/syncthing/syncthing/pull/10064)
- chore(gui): update dependency copyrights, add script for periodic
maintenance by [@&#8203;rasa](https://redirect.github.com/rasa) in
[https://github.com/syncthing/syncthing/pull/10067](https://redirect.github.com/syncthing/syncthing/pull/10067)
- chore(api): log X-Forwarded-For by
[@&#8203;bt90](https://redirect.github.com/bt90) in
[https://github.com/syncthing/syncthing/pull/10035](https://redirect.github.com/syncthing/syncthing/pull/10035)
- feat(config): add option for audit file (fixes
[#&#8203;9481](https://redirect.github.com/syncthing/syncthing/issues/9481))
by [@&#8203;marbens-arch](https://redirect.github.com/marbens-arch) in
[https://github.com/syncthing/syncthing/pull/10066](https://redirect.github.com/syncthing/syncthing/pull/10066)
- chore(gui): use go list --deps for dependency list by
[@&#8203;rasa](https://redirect.github.com/rasa) in
[https://github.com/syncthing/syncthing/pull/10071](https://redirect.github.com/syncthing/syncthing/pull/10071)
- fix(strelaysrv): make the session limiter session-dependent (fixes
[#&#8203;10072](https://redirect.github.com/syncthing/syncthing/issues/10072))
by [@&#8203;szu17dmy](https://redirect.github.com/szu17dmy) in
[https://github.com/syncthing/syncthing/pull/10073](https://redirect.github.com/syncthing/syncthing/pull/10073)

#### New Contributors

- [@&#8203;marbens-arch](https://redirect.github.com/marbens-arch) made
their first contribution in
[https://github.com/syncthing/syncthing/pull/10009](https://redirect.github.com/syncthing/syncthing/pull/10009)
- [@&#8203;swenske](https://redirect.github.com/swenske) made their
first contribution in
[https://github.com/syncthing/syncthing/pull/10037](https://redirect.github.com/syncthing/syncthing/pull/10037)
- [@&#8203;systemcrash](https://redirect.github.com/systemcrash) made
their first contribution in
[https://github.com/syncthing/syncthing/pull/10024](https://redirect.github.com/syncthing/syncthing/pull/10024)
- [@&#8203;TheCreeper](https://redirect.github.com/TheCreeper) made
their first contribution in
[https://github.com/syncthing/syncthing/pull/10063](https://redirect.github.com/syncthing/syncthing/pull/10063)
- [@&#8203;szu17dmy](https://redirect.github.com/szu17dmy) made their
first contribution in
[https://github.com/syncthing/syncthing/pull/10073](https://redirect.github.com/syncthing/syncthing/pull/10073)

**Full Changelog**:
https://github.com/syncthing/syncthing/compare/v1.29.5...v1.29.6

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-05-07 14:30:08 +02:00
TrueCharts Bot 1294da2f0b chore(helm): update image docker.io/syncthing/syncthing 1.29.4 → 1.29.5 (#34296)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/syncthing/syncthing](https://syncthing.net)
([source](https://redirect.github.com/syncthing/syncthing)) | patch |
`648640e` -> `1914ded` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary>

###
[`v1.29.5`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.5)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.4...v1.29.5)

**Full Changelog**:
https://github.com/syncthing/syncthing/compare/v1.29.4...v1.29.5

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-12 20:30:54 +02:00
TrueCharts-Bot 81131bc7f2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-10 00:14:10 +00:00
Kjeld Schouten b3c027f0c8 fix(clustertool): new round of indent fixes 2025-04-09 15:15:50 +02:00
Kjeld Schouten d5e6babdf8 chore: manual genmeta 2025-04-09 15:05:44 +02:00
Kjeld Schouten f8e33766bf feat(common): remove portal and ensure appUrl is used for notes.txt (#34047)
**Description**

This removes old portal references (from truenas times) from common and
notes.txt
Also ensures chartContext is used for notes.txt

Technically breaking in case any down-stream users use portal
configmap/data

⚒️ Fixes  #31880

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-04-07 22:04:57 +02:00
TrueCharts-Bot 2fce051aaa Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-07 18:59:06 +00:00
TrueCharts-Bot 76732478b2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-07 18:08:30 +00:00
TrueCharts Bot 95f9cae28a chore(helm): update image docker.io/syncthing/syncthing 1.29.3 → 1.29.4 (#33878)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/syncthing/syncthing](https://syncthing.net)
([source](https://redirect.github.com/syncthing/syncthing)) | patch |
`59580c7` -> `648640e` |

---

> [!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

<details>
<summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary>

###
[`v1.29.4`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.4)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.3...v1.29.4)

v1.29.4

Bugfixes:

-
[#&#8203;9990](https://redirect.github.com/syncthing/syncthing/issues/9990):
Tildes break directory autocomplete

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-03 14:51:41 +02:00
TrueCharts Bot 5971ea855a chore(helm): update image docker.io/syncthing/syncthing 1.29.2 → 1.29.3 (#33273)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/syncthing/syncthing](https://syncthing.net)
([source](https://redirect.github.com/syncthing/syncthing)) | patch |
`3f5c977` -> `59580c7` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary>

###
[`v1.29.3`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.3)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.2...v1.29.3)

v1.29.3

Bugfixes:

-
[#&#8203;9929](https://redirect.github.com/syncthing/syncthing/issues/9929):
Unintelligible error message "setting metadata: lookup failed"

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-17 13:16:46 +00:00
TrueCharts Bot f9718aaf9e chore(helm): update chart common to v25.4.10 (#31268)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.4.4` ->
`25.4.10` |
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.3.1` ->
`25.4.10` |
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.2.6` ->
`25.4.10` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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 these
updates again.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciIsInR5cGUvcGF0Y2giXX0=-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-27 12:38:18 +01:00
TrueCharts Bot 836c4134f2 chore(helm): update chart common 25.3.1 → 25.4.4 (#30594)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.3.1` ->
`25.4.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-25 11:07:55 +01:00
TrueCharts Bot de2668536e chore(helm): update image docker.io/syncthing/syncthing 1.29.1 → 1.29.2 (#31074)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/syncthing/syncthing](https://syncthing.net)
([source](https://redirect.github.com/syncthing/syncthing)) | patch |
`982cac0` -> `3f5c977` |

---

> [!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

<details>
<summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary>

###
[`v1.29.2`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.2)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.1...v1.29.2)

v1.29.2

Bugfixes:

-
[#&#8203;9913](https://redirect.github.com/syncthing/syncthing/issues/9913):
panic: string field contains invalid UTF-8 \[recovered]

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-24 14:18:13 +01:00
TrueCharts Bot b8a8cfb851 chore(helm): update image docker.io/syncthing/syncthing 1.28.1 → 1.29.1 (#30775)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/syncthing/syncthing](https://syncthing.net)
([source](https://redirect.github.com/syncthing/syncthing)) | minor |
`289b4ca` -> `982cac0` |

---

> [!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

<details>
<summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary>

###
[`v1.29.1`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.1)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.0...v1.29.1)

v1.29.1

Bugfixes:

-
[#&#8203;9904](https://redirect.github.com/syncthing/syncthing/issues/9904):
The browse API response has changed as of Syncthing v1.29.0
-
[#&#8203;9906](https://redirect.github.com/syncthing/syncthing/issues/9906):
Deadlocks randomly, occasionally
-
[#&#8203;9907](https://redirect.github.com/syncthing/syncthing/issues/9907):
The response of "pending" APIs has changed as of Syncthing v1.29.0
-
[#&#8203;9909](https://redirect.github.com/syncthing/syncthing/issues/9909):
Login into UI (Browser) not working anymore

###
[`v1.29.0`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.0)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v1.28.1...v1.29.0)

v1.29.0

Bugfixes:

-
[#&#8203;9855](https://redirect.github.com/syncthing/syncthing/issues/9855):
GUI address unix socket broken
-
[#&#8203;9872](https://redirect.github.com/syncthing/syncthing/issues/9872):
When socket files are in a folder that needs to be synced on linux, some
files were not synced until the socket files were removed
-
[#&#8203;9875](https://redirect.github.com/syncthing/syncthing/issues/9875):
Clarify log message for ignored folders

Other issues:

-
[#&#8203;9870](https://redirect.github.com/syncthing/syncthing/issues/9870):
Fails with Go 1.24: runtime go1.24rc1 not found in compat.yaml

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-01-10 08:56:25 +01:00
TrueCharts Bot 29122ab3d0 chore(helm): update chart common 25.2.5 → 25.3.1 (#30462)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.2.5` ->
`25.3.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NC4xIiwidXBkYXRlZEluVmVyIjoiMzkuODQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-12-30 15:44:04 +02:00
TrueCharts Bot 36b91b5aa4 chore(helm): update chart common 25.2.4 → 25.2.5 (#30408)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.4` ->
`25.2.5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-12-29 14:20:05 +01:00
TrueCharts Bot 9dd3627c8b chore(helm): update chart common 25.2.2 → 25.2.4 (#30345)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.2` ->
`25.2.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2024-12-28 12:33:04 +02:00
TrueCharts Bot 5d3ff8ed26 chore(helm): update chart common to v25.2.2 (#29971)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.1.7` ->
`25.2.2` |
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.0` ->
`25.2.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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 these
updates again.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciIsInR5cGUvcGF0Y2giXX0=-->
2024-12-27 20:37:58 +02:00
TrueCharts Bot 211d02323d chore(helm): update image docker.io/syncthing/syncthing 1.28.0 → 1.28.1 (#30111) 2024-12-27 13:14:06 +01:00
TrueCharts Bot 218212f2cc chore(helm): update chart common 25.1.5 → 25.1.7 (#29017)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.1.5` ->
`25.1.7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-12 10:37:04 +01:00
TrueCharts-Bot b70a504cf2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-11-03 23:50:11 +00:00
Kjeld Schouten d25d00b9c2 fix(website): remove references to deprecated guides 2024-11-04 00:42:33 +01:00
TrueCharts Bot 87cd1e0ffc chore(helm): update chart common 25.1.0 → 25.1.5 (#28377)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.1.0` ->
`25.1.5` |

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzEuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2024-10-27 20:11:25 +01:00
Kjeld Schouten d9eb4a96dd chore(charts): explicitly reference docker.io (#28025)
**Description**
This ensures docker.io is explicitly referenced as a container source,
instead of relying on container-engine defaults

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-10-19 12:44:34 +02:00
TrueCharts Bot 37bd2b67d5 chore(helm): update chart common 25.0.0 → 25.1.0 by renovate (#27948)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.0.0` ->
`25.1.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2024-10-18 14:11:39 +02:00
TrueCharts Bot ff863a813a chore(container): update image syncthing/syncthing to v1 by renovate (#27783)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [syncthing/syncthing](https://syncthing.net)
([source](https://redirect.github.com/syncthing/syncthing)) | minor |
`5fb5438` -> `30b6a53` |

---

> [!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

<details>
<summary>syncthing/syncthing (syncthing/syncthing)</summary>

###
[`v1.28.0`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.28.0)

[Compare
Source](https://redirect.github.com/syncthing/syncthing/compare/v1.27.12...v1.28.0)

Bugfixes:

-
[#&#8203;9597](https://redirect.github.com/syncthing/syncthing/issues/9597):
Filenames with extended characters not ignored correctly on macOS
-
[#&#8203;9668](https://redirect.github.com/syncthing/syncthing/issues/9668):
The Web UI defaults to Filipino on Finnish browsers.
-
[#&#8203;9670](https://redirect.github.com/syncthing/syncthing/issues/9670):
lib/api: /svc/lang disregards the passed quality values
-
[#&#8203;9719](https://redirect.github.com/syncthing/syncthing/issues/9719):
Unable to establish/maintain multiple connections due to connection
priority error

Enhancements:

-
[#&#8203;9715](https://redirect.github.com/syncthing/syncthing/issues/9715):
Lower the log level of "already connected to this device" to DEBUG (is:
INFO)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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.

---

- [x] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->

Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-10-16 20:26:19 +02:00