chore(deps): update container image qmcgaw/ddns-updater to v2.8.1@e4af337 by renovate (#26701)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [qmcgaw/ddns-updater](https://redirect.github.com/qdm12/ddns-updater) | patch | `v2.8.0` -> `v2.8.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.8.1`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.8.1) [Compare Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.8.1...v2.8.1) ##### Fixes - 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 ### [`v2.8.1`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.8.1) [Compare Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.8.0...v2.8.1) ##### Fixes - 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 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45MS4yIiwidXBkYXRlZEluVmVyIjoiMzguOTEuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
8c5112d3ad
commit
4479a3f0b0
|
@ -6,7 +6,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.8.0
|
appVersion: 2.8.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.16
|
version: 24.1.16
|
||||||
|
@ -32,4 +32,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater
|
- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater
|
||||||
- https://hub.docker.com/r/qmcgaw/ddns-updater
|
- https://hub.docker.com/r/qmcgaw/ddns-updater
|
||||||
type: application
|
type: application
|
||||||
version: 11.3.0
|
version: 11.3.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: qmcgaw/ddns-updater
|
repository: qmcgaw/ddns-updater
|
||||||
tag: v2.8.0@sha256:9103e5cc6662949683bc5516c41f8aea794f708b92855f1c5e22157443586bbd
|
tag: v2.8.1@sha256:e4af3370c9fd7b7b45cacbe318cf033621340896b38c7de42547b9bacd106985
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Reference in New Issue