This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/qmcgaw/ddns-updater](https://redirect.github.com/qdm12/ddns-updater) | minor | `57afd14` -> `ed73f1f` | --- > [!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>qdm12/ddns-updater (docker.io/qmcgaw/ddns-updater)</summary> ### [`v2.9.0`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.9.0) [Compare Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.9.0...v2.9.0) ##### 🎄 🎅 🎁 Merry Christmas 🎁🎅 🎄 ##### Features - Support for `domene.shop` ([#​810](https://redirect.github.com/qdm12/ddns-updater/issues/810)) - Support for `loopia.se` ([#​842](https://redirect.github.com/qdm12/ddns-updater/issues/842)) - Support for `vultr.com` ([#​829](https://redirect.github.com/qdm12/ddns-updater/issues/829)) - Support `myaddr.tools` ([#​885](https://redirect.github.com/qdm12/ddns-updater/issues/885)) - Support for `namesilo.com` ([#​866](https://redirect.github.com/qdm12/ddns-updater/issues/866)) - Custom provider: allow empty ipv4 and ipv6 keys (see issue [#​875](https://redirect.github.com/qdm12/ddns-updater/issues/875)) - Possibility to run health server outside Docker and to disable it in a container - disable health server if the health listening address:port is empty - default health listening address:port to the empty string - Docker default health listening address:port to 127.0.0.1:9999 ##### Fixes - Common update mechanism: - do not update if public IP address is within multiple IP addresses resolved - IPv6 hostname resolution fixed (it was previously only resolving IPv4) - Porkbun: - update API endpoint ([#​837](https://redirect.github.com/qdm12/ddns-updater/issues/837)) - delete default parked DNS entries if needed ([#​774](https://redirect.github.com/qdm12/ddns-updater/issues/774)) - delete default `@` ALIAS entry when creating a record for the root domain or the wildcard domain - delete default `*` CNAME entry when creating a record for the wildcard domain - Gandi.net: - update API endpoint - leave ttl unmodified if the user does not specify it - DonDominio: wildcard support fixed - Netcup.de: allow wildcard domains ([#​863](https://redirect.github.com/qdm12/ddns-updater/issues/863)) - GCP: prevent crash for missing record ([#​846](https://redirect.github.com/qdm12/ddns-updater/issues/846)) - New file/directory permissions fixed given umask (see [#​813](https://redirect.github.com/qdm12/ddns-updater/issues/813) for more details) - remove bad calculation of "our own" umask - remove umask "union effect" - do not touch system umask unless `UMASK` is set - set system umask only if `UMASK` is set - NoIP: handle response body messages before checking HTTP status code - Log: use go-chi realip middleware ([#​874](https://redirect.github.com/qdm12/ddns-updater/issues/874)) - Trim space and lower case all HTTP response 'plain' bodies - OVH: handling of invalid JSON error bodies fixed - Aliyun: error context fixed when handling bad request errors ##### Documentation - Readme: specify duckdns and goip are handled differently for multiple domains - GoIP: fix domain field documentation and add domain examples - eTLD must be goip.de or goip.it, not eTLD+1 - remove old `domain` optional parameter documentation - DuckDNS: fix domain documentation on eTLD being duckdns.org and add domain examples ##### Maintenance ##### Code quality - do not re-check the owner is not empty within provider specific code - format code using `gofumpt` - Upgrade linter from v1.56.2 to v1.61.0 - add new linters fatcontext, intrange and mirror - `internal/update`: use newer `LookupNetIP` resolver function to use `netip.Addr` directly ##### Dependencies - Upgrade Go from 1.22 to 1.23 - Bump github.com/breml/rootcerts from 0.2.18 to 0.2.19 ([#​870](https://redirect.github.com/qdm12/ddns-updater/issues/870)) - Bump golang.org/x/net from 0.29.0 to 0.31.0 - Bump github.com/qdm12/gosettings from 0.4.4-rc1 to 0.4.4 - Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 - Bump golang.org/x/mod from 0.21.0 to 0.22.0 - Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 ([#​881](https://redirect.github.com/qdm12/ddns-updater/issues/881)) - Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#​871](https://redirect.github.com/qdm12/ddns-updater/issues/871)) ##### CI - Bump DavidAnson/markdownlint-cli2-action from 17 to 18 ##### Development setup - change field source.organizeImports from true to "always" - migrate docker-compose.yml settings to devcontainer.json for codespaces support - update devcontainer readme - pin `qmcgaw/godevcontainer` image tag to v0.20-alpine ### [`v2.9.0`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.9.0) [Compare Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.8.2...v2.9.0) ##### 🎄 🎅 🎁 Merry Christmas 🎁🎅 🎄 ##### Features - Support for `domene.shop` ([#​810](https://redirect.github.com/qdm12/ddns-updater/issues/810)) - Support for `loopia.se` ([#​842](https://redirect.github.com/qdm12/ddns-updater/issues/842)) - Support for `vultr.com` ([#​829](https://redirect.github.com/qdm12/ddns-updater/issues/829)) - Support `myaddr.tools` ([#​885](https://redirect.github.com/qdm12/ddns-updater/issues/885)) - Support for `namesilo.com` ([#​866](https://redirect.github.com/qdm12/ddns-updater/issues/866)) - Custom provider: allow empty ipv4 and ipv6 keys (see issue [#​875](https://redirect.github.com/qdm12/ddns-updater/issues/875)) - Possibility to run health server outside Docker and to disable it in a container - disable health server if the health listening address:port is empty - default health listening address:port to the empty string - Docker default health listening address:port to 127.0.0.1:9999 ##### Fixes - Common update mechanism: - do not update if public IP address is within multiple IP addresses resolved - IPv6 hostname resolution fixed (it was previously only resolving IPv4) - Porkbun: - update API endpoint ([#​837](https://redirect.github.com/qdm12/ddns-updater/issues/837)) - delete default parked DNS entries if needed ([#​774](https://redirect.github.com/qdm12/ddns-updater/issues/774)) - delete default `@` ALIAS entry when creating a record for the root domain or the wildcard domain - delete default `*` CNAME entry when creating a record for the wildcard domain - Gandi.net: - update API endpoint - leave ttl unmodified if the user does not specify it - DonDominio: wildcard support fixed - Netcup.de: allow wildcard domains ([#​863](https://redirect.github.com/qdm12/ddns-updater/issues/863)) - GCP: prevent crash for missing record ([#​846](https://redirect.github.com/qdm12/ddns-updater/issues/846)) - New file/directory permissions fixed given umask (see [#​813](https://redirect.github.com/qdm12/ddns-updater/issues/813) for more details) - remove bad calculation of "our own" umask - remove umask "union effect" - do not touch system umask unless `UMASK` is set - set system umask only if `UMASK` is set - NoIP: handle response body messages before checking HTTP status code - Log: use go-chi realip middleware ([#​874](https://redirect.github.com/qdm12/ddns-updater/issues/874)) - Trim space and lower case all HTTP response 'plain' bodies - OVH: handling of invalid JSON error bodies fixed - Aliyun: error context fixed when handling bad request errors ##### Documentation - Readme: specify duckdns and goip are handled differently for multiple domains - GoIP: fix domain field documentation and add domain examples - eTLD must be goip.de or goip.it, not eTLD+1 - remove old `domain` optional parameter documentation - DuckDNS: fix domain documentation on eTLD being duckdns.org and add domain examples ##### Maintenance ##### Code quality - do not re-check the owner is not empty within provider specific code - format code using `gofumpt` - Upgrade linter from v1.56.2 to v1.61.0 - add new linters fatcontext, intrange and mirror - `internal/update`: use newer `LookupNetIP` resolver function to use `netip.Addr` directly ##### Dependencies - Upgrade Go from 1.22 to 1.23 - Bump github.com/breml/rootcerts from 0.2.18 to 0.2.19 ([#​870](https://redirect.github.com/qdm12/ddns-updater/issues/870)) - Bump golang.org/x/net from 0.29.0 to 0.31.0 - Bump github.com/qdm12/gosettings from 0.4.4-rc1 to 0.4.4 - Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 - Bump golang.org/x/mod from 0.21.0 to 0.22.0 - Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 ([#​881](https://redirect.github.com/qdm12/ddns-updater/issues/881)) - Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#​871](https://redirect.github.com/qdm12/ddns-updater/issues/871)) ##### CI - Bump DavidAnson/markdownlint-cli2-action from 17 to 18 ##### Development setup - change field source.organizeImports from true to "always" - migrate docker-compose.yml settings to devcontainer.json for codespaces support - update devcontainer readme - pin `qmcgaw/godevcontainer` image tag to v0.20-alpine </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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 a 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 said 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