chore(helm): update image docker.io/qmcgaw/ddns-updater v2.8.1 → v2.8.2 (#29685)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/qmcgaw/ddns-updater](https://redirect.github.com/qdm12/ddns-updater) | patch | `e4af337` -> `57afd14` | --- > [!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.8.2`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.8.2) [Compare Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.8.2...v2.8.2) ##### 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)) - NoIP: handle response body messages before checking HTTP status code - 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 - GoIP: fix domain field documentation - 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 ### [`v2.8.2`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.8.2) [Compare Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.8.1...v2.8.2) ##### 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)) - NoIP: handle response body messages before checking HTTP status code - 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 - GoIP: fix domain field documentation - 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 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.8.1
|
||||
appVersion: 2.8.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.7
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater
|
||||
- https://hub.docker.com/r/qmcgaw/ddns-updater
|
||||
type: application
|
||||
version: 11.4.2
|
||||
version: 11.4.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/qmcgaw/ddns-updater
|
||||
tag: v2.8.1@sha256:e4af3370c9fd7b7b45cacbe318cf033621340896b38c7de42547b9bacd106985
|
||||
tag: v2.8.2@sha256:57afd145775a9a3c639e7e51afc49933e6c0c1a04c95ba063107912428ece29f
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user