Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

kireque-bot[bot]
Copy link
Contributor

@kireque-bot kireque-bot bot commented Jun 26, 2024

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.

@kireque-bot kireque-bot bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump area/kubernetes Issue relates to Kubernetes cluster/main labels Jun 26, 2024
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Jun 26, 2024

--- 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

@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Jun 26, 2024

--- 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

@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Jun 26, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.05s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 1.65s
✅ YAML prettier 2 0 0.39s
✅ YAML yamllint 2 0 0.32s

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

| 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 |
@kireque-bot kireque-bot bot force-pushed the renovate/main-patch-dragonfly-operator branch from 1fa15a1 to 5571b31 Compare June 26, 2024 10:11
@kireque-bot kireque-bot bot changed the title fix(container): update image docker.dragonflydb.io/dragonflydb/operator ( v1.1.3 → v1.1.4 ) fix(container): update dragonfly operator group ( v1.1.3 → v1.1.4 ) (patch) Jun 26, 2024
@kireque kireque merged commit 216686a into main Jun 26, 2024
11 checks passed
@kireque kireque deleted the renovate/main-patch-dragonfly-operator branch June 26, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant