feat(kromgo): update image ghcr.io/kashalls/kromgo v0.9.1 → v0.10.0 (#48289)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/kashalls/kromgo](https://redirect.github.com/kashalls/kromgo) | minor | `1624b1a` → `965ecc9` | --- > [!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>kashalls/kromgo (ghcr.io/kashalls/kromgo)</summary> ### [`v0.10.0`](https://redirect.github.com/kashalls/kromgo/releases/tag/v0.10.0) [Compare Source](https://redirect.github.com/kashalls/kromgo/compare/v0.9.1...v0.10.0) #### What's Changed - fix: incorrect byte mapping by [@​kashalls](https://redirect.github.com/kashalls) in [#​179](https://redirect.github.com/kashalls/kromgo/pull/179) - fix(deps): update module github.com/caarlos0/env/v11 to v11.4.1 by [@​layla-bot](https://redirect.github.com/layla-bot)\[bot] in [#​176](https://redirect.github.com/kashalls/kromgo/pull/176) - fix(deps): update module github.com/invopop/jsonschema to v0.14.0 by [@​layla-bot](https://redirect.github.com/layla-bot)\[bot] in [#​177](https://redirect.github.com/kashalls/kromgo/pull/177) - fix(deps): update module go.uber.org/zap to v1.28.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​175](https://redirect.github.com/kashalls/kromgo/pull/175) - chore(deps): update sigstore/cosign-installer action to v4 by [@​layla-bot](https://redirect.github.com/layla-bot)\[bot] in [#​172](https://redirect.github.com/kashalls/kromgo/pull/172) - chore(deps): update dependency go to v1.26.3 by [@​layla-bot](https://redirect.github.com/layla-bot)\[bot] in [#​178](https://redirect.github.com/kashalls/kromgo/pull/178) **Full Changelog**: <https://github.com/kashalls/kromgo/compare/v0.9.1...v0.10.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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rcm9tZ28iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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.9.1
|
||||
appVersion: 0.10.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kromgo
|
||||
- https://https://github.com/kashalls/kromgo
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/kashalls/kromgo
|
||||
tag: v0.9.1@sha256:1624b1a10009978243d7d54e83269cbf9e3a4ec7f14c2548bdd11e63db5c4ad7
|
||||
tag: v0.10.0@sha256:965ecc92d68dc1a4a969397855367bbc70da03227a941ea607b73bb7e0b78fd6
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Raw Kromgo configuration
|
||||
|
||||
Reference in New Issue
Block a user