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 image ghcr.io/kashalls/kromgo to v0.4.1 #4

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2024

Mend Renovate

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 - "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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ghcr.io-kashalls-kromgo-0.x branch from 087a6ec to 61f8bf0 Compare August 18, 2024 12:06
Copy link

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

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

@@ -43,13 +43,13 @@

       containers:
       - env:
         - name: PORT
           value: '80'
         - name: PROMETHEUS_URL
           value: http://prometheus-operated.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

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://prometheus-operated.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

@Darkflame72 Darkflame72 merged commit cd83a3a into main Aug 18, 2024
4 checks passed
@Darkflame72 Darkflame72 deleted the renovate/ghcr.io-kashalls-kromgo-0.x branch August 18, 2024 13:46
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.

1 participant