JJGadgets / Biohazard

Watch your step, this playground might be hazardous 'round here… | JJGadgets' HomeLab monorepo
https://jjgadgets.tech
Apache License 2.0
33 stars 13 forks source link

fix(container): update image ghcr.io/kashalls/kromgo to v0.4.2 #1114

Closed tinfoild[bot] closed 9 hours ago

tinfoild[bot] commented 9 hours ago

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/kashalls/kromgo patch v0.4.1 -> v0.4.2 OpenSSF Scorecard

Release Notes

kashalls/kromgo (ghcr.io/kashalls/kromgo) ### [`v0.4.2`](https://redirect.github.com/kashalls/kromgo/releases/tag/v0.4.2) [Compare Source](https://redirect.github.com/kashalls/kromgo/compare/v0.4.1...v0.4.2) Kromgo now listens to `0.0.0.0` instead of `localhost` by default. #### What's Changed - fix(deps): update module github.com/go-chi/httprate to v0.14.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/70](https://redirect.github.com/kashalls/kromgo/pull/70) - fix(deps): update module github.com/prometheus/client_golang to v1.20.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/69](https://redirect.github.com/kashalls/kromgo/pull/69) - fix(deps): update module github.com/go-chi/httprate to v0.14.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/72](https://redirect.github.com/kashalls/kromgo/pull/72) - fix(deps): update module github.com/prometheus/common to v0.58.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/71](https://redirect.github.com/kashalls/kromgo/pull/71) - fix(deps): update module github.com/prometheus/common to v0.59.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/74](https://redirect.github.com/kashalls/kromgo/pull/74) - fix(deps): update module github.com/prometheus/client_golang to v1.20.3 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/73](https://redirect.github.com/kashalls/kromgo/pull/73) - chore(deps): update actions/checkout action to v4.2.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/77](https://redirect.github.com/kashalls/kromgo/pull/77) - fix(deps): update module github.com/prometheus/client_golang to v1.20.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/76](https://redirect.github.com/kashalls/kromgo/pull/76) - Change default hosts to listen to all by [@​kashalls](https://redirect.github.com/kashalls) in [https://github.com/kashalls/kromgo/pull/78](https://redirect.github.com/kashalls/kromgo/pull/78) **Full Changelog**: https://github.com/kashalls/kromgo/compare/v0.4.1...v0.4.2

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

cloudflare-workers-and-pages[bot] commented 9 hours ago

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4675853
Status: βœ…  Deploy successful!
Preview URL: https://120756e4.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-ghcr-io-kashalls-kr.jjgadgets-biohazard.pages.dev

View logs

tinfoild[bot] commented 9 hours ago
--- kube/deploy/apps/kromgo/app Kustomization: flux-system/kromgo-app HelmRelease: kromgo/kromgo

+++ kube/deploy/apps/kromgo/app Kustomization: flux-system/kromgo-app HelmRelease: kromgo/kromgo

@@ -52,13 +52,13 @@

               PROMETHEUS_URL: http://vmsingle-victoria.monitoring.svc.cluster.local.:8429
               SERVER_HOST: '[::]'
               SERVER_PORT: 8080
               TZ: null
             image:
               repository: ghcr.io/kashalls/kromgo
-              tag: v0.4.1@sha256:237e6ac3f3bc791343e1ee84122ce9b97abf7eed86cd522d8bf4cba10a041e9f
+              tag: v0.4.2@sha256:89eab1c6604d8ef79fb0e7340620d6559ef296cc469c4eabf22598bbaf93ff42
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
tinfoild[bot] commented 9 hours ago
--- HelmRelease: kromgo/kromgo Deployment: kromgo/kromgo

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

@@ -67,13 +67,13 @@

         - name: SERVER_HOST
           value: '[::]'
         - name: SERVER_PORT
           value: '8080'
         - name: TZ
           value: null
-        image: ghcr.io/kashalls/kromgo:v0.4.1@sha256:237e6ac3f3bc791343e1ee84122ce9b97abf7eed86cd522d8bf4cba10a041e9f
+        image: ghcr.io/kashalls/kromgo:v0.4.2@sha256:89eab1c6604d8ef79fb0e7340620d6559ef296cc469c4eabf22598bbaf93ff42
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /-/health
             port: 8888
           initialDelaySeconds: 0