chore(deps): update container image jeessy/ddns-go to v6.0.2@02e7174 by renovate (#17220)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | major | `v5.7.1` -> `v6.0.2` | --- > [!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.0.2`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.0.2) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.0.1...v6.0.2) #### Changelog - [`01d3f4d`](https://togithub.com/jeessy2/ddns-go/commit/01d3f4d) fix(web): correctly display new logs when the same log appear multiple times ([#​974](https://togithub.com/jeessy2/ddns-go/issues/974)) - [`20f1b29`](https://togithub.com/jeessy2/ddns-go/commit/20f1b29) revert: golang 1.20 ([#​977](https://togithub.com/jeessy2/ddns-go/issues/977)) ### [`v6.0.1`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.0.1) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.0.0...v6.0.1) #### Changelog - [`1a3cd4e`](https://togithub.com/jeessy2/ddns-go/commit/1a3cd4e) fix: display the error logs first ([#​973](https://togithub.com/jeessy2/ddns-go/issues/973)) ### [`v6.0.0`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.0.0) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v5.7.1...v6.0.0) #### Changelog - [`76c0bec`](https://togithub.com/jeessy2/ddns-go/commit/76c0bec) build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 ([#​965](https://togithub.com/jeessy2/ddns-go/issues/965)) - [`826f7a0`](https://togithub.com/jeessy2/ddns-go/commit/826f7a0) feat: Change the default language for self-update to English ([#​970](https://togithub.com/jeessy2/ddns-go/issues/970)) - [`8b508c6`](https://togithub.com/jeessy2/ddns-go/commit/8b508c6) feat: Reduce password strength verification when using on the intranet ([#​966](https://togithub.com/jeessy2/ddns-go/issues/966)) - [`7c69aa1`](https://togithub.com/jeessy2/ddns-go/commit/7c69aa1) feat: gomod v5 to v6 & upgrade golang to 1.21 ([#​969](https://togithub.com/jeessy2/ddns-go/issues/969)) - [`eec9840`](https://togithub.com/jeessy2/ddns-go/commit/eec9840) feat: support english ([#​967](https://togithub.com/jeessy2/ddns-go/issues/967)) - [`f6bc8b4`](https://togithub.com/jeessy2/ddns-go/commit/f6bc8b4) fix: Compatible with the previous "zh" language ([#​968](https://togithub.com/jeessy2/ddns-go/issues/968)) - [`1a443b7`](https://togithub.com/jeessy2/ddns-go/commit/1a443b7) fix: unique id ([#​971](https://togithub.com/jeessy2/ddns-go/issues/971)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.7.1
|
||||
appVersion: 6.0.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
@@ -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://hub.docker.com/r/jeessy/ddns-go
|
||||
- https://github.com/jeessy2/ddns-go
|
||||
type: application
|
||||
version: 8.1.8
|
||||
version: 9.0.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: jeessy/ddns-go
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.7.1@sha256:ceab1b317e7eea01109097f55cbe5c3aa4d695c7f106156745be77a11dbeb430
|
||||
tag: v6.0.2@sha256:02e7174e3c03aa0824255e922b9fb151997cc7c0605a2dbf86d24b71f33e38b1
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user