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.4 → v1.1.5 ) (patch) #1123

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.4 -> v1.1.5
ghcr.io/dragonflydb/operator patch v1.1.4 -> v1.1.5

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dragonflydb/dragonfly-operator (dragonflydb/dragonfly-operator) ### [`v1.1.5`](https://togithub.com/dragonflydb/dragonfly-operator/releases/tag/v1.1.5) [Compare Source](https://togithub.com/dragonflydb/dragonfly-operator/compare/v1.1.4...v1.1.5) Release v1.1.5 Docker image: `docker.dragonflydb.io/dragonflydb/operator:v1.1.5` This release adds helm support (in beta), adds `nodePort` field to customize service node port and updates dragonfly version to `v1.20.1` #### What's Changed - feat(service): add support for nodePort by [@​mueller-ma](https://togithub.com/mueller-ma) in [https://github.com/dragonflydb/dragonfly-operator/pull/205](https://togithub.com/dragonflydb/dragonfly-operator/pull/205) - fix(helm-release): Added back Helm Chart release CI job by [@​Aym3nTN](https://togithub.com/Aym3nTN) in [https://github.com/dragonflydb/dragonfly-operator/pull/209](https://togithub.com/dragonflydb/dragonfly-operator/pull/209) - feat: Upgrade k8s versions by [@​sergeyshevch](https://togithub.com/sergeyshevch) in [https://github.com/dragonflydb/dragonfly-operator/pull/210](https://togithub.com/dragonflydb/dragonfly-operator/pull/210) - feat(helm): Add ServiceMonitor resource by [@​nlamirault](https://togithub.com/nlamirault) in [https://github.com/dragonflydb/dragonfly-operator/pull/212](https://togithub.com/dragonflydb/dragonfly-operator/pull/212) - fix(dashboard): Use correct metric to determine master by [@​cmergenthaler](https://togithub.com/cmergenthaler) in [https://github.com/dragonflydb/dragonfly-operator/pull/214](https://togithub.com/dragonflydb/dragonfly-operator/pull/214) - chore(dragonfly): bump version to v1.20.1 by [@​Abhra303](https://togithub.com/Abhra303) in [https://github.com/dragonflydb/dragonfly-operator/pull/215](https://togithub.com/dragonflydb/dragonfly-operator/pull/215) - feat(version): release 1.1.5 of Operator by [@​Abhra303](https://togithub.com/Abhra303) in [https://github.com/dragonflydb/dragonfly-operator/pull/216](https://togithub.com/dragonflydb/dragonfly-operator/pull/216) - fix(ci): remove chart version update step by [@​Abhra303](https://togithub.com/Abhra303) in [https://github.com/dragonflydb/dragonfly-operator/pull/217](https://togithub.com/dragonflydb/dragonfly-operator/pull/217) #### New Contributors - [@​mueller-ma](https://togithub.com/mueller-ma) made their first contribution in [https://github.com/dragonflydb/dragonfly-operator/pull/205](https://togithub.com/dragonflydb/dragonfly-operator/pull/205) - [@​Aym3nTN](https://togithub.com/Aym3nTN) made their first contribution in [https://github.com/dragonflydb/dragonfly-operator/pull/209](https://togithub.com/dragonflydb/dragonfly-operator/pull/209) - [@​sergeyshevch](https://togithub.com/sergeyshevch) made their first contribution in [https://github.com/dragonflydb/dragonfly-operator/pull/210](https://togithub.com/dragonflydb/dragonfly-operator/pull/210) - [@​nlamirault](https://togithub.com/nlamirault) made their first contribution in [https://github.com/dragonflydb/dragonfly-operator/pull/212](https://togithub.com/dragonflydb/dragonfly-operator/pull/212) - [@​cmergenthaler](https://togithub.com/cmergenthaler) made their first contribution in [https://github.com/dragonflydb/dragonfly-operator/pull/214](https://togithub.com/dragonflydb/dragonfly-operator/pull/214) **Full Changelog**: https://github.com/dragonflydb/dragonfly-operator/compare/v1.1.4...v1.1.5

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

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.4@sha256:8eafdc4f4aafd3157b1056c763bc1951466f7ec42d5794e03e0072bb5582abe8
+              tag: v1.1.5@sha256:f0c6e6b36a17d7c5fc8978e340694041bd7d0a50ad56fcb00d8d7deffea83f35
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
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.4@sha256:8eafdc4f4aafd3157b1056c763bc1951466f7ec42d5794e03e0072bb5582abe8
+        image: ghcr.io/dragonflydb/operator:v1.1.5@sha256:f0c6e6b36a17d7c5fc8978e340694041bd7d0a50ad56fcb00d8d7deffea83f35
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15