mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 11:15:18 -03:00
chore(helm): update image ghcr.io/spegel-org/spegel v0.3.0 → v0.4.0 (#39527)
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 <details> <summary>spegel-org/spegel (ghcr.io/spegel-org/spegel)</summary> ### [`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. </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/spegel-org/spegel
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.3.0
|
||||
tag: v0.4.0
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user