fix(spegel): update image ghcr.io/spegel-org/spegel v0.7.1 → v0.7.2 (#49254)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/spegel-org/spegel](https://redirect.github.com/spegel-org/spegel) | patch | `bfb81b0` → `2c587a6` | --- > [!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>spegel-org/spegel (ghcr.io/spegel-org/spegel)</summary> ### [`v0.7.2`](https://redirect.github.com/spegel-org/spegel/releases/tag/v0.7.2) [Compare Source](https://redirect.github.com/spegel-org/spegel/compare/v0.7.1...v0.7.2) <!-- Release notes generated using configuration in .github/release.yaml at v0.7.2 --> #### What's Changed ##### Added - \[release/v0.7.x] Add percentile based timeout when racing fetches by [@​spegel-portabotty](https://redirect.github.com/spegel-portabotty)\[bot] in [#​1396](https://redirect.github.com/spegel-org/spegel/pull/1396) ##### Fixed - \[release/v0.7.x] Fix ipv6 compatibility with Go 1.26 by [@​spegel-portabotty](https://redirect.github.com/spegel-portabotty)\[bot] in [#​1381](https://redirect.github.com/spegel-org/spegel/pull/1381) - Disable cache when building release by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1382](https://redirect.github.com/spegel-org/spegel/pull/1382) **Full Changelog**: <https://github.com/spegel-org/spegel/compare/v0.7.1...v0.7.2> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zcGVnZWwiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.7.1
|
||||
appVersion: 0.7.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.5.3
|
||||
@@ -34,5 +34,5 @@ sources:
|
||||
- https://ghcr.io/spegel-org/spegel
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/spegel
|
||||
type: application
|
||||
version: 5.5.0
|
||||
version: 5.5.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/spegel-org/spegel
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.7.1@sha256:bfb81b01f3cb0512044f7af2f8dd4aae9163ca36a35253a2d91c30c1b5dcf626
|
||||
tag: v0.7.2@sha256:2c587a649b1b9b61d09e1e42901da5f34b2ab187247acb23086de3fad504a49c
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user