Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update ghcr.io/kashalls/kromgo ( 0.3.1 → v0.4.1 ) #5242

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

lumiere-bot[bot]
Copy link
Contributor

@lumiere-bot lumiere-bot bot commented Aug 16, 2024

This PR contains the following updates:

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

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 - 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 this update again.


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

This PR has been generated by Renovate Bot.

@lumiere-bot lumiere-bot bot requested a review from coolguy1771 as a code owner August 16, 2024 02:24
@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Aug 16, 2024

--- kubernetes/kyak/apps/monitoring/kromgo/app Kustomization: flux-system/kromgo HelmRelease: monitoring/kromgo

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

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

           app:
             env:
               PORT: 80
               PROMETHEUS_URL: http://thanos-query-frontend.monitoring.svc.cluster.local:10902
             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

@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Aug 16, 2024

--- HelmRelease: monitoring/kromgo Deployment: monitoring/kromgo

+++ HelmRelease: monitoring/kromgo Deployment: monitoring/kromgo

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

       containers:
       - env:
         - name: PORT
           value: '80'
         - name: PROMETHEUS_URL
           value: http://thanos-query-frontend.monitoring.svc.cluster.local:10902
-        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

@lumiere-bot lumiere-bot bot force-pushed the renovate/kyak-ghcr.io-kashalls-kromgo-0.x branch from c75e78e to 351e872 Compare August 16, 2024 23:12
@lumiere-bot lumiere-bot bot changed the title feat(container): update ghcr.io/kashalls/kromgo ( 0.3.1 → v0.4.0 ) feat(container): update ghcr.io/kashalls/kromgo ( 0.3.1 → v0.4.1 ) Aug 16, 2024
@lumiere-bot lumiere-bot bot merged commit 2d996e7 into main Aug 17, 2024
12 checks passed
@lumiere-bot lumiere-bot bot deleted the renovate/kyak-ghcr.io-kashalls-kromgo-0.x branch August 17, 2024 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants