martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
9 stars 0 forks source link

fix(github-release): update dragonfly group ( v1.1.5 β†’ v1.1.6 ) (patch) #1144

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
dragonflydb/dragonfly-operator patch v1.1.5 -> v1.1.6
ghcr.io/dragonflydb/operator patch v1.1.5 -> v1.1.6

Release Notes

dragonflydb/dragonfly-operator (dragonflydb/dragonfly-operator) ### [`v1.1.6`](https://togithub.com/dragonflydb/dragonfly-operator/releases/tag/v1.1.6) [Compare Source](https://togithub.com/dragonflydb/dragonfly-operator/compare/v1.1.5...v1.1.6) Release v1.1.6 Docker image: `docker.dragonflydb.io/dragonflydb/operator:v1.1.6` Helm chart: `oci://ghcr.io/dragonflydb/dragonfly-operator/helm:v1.1.6` This release introduces support for Helm Chart (beta), enhanced with monitoring features including ServiceMonitor and Grafana Dashboard. The Helm Chart is currently in its beta phase. Heartfelt thanks to [@​nujragan93](https://togithub.com/nujragan93), [@​Aym3nTN](https://togithub.com/Aym3nTN) and [@​nlamirault](https://togithub.com/nlamirault) for helping us in this effort! #### What's Changed - fix(helm): install crds by default by [@​Abhra303](https://togithub.com/Abhra303) in [https://github.com/dragonflydb/dragonfly-operator/pull/218](https://togithub.com/dragonflydb/dragonfly-operator/pull/218) - feat(helm): Grafana dashboard using configmap and Grafana Operator by [@​nlamirault](https://togithub.com/nlamirault) in [https://github.com/dragonflydb/dragonfly-operator/pull/213](https://togithub.com/dragonflydb/dragonfly-operator/pull/213) - feat(helm): cleanup Kubernetes recommended labels and support additional labels by [@​nlamirault](https://togithub.com/nlamirault) in [https://github.com/dragonflydb/dragonfly-operator/pull/211](https://togithub.com/dragonflydb/dragonfly-operator/pull/211) - feat(version): release 1.1.6 of Operator by [@​Abhra303](https://togithub.com/Abhra303) in [https://github.com/dragonflydb/dragonfly-operator/pull/219](https://togithub.com/dragonflydb/dragonfly-operator/pull/219) **Full Changelog**: https://github.com/dragonflydb/dragonfly-operator/compare/v1.1.5...v1.1.6

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 these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 month ago

helmrelease changes in kubernetes/main

--- HelmRelease: database/dragonfly-operator Deployment: database/dragonfly-operator

+++ HelmRelease: database/dragonfly-operator Deployment: database/dragonfly-operator

@@ -50,13 +50,13 @@

       containers:
       - args:
         - --health-probe-bind-address=:8081
         - --metrics-bind-address=:8080
         command:
         - /manager
-        image: ghcr.io/dragonflydb/operator:v1.1.5@sha256:f0c6e6b36a17d7c5fc8978e340694041bd7d0a50ad56fcb00d8d7deffea83f35
+        image: ghcr.io/dragonflydb/operator:v1.1.6@sha256:d4264c2ad826e6db3dc0c53acab6f92d45cedcd852895bf79fd8e886f813caec
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15
github-actions[bot] commented 1 month ago

kustomization changes in kubernetes/main

--- kubernetes/main/apps/database/dragonfly/app Kustomization: flux-system/dragonfly HelmRelease: database/dragonfly-operator

+++ kubernetes/main/apps/database/dragonfly/app Kustomization: flux-system/dragonfly HelmRelease: database/dragonfly-operator

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

             - --health-probe-bind-address=:8081
             - --metrics-bind-address=:8080
             command:
             - /manager
             image:
               repository: ghcr.io/dragonflydb/operator
-              tag: v1.1.5@sha256:f0c6e6b36a17d7c5fc8978e340694041bd7d0a50ad56fcb00d8d7deffea83f35
+              tag: v1.1.6@sha256:d4264c2ad826e6db3dc0c53acab6f92d45cedcd852895bf79fd8e886f813caec
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3