chore(deps): update container image qmcgaw/ddns-updater to v2.6.1@a02ca81 by renovate (#23849)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [qmcgaw/ddns-updater](https://togithub.com/qdm12/ddns-updater) | patch | `v2.6.0` -> `v2.6.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>qdm12/ddns-updater (qmcgaw/ddns-updater)</summary> ### [`v2.6.1`](https://togithub.com/qdm12/ddns-updater/releases/tag/v2.6.1) [Compare Source](https://togithub.com/qdm12/ddns-updater/compare/v2.6.1...v2.6.1) ℹ️ This is a bugfix release built with fixes only on top of the v2.6.0 program ##### Fixes - `custom`: url building fixed ⚠️ - Web UI: IPs chronological order fixed (reverse) 🖱️ - IP echo: allow custom urls for http ip providers - `inwx`: allow wildcard hosts - `ionos`: wildcard handling - `name.com` - update root domain record fixed - detect existing root domain records - `noip` - IPv6 handling fixed - handle `useproviderip` set to true correctly - `porkbun`: wildcard update fixed ### [`v2.6.1`](https://togithub.com/qdm12/ddns-updater/releases/tag/v2.6.1) [Compare Source](https://togithub.com/qdm12/ddns-updater/compare/v2.6.0...v2.6.1) ℹ️ This is a bugfix release built with fixes only on top of the v2.6.0 program ##### Fixes - `custom`: url building fixed ⚠️ - Web UI: IPs chronological order fixed (reverse) 🖱️ - IP echo: allow custom urls for http ip providers - `inwx`: allow wildcard hosts - `ionos`: wildcard handling - `name.com` - update root domain record fixed - detect existing root domain records - `noip` - IPv6 handling fixed - handle `useproviderip` set to true correctly - `porkbun`: wildcard update fixed </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
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.6.0
|
||||
appVersion: 2.6.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.2
|
||||
@@ -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.1.2
|
||||
version: 11.1.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: qmcgaw/ddns-updater
|
||||
tag: v2.6.0@sha256:e1bc0c878a781fa5fdb12032d1b748547db6d1b10d3acc7f5f42630105a44a42
|
||||
tag: v2.6.1@sha256:a02ca8171e52b78a249dc3d908136081814c0d2897956518d104ea866dc32341
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user