chore(deps): update container image jeessy/ddns-go to v6.6.0@61154e6 by renovate (#22244)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | minor | `v6.5.0` -> `v6.6.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jeessy2/ddns-go (jeessy/ddns-go)</summary> ### [`v6.6.0`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.6.0) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.5.0...v6.6.0) #### Changelog - [`15e6cb0`](https://togithub.com/jeessy2/ddns-go/commit/15e6cb0) Update messages.go ([#​1115](https://togithub.com/jeessy2/ddns-go/issues/1115)) - [`11358ae`](https://togithub.com/jeessy2/ddns-go/commit/11358ae) build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 ([#​1103](https://togithub.com/jeessy2/ddns-go/issues/1103)) - [`b67e0fe`](https://togithub.com/jeessy2/ddns-go/commit/b67e0fe) build(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 ([#​1102](https://togithub.com/jeessy2/ddns-go/issues/1102)) - [`354c53f`](https://togithub.com/jeessy2/ddns-go/commit/354c53f) chore(dns): log only the root domain if not found in provider ([#​1118](https://togithub.com/jeessy2/ddns-go/issues/1118)) - [`eda1050`](https://togithub.com/jeessy2/ddns-go/commit/eda1050) feat: reset password ([#​1119](https://togithub.com/jeessy2/ddns-go/issues/1119)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 6.5.0
|
||||
appVersion: 6.6.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.0
|
||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.webp
|
||||
keywords:
|
||||
- ddns-go
|
||||
- ddns
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go
|
||||
- https://hub.docker.com/r/jeessy/ddns-go
|
||||
type: application
|
||||
version: 11.0.5
|
||||
version: 11.1.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: jeessy/ddns-go
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v6.5.0@sha256:6a59ec4717735c13a854a2f84118fec8e849d7b99015a67e7e9299a5b3f21428
|
||||
tag: v6.6.0@sha256:61154e6a29219871153c25833a0d98275ac1e262071afa5efb02e59ef2c26ee0
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user