From 6ecad52696e38dcfafd75502477d7db34b566482 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 11 Mar 2024 07:38:20 +0100 Subject: [PATCH] chore(deps): update container image jeessy/ddns-go to v6.2.1@a43508c by renovate (#19117) 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.1.2` -> `v6.2.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
jeessy2/ddns-go (jeessy/ddns-go) ### [`v6.2.1`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.2.1) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.2.0...v6.2.1) #### Changelog - [`9aee04b`](https://togithub.com/jeessy2/ddns-go/commit/9aee04b) fix(web): logging if no domain is entered ([#​1038](https://togithub.com/jeessy2/ddns-go/issues/1038)) ### [`v6.2.0`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.2.0) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.1.2...v6.2.0) #### Changelog - [`ea85383`](https://togithub.com/jeessy2/ddns-go/commit/ea85383) build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 ([#​1031](https://togithub.com/jeessy2/ddns-go/issues/1031)) - [`ae0f47f`](https://togithub.com/jeessy2/ddns-go/commit/ae0f47f) perf: check internet with DNS lookup ([#​1034](https://togithub.com/jeessy2/ddns-go/issues/1034))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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 2c44e218389..c94d6c936bf 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.1.2 +appVersion: 6.2.1 dependencies: - name: common version: 19.0.0 @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png 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: 10.4.1 +version: 10.5.0 diff --git a/charts/stable/ddns-go/values.yaml b/charts/stable/ddns-go/values.yaml index e61596a0c65..c4b0d4d9484 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.1.2@sha256:0c7b981126a7e4063d4aa7861d929c8b6bc1614b7961e1d396c9efaa2534fd8d + tag: v6.2.1@sha256:a43508c718a00a05f961df592c5cda375f0381f0d8be114654960f0fd2d21a1d securityContext: container: readOnlyRootFilesystem: false