fix(kromgo): update image ghcr.io/home-operations/kromgo 0.14.10 → 0.14.11 (#49497)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/kromgo](https://redirect.github.com/home-operations/kromgo) | patch | `70efc19` → `12ff404` | --- > [!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>home-operations/kromgo (ghcr.io/home-operations/kromgo)</summary> ### [`v0.14.11`](https://redirect.github.com/home-operations/kromgo/blob/HEAD/CHANGELOG.md#01411-2026-06-26) [Compare Source](https://redirect.github.com/home-operations/kromgo/compare/0.14.10...0.14.11) ##### Features - add humanize value helper with SI metric prefixes ([#​276](https://redirect.github.com/home-operations/kromgo/issues/276)) ([a55cbd1](https://redirect.github.com/home-operations/kromgo/commit/a55cbd1be1d8d39b6cf1e6c3a085f75d406d34f5)) - **container:** update image mirror.gcr.io/curlimages/curl (8.20.0 → 8.21.0) ([#​275](https://redirect.github.com/home-operations/kromgo/issues/275)) ([cb7863e](https://redirect.github.com/home-operations/kromgo/commit/cb7863ed66ebfafd93265eebb0a5c4b91f12bd5f)) - **deps:** update dependency simple-icons (16.23.0 → 16.24.0) ([#​270](https://redirect.github.com/home-operations/kromgo/issues/270)) ([9b49e38](https://redirect.github.com/home-operations/kromgo/commit/9b49e381523df6d7767dd6edf0e0e610367491fb)) - **deps:** update module github.com/go-analyze/charts (v0.5.27 → v0.6.0) ([#​274](https://redirect.github.com/home-operations/kromgo/issues/274)) ([bd53d31](https://redirect.github.com/home-operations/kromgo/commit/bd53d315220c4321528fc1e6dc4a7fc3a5c7d9b6)) - **deps:** update module golang.org/x/image (v0.42.0 → v0.43.0) ([#​266](https://redirect.github.com/home-operations/kromgo/issues/266)) ([96e4774](https://redirect.github.com/home-operations/kromgo/commit/96e4774ad67729d473d12d121a1e41e3316b4ac2)) ##### Bug Fixes - **deps:** update module go.yaml.in/yaml/v4 (v4.0.0-rc.5 → v4.0.0-rc.6) ([#​268](https://redirect.github.com/home-operations/kromgo/issues/268)) ([64a8a99](https://redirect.github.com/home-operations/kromgo/commit/64a8a9952a089acfd4f5b1dc5cb4647e3bb88808)) ##### Miscellaneous Chores - add minimumGroupSize to Go and Node toolchain groups ([c90f50d](https://redirect.github.com/home-operations/kromgo/commit/c90f50dffac197786e8a5c3083ff19a64c78c5b7)) - **mise:** Update tool oxfmt (0.55.0 → 0.56.0) ([#​271](https://redirect.github.com/home-operations/kromgo/issues/271)) ([2597efd](https://redirect.github.com/home-operations/kromgo/commit/2597efd6376dc163f8d031b0d4ff4218ef3bd81e)) - **mise:** Update tool zizmor (1.25.2 → 1.26.1) ([#​269](https://redirect.github.com/home-operations/kromgo/issues/269)) ([f3daed1](https://redirect.github.com/home-operations/kromgo/commit/f3daed16bef5622cfcad52e464a7394cdee17b44)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rcm9tZ28iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.14.10
|
||||
appVersion: 0.14.11
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.5.3
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/home-operations/kromgo
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kromgo
|
||||
type: application
|
||||
version: 3.1.5
|
||||
version: 3.1.6
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/home-operations/kromgo
|
||||
tag: 0.14.10@sha256:70efc194c057c834b3d4935f4fd6dd65a4ba813f097b5fffc2ace41cfa8b9ec7
|
||||
tag: 0.14.11@sha256:12ff4049710f325ba94db0fff593f0289dacd94c4b59d5cf0349dba84a926ea3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Raw Kromgo configuration
|
||||
|
||||
Reference in New Issue
Block a user