This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/syncthing/syncthing](https://syncthing.net) ([source](https://redirect.github.com/syncthing/syncthing)) | minor | `4a96139` → `7c60eb0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.1.0`](https://redirect.github.com/syncthing/syncthing/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v2.0.16...v2.1.0) #### Major changes in 2.1 - Devices and folders can now be grouped in the GUI by setting the new `group` attribute. - HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable `all_proxy=https://...`). - Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the `blockIndexing` attribute on folder configuration). - GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The `sessionCookieDurationS` and `sessionCookiePath` attributes in the GUI configuration.) This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.1.0` or `ghcr.io/syncthing/syncthing:2.1.0` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(stdiscosrv): close file descriptor on flush error in write by [@​cuiweixie](https://redirect.github.com/cuiweixie) in [#​10615](https://redirect.github.com/syncthing/syncthing/pull/10615) - fix(gui): disable autocomplete for folder password by [@​bt90](https://redirect.github.com/bt90) in [#​10342](https://redirect.github.com/syncthing/syncthing/pull/10342) - fix(protocol): limit size of incoming request messages by [@​calmh](https://redirect.github.com/calmh) in [#​10629](https://redirect.github.com/syncthing/syncthing/pull/10629) - fix(gui): don't show local device under remote devices (ref [#​10563](https://redirect.github.com/syncthing/syncthing/issues/10563)) by [@​maen-bn](https://redirect.github.com/maen-bn) in [#​10631](https://redirect.github.com/syncthing/syncthing/pull/10631) - fix(gui): order folders alphabetically and ensure local device stays hidden (ref [#​10563](https://redirect.github.com/syncthing/syncthing/issues/10563), ref [#​10631](https://redirect.github.com/syncthing/syncthing/issues/10631)) by [@​maen-bn](https://redirect.github.com/maen-bn) in [#​10637](https://redirect.github.com/syncthing/syncthing/pull/10637) - fix(gui): fallback to folder ID when label is empty in remove dialog by [@​RealCharlesChia](https://redirect.github.com/RealCharlesChia) in [#​10657](https://redirect.github.com/syncthing/syncthing/pull/10657) - fix(gui): fix tabs visually disabled but still clickable during ignore patterns setup (fixes [#​10634](https://redirect.github.com/syncthing/syncthing/issues/10634)) by [@​JRNitre](https://redirect.github.com/JRNitre) in [#​10651](https://redirect.github.com/syncthing/syncthing/pull/10651) - fix(strelaysrv): properly use bind address for outgoing requests (fixes [#​10658](https://redirect.github.com/syncthing/syncthing/issues/10658)) by [@​calmh](https://redirect.github.com/calmh) in [#​10659](https://redirect.github.com/syncthing/syncthing/pull/10659) - fix(stdiscosrv): only read certificate proxy headers with --http by [@​calmh](https://redirect.github.com/calmh) in [#​10674](https://redirect.github.com/syncthing/syncthing/pull/10674) ##### Features - feat(gui, config): support simple folder grouping (fixes [#​2070](https://redirect.github.com/syncthing/syncthing/issues/2070)) by [@​maen-bn](https://redirect.github.com/maen-bn) in [#​10563](https://redirect.github.com/syncthing/syncthing/pull/10563) - feat: make http session cookie path & duration configurable by [@​vvaswani](https://redirect.github.com/vvaswani) in [#​10632](https://redirect.github.com/syncthing/syncthing/pull/10632) - feat(dialer): add HTTP/HTTPS proxy support via CONNECT by [@​luizluca](https://redirect.github.com/luizluca) in [#​10572](https://redirect.github.com/syncthing/syncthing/pull/10572) - feat: make block indexing configurable by [@​calmh](https://redirect.github.com/calmh) in [#​10608](https://redirect.github.com/syncthing/syncthing/pull/10608) ##### Other - chore: remove tracking inode change time by [@​calmh](https://redirect.github.com/calmh) in [#​10579](https://redirect.github.com/syncthing/syncthing/pull/10579) - build(deps): temporarily switch to fork of gateway discovery library (fixes [#​10593](https://redirect.github.com/syncthing/syncthing/issues/10593)) by [@​marbens-arch](https://redirect.github.com/marbens-arch) in [#​10594](https://redirect.github.com/syncthing/syncthing/pull/10594) - build: extract github.ref\_name expression to env mapping by [@​dagecko](https://redirect.github.com/dagecko) in [#​10624](https://redirect.github.com/syncthing/syncthing/pull/10624) - build: pin 20 third-party actions to immutable commit SHAs by [@​dagecko](https://redirect.github.com/dagecko) in [#​10625](https://redirect.github.com/syncthing/syncthing/pull/10625) - build: have dependabot group PRs and use cooldown by [@​calmh](https://redirect.github.com/calmh) in [#​10630](https://redirect.github.com/syncthing/syncthing/pull/10630) - chore: trivial fixes by [@​calmh](https://redirect.github.com/calmh) in [#​10650](https://redirect.github.com/syncthing/syncthing/pull/10650) - chore(model): more efficient tracking of renames during scan by [@​calmh](https://redirect.github.com/calmh) in [#​10653](https://redirect.github.com/syncthing/syncthing/pull/10653) - chore(model): deflake cluster config tests by [@​calmh](https://redirect.github.com/calmh) in [#​10662](https://redirect.github.com/syncthing/syncthing/pull/10662) - chore(model): deflake TestCompletionEmptyGlobal by [@​calmh](https://redirect.github.com/calmh) in [#​10663](https://redirect.github.com/syncthing/syncthing/pull/10663) - chore(scanner): deflake TestStopWalk by [@​calmh](https://redirect.github.com/calmh) in [#​10664](https://redirect.github.com/syncthing/syncthing/pull/10664) - build: parallelise linux builds slightly by [@​calmh](https://redirect.github.com/calmh) in [#​10666](https://redirect.github.com/syncthing/syncthing/pull/10666) - chore(api): deflake TestHTTPLogin on Windows by [@​calmh](https://redirect.github.com/calmh) in [#​10667](https://redirect.github.com/syncthing/syncthing/pull/10667) - chore(api): use ldap package escape functions by [@​calmh](https://redirect.github.com/calmh) in [#​10672](https://redirect.github.com/syncthing/syncthing/pull/10672) - build: only run the periodic build jobs in the syncthing org by [@​calmh](https://redirect.github.com/calmh) in [#​10675](https://redirect.github.com/syncthing/syncthing/pull/10675) - build(deps): update dependencies by [@​calmh](https://redirect.github.com/calmh) in [#​10683](https://redirect.github.com/syncthing/syncthing/pull/10683) - chore(model): slightly improve handling of pulling empty blocks by [@​calmh](https://redirect.github.com/calmh) in [#​10679](https://redirect.github.com/syncthing/syncthing/pull/10679) - chore(gui): upgrade jQuery to 3.7.1 to fix CVE-2020-11022, CVE-2020-11023, CVE-2015-9251 by [@​Umer-Azaz](https://redirect.github.com/Umer-Azaz) in [#​10673](https://redirect.github.com/syncthing/syncthing/pull/10673) - chore(fs): remove unused SymlinksSupported() method by [@​calmh](https://redirect.github.com/calmh) in [#​10684](https://redirect.github.com/syncthing/syncthing/pull/10684) #### New Contributors - [@​cuiweixie](https://redirect.github.com/cuiweixie) made their first contribution in [#​10615](https://redirect.github.com/syncthing/syncthing/pull/10615) - [@​dagecko](https://redirect.github.com/dagecko) made their first contribution in [#​10624](https://redirect.github.com/syncthing/syncthing/pull/10624) - [@​maen-bn](https://redirect.github.com/maen-bn) made their first contribution in [#​10563](https://redirect.github.com/syncthing/syncthing/pull/10563) - [@​RealCharlesChia](https://redirect.github.com/RealCharlesChia) made their first contribution in [#​10657](https://redirect.github.com/syncthing/syncthing/pull/10657) - [@​JRNitre](https://redirect.github.com/JRNitre) made their first contribution in [#​10651](https://redirect.github.com/syncthing/syncthing/pull/10651) - [@​vvaswani](https://redirect.github.com/vvaswani) made their first contribution in [#​10632](https://redirect.github.com/syncthing/syncthing/pull/10632) - [@​luizluca](https://redirect.github.com/luizluca) made their first contribution in [#​10572](https://redirect.github.com/syncthing/syncthing/pull/10572) - [@​Umer-Azaz](https://redirect.github.com/Umer-Azaz) made their first contribution in [#​10673](https://redirect.github.com/syncthing/syncthing/pull/10673) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.16...v2.1.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zeW5jdGhpbmciLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, by the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on the AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in that folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0