Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

fix(container): update dragonfly operator group ( v1.1.3 → v1.1.4 ) (patch) #2885

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

greyrock-repo-duster[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
docker.dragonflydb.io/dragonflydb/operator patch v1.1.3 -> v1.1.4
dragonflydb/dragonfly-operator patch v1.1.3 -> v1.1.4

Release Notes

dragonflydb/dragonfly-operator (dragonflydb/dragonfly-operator)

v1.1.4

Compare Source

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

New Contributors

Full Changelog: dragonflydb/dragonfly-operator@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.

| datasource      | package                                    | from   | to     |
| --------------- | ------------------------------------------ | ------ | ------ |
| docker          | docker.dragonflydb.io/dragonflydb/operator | v1.1.3 | v1.1.4 |
| github-releases | dragonflydb/dragonfly-operator             | v1.1.3 | v1.1.4 |
@greyrock-repo-duster greyrock-repo-duster bot added renovate/container Issue relates to a Renovate container update renovate/github-release type/patch Issue relates to a patch version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Jun 26, 2024
@greyrock-repo-duster
Copy link
Contributor Author

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

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

@@ -31,13 +31,13 @@

             - --metrics-bind-address=127.0.0.1:8080
             - --leader-elect
             command:
             - /manager
             image:
               repository: docker.dragonflydb.io/dragonflydb/operator
-              tag: v1.1.3
+              tag: v1.1.4
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@greyrock-repo-duster
Copy link
Contributor Author

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

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

@@ -45,13 +45,13 @@

       - args:
         - --health-probe-bind-address=:8081
         - --metrics-bind-address=127.0.0.1:8080
         - --leader-elect
         command:
         - /manager
-        image: docker.dragonflydb.io/dragonflydb/operator:v1.1.3
+        image: docker.dragonflydb.io/dragonflydb/operator:v1.1.4
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

@greyrock-repo-duster
Copy link
Contributor Author

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.02s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 2.13s
✅ YAML prettier 2 0 0.42s
✅ YAML yamllint 2 0 0.31s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/container Issue relates to a Renovate container update renovate/github-release type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants