feat(gravity): update image ghcr.io/beryju/gravity v0.32.2 → v0.33.0 (#48066)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/beryju/gravity](https://redirect.github.com/BeryJu/gravity) | minor | `dea2580` → `850e7d9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>BeryJu/gravity (ghcr.io/beryju/gravity)</summary> ### [`v0.33.0`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.33.0): Release 0.33.0 [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.32.2...v0.33.0) Upgrade to this version of gravity by using this container image: ``` ghcr.io/beryju/gravity:v0.33.0 ``` Upgrade to the current JS API Client using ``` npm i gravity-api@0.33.0 ``` Upgrade to the current Golang API Client using ``` go get beryju.io/gravity@v0.33.0 ``` Upgrade external-dns to use this container image: ``` ghcr.io/beryju/gravity-external-dns:v0.33.0 ``` <!-- Release notes generated using configuration in .github/release.yml at v0.33.0 --> #### What's Changed ##### 🏕 Features - externaldns: fix missing TTL in requests by [@​BeryJu](https://redirect.github.com/BeryJu) in [#​2201](https://redirect.github.com/BeryJu/gravity/pull/2201) - extconfig: always log panic with stacktrace by [@​BeryJu](https://redirect.github.com/BeryJu) in [#​2206](https://redirect.github.com/BeryJu/gravity/pull/2206) - roles/dhcp: replace etcd locker with mutex by [@​BeryJu](https://redirect.github.com/BeryJu) in [#​2175](https://redirect.github.com/BeryJu/gravity/pull/2175) - instance: add support for multiple instance IPs by [@​BeryJu](https://redirect.github.com/BeryJu) in [#​2205](https://redirect.github.com/BeryJu/gravity/pull/2205) ##### 👒 Dependencies - build(deps): bump github.com/grafana/pyroscope-go from 1.2.8 to 1.3.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2204](https://redirect.github.com/BeryJu/gravity/pull/2204) - build(deps): bump library/node from 24 to 26 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2203](https://redirect.github.com/BeryJu/gravity/pull/2203) - build(deps): bump benchmark-action/github-action-benchmark from 1.22.0 to 1.22.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2202](https://redirect.github.com/BeryJu/gravity/pull/2202) **Full Changelog**: <https://github.com/BeryJu/gravity/compare/v0.32.2...v0.33.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ncmF2aXR5IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.32.2
|
||||
appVersion: 0.33.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.2.8
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/BeryJu/gravity
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gravity
|
||||
type: application
|
||||
version: 7.4.2
|
||||
version: 7.5.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/beryju/gravity
|
||||
tag: v0.32.2@sha256:dea25808d2fc018c6d93e60af8c73417aaaf6ecffc1728d4c09d5462db0e60e6
|
||||
tag: v0.33.0@sha256:850e7d9a909f659a16f1c134c53efda23795a60a2d74fccb8b3b68c56b79db59
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user