Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

feat(container): update image ghcr.io/kashalls/kromgo to v0.4.1 #622

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

k3s-home-gha-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/kashalls/kromgo minor 0.3.1 -> v0.4.1

Warning

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


Release Notes

kashalls/kromgo (ghcr.io/kashalls/kromgo)

v0.4.1

Compare Source

What's Changed

Full Changelog: kashalls/kromgo@v0.4.0...v0.4.1

v0.4.0

Compare Source

New Features

  • Moved /query to /{metric}
  • /query will be removed in a future release.
  • Added badge support courtesy of @​vaskozl
  • Cleaned up code.
  • Moved to Chi Router v5.
  • Added internal rate limiting.
  • Added logging using zap.
  • Environment config for setting Server Host and Port as well as Metric Servers. Eventually I plan to add metrics for stuff like how often a specific metric is requested etc...
  • ⚠️ Metric and Health Monitoring endpoints were moved to a new default port of 8888. You can change this with HEALTH_HOST and HEALTH_PORT ENV.

What's Changed

New Contributors

Full Changelog: kashalls/kromgo@v0.3.1...v0.4.0


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 this update again.


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

This PR has been generated by Renovate Bot.

Copy link

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

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

@@ -35,13 +35,13 @@

           app:
             env:
               PORT: 80
               PROMETHEUS_URL: http://thanos-query-frontend.observability.svc.cluster.local:9090
             image:
               repository: ghcr.io/kashalls/kromgo
-              tag: 0.3.1@sha256:5ba40b2fda00ab7adb039c0be955161b84febfe9e9e7816d5f1f87d9ab41f173
+              tag: v0.4.1@sha256:237e6ac3f3bc791343e1ee84122ce9b97abf7eed86cd522d8bf4cba10a041e9f
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

Copy link

--- HelmRelease: observability/kromgo Deployment: observability/kromgo

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

@@ -48,13 +48,13 @@

       containers:
       - env:
         - name: PORT
           value: '80'
         - name: PROMETHEUS_URL
           value: http://thanos-query-frontend.observability.svc.cluster.local:9090
-        image: ghcr.io/kashalls/kromgo:0.3.1@sha256:5ba40b2fda00ab7adb039c0be955161b84febfe9e9e7816d5f1f87d9ab41f173
+        image: ghcr.io/kashalls/kromgo:v0.4.1@sha256:237e6ac3f3bc791343e1ee84122ce9b97abf7eed86cd522d8bf4cba10a041e9f
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /-/ready
             port: 80
           initialDelaySeconds: 0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants