From e55c59f7828a6005a738c9979db52cd58732eae7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 19 May 2024 14:34:43 +0200 Subject: [PATCH] chore(deps): update container image jeessy/ddns-go to v6.6.0@61154e6 by renovate (#22244) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
jeessy2/ddns-go (jeessy/ddns-go) ### [`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))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/ddns-go/Chart.yaml | 6 +++--- charts/stable/ddns-go/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index 40aefde571c..14f9b29a314 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -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 diff --git a/charts/stable/ddns-go/values.yaml b/charts/stable/ddns-go/values.yaml index aa9d39e524d..c51af8842bc 100644 --- a/charts/stable/ddns-go/values.yaml +++ b/charts/stable/ddns-go/values.yaml @@ -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