From 34be2d0fdbf5d2dea90f4ec72ade6c07d08f2eb5 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 14 Sep 2025 23:05:07 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/spegel-?= =?UTF-8?q?org/spegel=20v0.3.0=20=E2=86=92=20v0.4.0=20(#39527)?= 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 | -> | --- > [!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
spegel-org/spegel (ghcr.io/spegel-org/spegel) ### [`v0.4.0`](https://redirect.github.com/spegel-org/spegel/blob/HEAD/CHANGELOG.md#v040) [Compare Source](https://redirect.github.com/spegel-org/spegel/compare/v0.3.0...v0.4.0) ##### Added - [#​1003](https://redirect.github.com/spegel-org/spegel/pull/905) Add support for filtering registries/tags - [#​905](https://redirect.github.com/spegel-org/spegel/pull/905) Change mirror type to url and add byte range parameter. - [#​909](https://redirect.github.com/spegel-org/spegel/pull/909) Add base http client and transport. - [#​910](https://redirect.github.com/spegel-org/spegel/pull/910) Add drain and close function. - [#​933](https://redirect.github.com/spegel-org/spegel/pull/933) Verify that OCI volumes works with Sepgel in e2e tests. - [#​949](https://redirect.github.com/spegel-org/spegel/pull/949) Set timeout for mirror requests and switch to using OCI client. - [#​951](https://redirect.github.com/spegel-org/spegel/pull/951) Add tests for channel merge. - [#​953](https://redirect.github.com/spegel-org/spegel/pull/953) Add OCI errors to registry 4xx responses. - [#​954](https://redirect.github.com/spegel-org/spegel/pull/954) Allow setting \_default mirrored registry. - [#​962](https://redirect.github.com/spegel-org/spegel/pull/962) Add optional liveness probe. ##### Changed - [#​906](https://redirect.github.com/spegel-org/spegel/pull/906) Replace HTTP header strings with httpx constants. - [#​916](https://redirect.github.com/spegel-org/spegel/pull/916) Refactor OCI client options and add header configuration. - [#​931](https://redirect.github.com/spegel-org/spegel/pull/931) Cleanup e2e tests to use more standardized node labels. - [#​932](https://redirect.github.com/spegel-org/spegel/pull/932) Switch to using spegel-org images in e2e tests. - [#​957](https://redirect.github.com/spegel-org/spegel/pull/957) Refactor memory store to include descriptor. - [#​970](https://redirect.github.com/spegel-org/spegel/pull/970) Refactor bootstraper to use address info instead of string. - [#​975](https://redirect.github.com/spegel-org/spegel/pull/975) Update Go to 1.25.0. - [#​995](https://redirect.github.com/spegel-org/spegel/pull/995) Cleanup http logger to allow generic attribute. - [#​1000](https://redirect.github.com/spegel-org/spegel/pull/1000) Update Go to 1.25.1. - [#​1008](https://redirect.github.com/spegel-org/spegel/pull/1008) Add options to state tracker. - [#​1010](https://redirect.github.com/spegel-org/spegel/pull/1010) Enable debug web by default and add last successful mirror. ##### Deprecated - [#​1009](https://redirect.github.com/spegel-org/spegel/pull/1009) Deprecate resolve latest in favor of registry filters. ##### Fixed - [#​911](https://redirect.github.com/spegel-org/spegel/pull/911) Enforce use of request contexts and fix response closing. - [#​914](https://redirect.github.com/spegel-org/spegel/pull/914) Fix OCI client header parsing and improve tests. - [#​935](https://redirect.github.com/spegel-org/spegel/pull/935) Fix node selector in e2e pull test. - [#​942](https://redirect.github.com/spegel-org/spegel/pull/942) Skip writing headers and status code on mirror retries. - [#​950](https://redirect.github.com/spegel-org/spegel/pull/950) Fix lint errors and add forbidgo. - [#​955](https://redirect.github.com/spegel-org/spegel/pull/955) Cleanup and move set handler to handler functions. - [#​956](https://redirect.github.com/spegel-org/spegel/pull/956) Remove setting logger for klog. - [#​984](https://redirect.github.com/spegel-org/spegel/pull/984) Fix host matches to support dual stack deployments. - [#​996](https://redirect.github.com/spegel-org/spegel/pull/996) Return state context error and text shutdown exit code.
--- ### 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 d626116b596..0f893489051 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.3.0 +appVersion: 0.4.0 dependencies: - name: common version: 28.17.1 @@ -35,5 +35,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/spegel - https://github.com/trueforge-org/truecharts/tree/master/charts/system/spegel type: application -version: 4.4.1 +version: 4.5.0 diff --git a/charts/system/spegel/values.yaml b/charts/system/spegel/values.yaml index 39ca00da53e..86d55830ebf 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.3.0 + tag: v0.4.0 securityContext: container: