Skip to content

feat(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.15.1 )#341

Open
parsec-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-kromgo-0.x
Open

feat(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.15.1 )#341
parsec-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-kromgo-0.x

Conversation

@parsec-renovate

@parsec-renovate parsec-renovate Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/kromgo minor 0.14.50.15.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

home-operations/kromgo (ghcr.io/home-operations/kromgo)

v0.15.1

Compare Source

Features
  • add configurable favicon (GET /favicon.ico) (#​302) (bd2216a)
  • deps: update dependency simple-icons (16.24.1 → 16.25.0) (#​289) (c5d6b67)
  • deps: update dependency simple-icons (16.25.0 → 16.26.0) (#​301) (c25bb87)
  • deps: update module github.com/prometheus/common (v0.69.0 → v0.70.0) (#​299) (ac96540)
  • deps: update module golang.org/x/image (v0.43.0 → v0.44.0) (#​295) (95356ed)
Bug Fixes
  • deps: update dependency marked (18.0.5 → 18.0.6) (#​297) (64527f0)
  • deps: update module github.com/google/cel-go (v0.29.1 → v0.29.2) (#​292) (3583ca9)
Miscellaneous Chores

v0.15.0

Compare Source

⚠ BREAKING CHANGES
  • drop the legacy /-/health and /-/ready aliases (#​288)
  • prefix all environment variables with KROMGO_ (#​286)
  • serve health on the main port; metrics port becomes fully optional (#​285)
Features
  • drop the legacy /-/health and /-/ready aliases (#​288) (c6fe382)
  • prefix all environment variables with KROMGO_ (#​286) (340c62d)
  • serve health on the main port; metrics port becomes fully optional (#​285) (948cab4)

v0.14.12

Compare Source

Features
  • deps: update module github.com/google/cel-go (v0.28.1 → v0.29.1) (#​284) (683a3c6)
Bug Fixes
  • deps: update dependency simple-icons (16.24.0 → 16.24.1) (#​280) (cd07474)
Miscellaneous Chores

v0.14.11

Compare Source

Features
  • add humanize value helper with SI metric prefixes (#​276) (a55cbd1)
  • container: update image mirror.gcr.io/curlimages/curl (8.20.0 → 8.21.0) (#​275) (cb7863e)
  • deps: update dependency simple-icons (16.23.0 → 16.24.0) (#​270) (9b49e38)
  • deps: update module github.com/go-analyze/charts (v0.5.27 → v0.6.0) (#​274) (bd53d31)
  • deps: update module golang.org/x/image (v0.42.0 → v0.43.0) (#​266) (96e4774)
Bug Fixes
  • deps: update module go.yaml.in/yaml/v4 (v4.0.0-rc.5 → v4.0.0-rc.6) (#​268) (64a8a99)
Miscellaneous Chores
  • add minimumGroupSize to Go and Node toolchain groups (c90f50d)
  • mise: Update tool oxfmt (0.55.0 → 0.56.0) (#​271) (2597efd)
  • mise: Update tool zizmor (1.25.2 → 1.26.1) (#​269) (f3daed1)

v0.14.10

Compare Source

Features
  • move the monitoring port (health + metrics) to 8081 (#​265) (36a9122)
Miscellaneous Chores

v0.14.9

Compare Source

Features
  • badge: add for-the-badge style (#​259) (d15fe1f)
  • deps: update module github.com/prometheus/common (v0.68.1 → v0.69.0) (#​258) (0472460)
Miscellaneous Chores

v0.14.8

Compare Source

Miscellaneous Chores
  • chart: use the shared curl image for the helm test pod (#​253) (e4601be)

v0.14.7

Compare Source

Miscellaneous Chores

v0.14.6

Compare Source

Features
Bug Fixes
  • bound HTTP timeouts, cap graph series, guard non-finite values (#​244) (837dc16)
Miscellaneous Chores

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@github-actions

github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
--- HelmRelease: observability/kromgo Deployment: observability/kromgo

+++ HelmRelease: observability/kromgo Deployment: observability/kromgo

@@ -44,13 +44,13 @@

         - name: HEALTH_PORT
           value: '8888'
         - name: PROMETHEUS_URL
           value: http://prometheus-operated.observability.svc.cluster.local:9090
         - name: SERVER_PORT
           value: '8080'
-        image: ghcr.io/home-operations/kromgo:0.14.5@sha256:d4fc54a386b7b6b6751fb6dae497d7e036b36e97751a10b8f1ddad96b27fae54
+        image: ghcr.io/home-operations/kromgo:0.15.1@sha256:45be63a0bd3d8e2bd6109a914ab7b7f2dd796b4e5ad82ec3e218e4f49524b906
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /readyz
             port: 8888
           initialDelaySeconds: 0

@github-actions

github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
--- kubernetes/apps/observability/kromgo/app Kustomization: flux-system/kromgo HelmRelease: observability/kromgo

+++ kubernetes/apps/observability/kromgo/app Kustomization: flux-system/kromgo HelmRelease: observability/kromgo

@@ -22,13 +22,13 @@

             env:
               HEALTH_PORT: 8888
               PROMETHEUS_URL: http://prometheus-operated.observability.svc.cluster.local:9090
               SERVER_PORT: 8080
             image:
               repository: ghcr.io/home-operations/kromgo
-              tag: 0.14.5@sha256:d4fc54a386b7b6b6751fb6dae497d7e036b36e97751a10b8f1ddad96b27fae54
+              tag: 0.15.1@sha256:45be63a0bd3d8e2bd6109a914ab7b7f2dd796b4e5ad82ec3e218e4f49524b906
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@parsec-renovate
parsec-renovate Bot force-pushed the renovate/ghcr.io-home-operations-kromgo-0.x branch from 8c78fa3 to ca7cdb9 Compare June 13, 2026 00:48
@parsec-renovate parsec-renovate Bot changed the title fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.6 ) fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.7 ) Jun 13, 2026
@parsec-renovate
parsec-renovate Bot force-pushed the renovate/ghcr.io-home-operations-kromgo-0.x branch from ca7cdb9 to 8118bad Compare June 15, 2026 13:05
@parsec-renovate parsec-renovate Bot changed the title fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.7 ) fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.8 ) Jun 15, 2026
@parsec-renovate
parsec-renovate Bot force-pushed the renovate/ghcr.io-home-operations-kromgo-0.x branch from 8118bad to 5bc431a Compare June 17, 2026 23:33
@parsec-renovate parsec-renovate Bot changed the title fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.8 ) fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.9 ) Jun 17, 2026
@parsec-renovate
parsec-renovate Bot force-pushed the renovate/ghcr.io-home-operations-kromgo-0.x branch from 5bc431a to e68a437 Compare June 18, 2026 18:49
@parsec-renovate parsec-renovate Bot changed the title fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.9 ) fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.10 ) Jun 18, 2026
@parsec-renovate
parsec-renovate Bot force-pushed the renovate/ghcr.io-home-operations-kromgo-0.x branch from e68a437 to dc8ebb3 Compare June 26, 2026 11:02
@parsec-renovate parsec-renovate Bot changed the title fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.10 ) fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.11 ) Jun 26, 2026
@parsec-renovate
parsec-renovate Bot force-pushed the renovate/ghcr.io-home-operations-kromgo-0.x branch from dc8ebb3 to 0e8416e Compare July 4, 2026 14:32
@parsec-renovate parsec-renovate Bot changed the title fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.11 ) fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.12 ) Jul 4, 2026
@parsec-renovate
parsec-renovate Bot force-pushed the renovate/ghcr.io-home-operations-kromgo-0.x branch from 0e8416e to b2b32dd Compare July 4, 2026 21:21
@parsec-renovate parsec-renovate Bot changed the title fix(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.14.12 ) feat(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.15.0 ) Jul 4, 2026
@parsec-renovate
parsec-renovate Bot force-pushed the renovate/ghcr.io-home-operations-kromgo-0.x branch from b2b32dd to ab6e261 Compare July 14, 2026 14:36
@parsec-renovate parsec-renovate Bot changed the title feat(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.15.0 ) feat(container): update image ghcr.io/home-operations/kromgo ( 0.14.5 ➔ 0.15.1 ) Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants