Skip to content

Commit

Permalink
fix(github-release): update dragonfly operator group ( v1.1.3 → v1.1.…
Browse files Browse the repository at this point in the history
…4 ) (patch) (#4945)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[dragonflydb/dragonfly-operator](https://togithub.com/dragonflydb/dragonfly-operator)
| patch | `v1.1.3` -> `v1.1.4` |
| ghcr.io/dragonflydb/operator | patch | `v1.1.3` -> `v1.1.4` |

---

### Release Notes

<details>
<summary>dragonflydb/dragonfly-operator
(dragonflydb/dragonfly-operator)</summary>

###
[`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
[@&#8203;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
[@&#8203;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
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/206](https://togithub.com/dragonflydb/dragonfly-operator/pull/206)

##### New Contributors

- [@&#8203;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**:
dragonflydb/dragonfly-operator@v1.1.3...v1.1.4

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Jun 27, 2024
1 parent 4f30f9a commit cee6c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
app:
image:
repository: ghcr.io/dragonflydb/operator
tag: v1.1.3@sha256:4c512cfc5498558f7a0a44cee69195e6c9b72f5d2cafeec9be487d95b3708978
tag: v1.1.4@sha256:8eafdc4f4aafd3157b1056c763bc1951466f7ec42d5794e03e0072bb5582abe8
command: ["/manager"]
args:
- --health-probe-bind-address=:8081
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# renovate: datasource=github-releases depName=dragonflydb/dragonfly-operator
- 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
- ./helmrelease.yaml
- ./rbac.yaml

0 comments on commit cee6c76

Please sign in to comment.