From af445fed8f8f38ce6abee9efc582157d8a8934d7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 17 Oct 2024 13:01:21 +0200 Subject: [PATCH] chore(container): update oci-image jeessy/ddns-go to v6 by renovate (#27867) 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://redirect.github.com/jeessy2/ddns-go) | patch | `41ecfec` -> `945849a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
jeessy2/ddns-go (jeessy/ddns-go) ### [`v6.7.2`](https://redirect.github.com/jeessy2/ddns-go/releases/tag/v6.7.2) [Compare Source](https://redirect.github.com/jeessy2/ddns-go/compare/v6.7.1...v6.7.2) #### Changelog - [`2c4d8a8`](https://redirect.github.com/jeessy2/ddns-go/commit/2c4d8a82f8539dad6244b11f0843afcee7b1aa39) fix: 安卓环境Go Time 固定UTC时区,通过时区获取偏移量修正时区 ([#​1284](https://redirect.github.com/jeessy2/ddns-go/issues/1284))
--- ### 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://redirect.github.com/renovatebot/renovate). --- charts/stable/ddns-go/Chart.yaml | 4 ++-- charts/stable/ddns-go/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index f6fe47c28fe..4dc22d05a92 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 6.7.1 +appVersion: 6.7.2 dependencies: - name: common version: 25.0.0 @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go - https://hub.docker.com/r/jeessy/ddns-go type: application -version: 12.3.1 +version: 12.3.2 diff --git a/charts/stable/ddns-go/values.yaml b/charts/stable/ddns-go/values.yaml index c515235089c..3043bd25021 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.7.1@sha256:41ecfec3b8349e90b78ae993588bdf6afab5f6466a79dd710e3fab40508b3439 + tag: v6.7.2@sha256:945849aa7ae0f9c63274812d4a90f935657e5b395e9b919a00d010980d8e19f6 securityContext: container: readOnlyRootFilesystem: false