From c0a37fb62c5b663d8b7784ac6c8a7b18c5b293a7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 26 Apr 2025 20:16:44 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/spegel-?= =?UTF-8?q?org/spegel=20v0.1.1=20=E2=86=92=20v0.2.0=20(#34809)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/spegel-org/spegel](https://redirect.github.com/spegel-org/spegel) | minor | -> | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
spegel-org/spegel (ghcr.io/spegel-org/spegel) ### [`v0.2.0`](https://redirect.github.com/spegel-org/spegel/blob/HEAD/CHANGELOG.md#v020) [Compare Source](https://redirect.github.com/spegel-org/spegel/compare/v0.1.1...v0.2.0) ##### Added - [#​832](https://redirect.github.com/spegel-org/spegel/pull/832) Add delete hook to cleanup configuration from host when chart is uninstalled. - [#​846](https://redirect.github.com/spegel-org/spegel/pull/846) Build binaries as part of the release process. - [#​848](https://redirect.github.com/spegel-org/spegel/pull/848) Add support for a static bootstrapper. - [#​850](https://redirect.github.com/spegel-org/spegel/pull/850) Persist libp2p key to disk when data directory is set. ##### Changed - [#​812](https://redirect.github.com/spegel-org/spegel/pull/812) Upgrade to Go 1.24.1 and switch to use go tool for helm docs. - [#​725](https://redirect.github.com/spegel-org/spegel/pull/725) Remove use of httputil reverse proxy. - [#​820](https://redirect.github.com/spegel-org/spegel/pull/820) Switch to using new test context. - [#​827](https://redirect.github.com/spegel-org/spegel/pull/827) Add p2p options to router for optional configuration. - [#​835](https://redirect.github.com/spegel-org/spegel/pull/835) Refactor registry config to align with router config. - [#​847](https://redirect.github.com/spegel-org/spegel/pull/847) Set default values for address arguments. ##### Removed - [#​831](https://redirect.github.com/spegel-org/spegel/pull/831) Remove local address check when resolving peers. ##### Fixed - [#​824](https://redirect.github.com/spegel-org/spegel/pull/824) Fix improper image string formatting and expand tests. - [#​825](https://redirect.github.com/spegel-org/spegel/pull/825) Fix gopls modernize warnings. - [#​826](https://redirect.github.com/spegel-org/spegel/pull/826) Standardize router channel naming. - [#​844](https://redirect.github.com/spegel-org/spegel/pull/844) Fix p2p option naming to conform with the standard. - [#​849](https://redirect.github.com/spegel-org/spegel/pull/849) Fix libp2p options so field is exported in configuration.
--- ### 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/system/spegel/Chart.yaml | 4 ++-- charts/system/spegel/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/system/spegel/Chart.yaml b/charts/system/spegel/Chart.yaml index 010111dd4e7..49f741d8c63 100644 --- a/charts/system/spegel/Chart.yaml +++ b/charts/system/spegel/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: system apiVersion: v2 -appVersion: 0.1.1 +appVersion: 0.2.0 dependencies: - name: common version: 25.4.10 @@ -34,5 +34,5 @@ sources: - https://ghcr.io/spegel-org/spegel - https://github.com/truecharts/charts/tree/master/charts/system/spegel type: application -version: 3.2.3 +version: 3.3.0 diff --git a/charts/system/spegel/values.yaml b/charts/system/spegel/values.yaml index 4b32b4ebfa1..4bb5e7bfc9a 100644 --- a/charts/system/spegel/values.yaml +++ b/charts/system/spegel/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/spegel-org/spegel pullPolicy: IfNotPresent - tag: v0.1.1 + tag: v0.2.0 securityContext: container: