From 216686a1e44af7d5fb6581f5a1a8bc31c983eafd Mon Sep 17 00:00:00 2001 From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:08:55 +0200 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20dragonfly=20operator?= =?UTF-8?q?=20group=20(=20v1.1.3=20=E2=86=92=20v1.1.4=20)=20(patch)=20(#71?= =?UTF-8?q?2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.dragonflydb.io/dragonflydb/operator | patch | `v1.1.3` -> `v1.1.4` | | [dragonflydb/dragonfly-operator](https://togithub.com/dragonflydb/dragonfly-operator) | patch | `v1.1.3` -> `v1.1.4` | --- ### Release Notes
dragonflydb/dragonfly-operator (dragonflydb/dragonfly-operator) ### [`v1.1.4`](https://togithub.com/dragonflydb/dragonfly-operator/releases/tag/v1.1.4) [Compare Source](https://togithub.com/dragonflydb/dragonfly-operator/compare/v1.1.3...v1.1.4) Release v1.1.4 Docker image: `docker.dragonflydb.io/dragonflydb/operator:v1.1.4` This release adds support for custom service labels and fix a bug for single-pod dragonfly rolling updates. ##### What's Changed - fix(rolling-update): avoid replica takeover for single pod instance by [@​Abhra303](https://togithub.com/Abhra303) in [https://github.com/dragonflydb/dragonfly-operator/pull/203](https://togithub.com/dragonflydb/dragonfly-operator/pull/203) - feat(service): added support for labels on serviceSpec by [@​thecodeassassin](https://togithub.com/thecodeassassin) in [https://github.com/dragonflydb/dragonfly-operator/pull/202](https://togithub.com/dragonflydb/dragonfly-operator/pull/202) - feat(version): release 1.1.4 of Operator by [@​Abhra303](https://togithub.com/Abhra303) in [https://github.com/dragonflydb/dragonfly-operator/pull/206](https://togithub.com/dragonflydb/dragonfly-operator/pull/206) ##### New Contributors - [@​thecodeassassin](https://togithub.com/thecodeassassin) made their first contribution in [https://github.com/dragonflydb/dragonfly-operator/pull/202](https://togithub.com/dragonflydb/dragonfly-operator/pull/202) **Full Changelog**: https://github.com/dragonflydb/dragonfly-operator/compare/v1.1.3...v1.1.4
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com> --- .../main/apps/database/dragonfly/operator/helmrelease.yaml | 2 +- .../main/apps/database/dragonfly/operator/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/main/apps/database/dragonfly/operator/helmrelease.yaml b/kubernetes/main/apps/database/dragonfly/operator/helmrelease.yaml index 459b4f01e..c53526f38 100644 --- a/kubernetes/main/apps/database/dragonfly/operator/helmrelease.yaml +++ b/kubernetes/main/apps/database/dragonfly/operator/helmrelease.yaml @@ -55,7 +55,7 @@ spec: app: image: repository: docker.dragonflydb.io/dragonflydb/operator - tag: v1.1.3 + tag: v1.1.4 args: - "--health-probe-bind-address=:8081" - "--metrics-bind-address=127.0.0.1:8080" diff --git a/kubernetes/main/apps/database/dragonfly/operator/kustomization.yaml b/kubernetes/main/apps/database/dragonfly/operator/kustomization.yaml index 6be026861..c404fb8c5 100644 --- a/kubernetes/main/apps/database/dragonfly/operator/kustomization.yaml +++ b/kubernetes/main/apps/database/dragonfly/operator/kustomization.yaml @@ -3,6 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.3/manifests/crd.yaml + - https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.4/manifests/crd.yaml - ./rbac.yaml - ./helmrelease.yaml