Skip to content

Commit

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

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.1.7`](https://togithub.com/dragonflydb/dragonfly-operator/releases/tag/v1.1.7)

[Compare
Source](https://togithub.com/dragonflydb/dragonfly-operator/compare/v1.1.6...v1.1.7)

Release v1.1.7

Docker image: `docker.dragonflydb.io/dragonflydb/operator:v1.1.7`
Helm chart: `oci://ghcr.io/dragonflydb/dragonfly-operator/helm:v1.1.7`

This release updates the default Dragonfly version to v1.21.2 and
includes bug fixes along with improvements to the Helm chart.

##### What's Changed

- fix(helm): remove duplicate labels by
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/221](https://togithub.com/dragonflydb/dragonfly-operator/pull/221)
- fix(helm): indentation for ServiceMonitor relabelings and metricRelab…
by [@&#8203;nlamirault](https://togithub.com/nlamirault) in
[https://github.com/dragonflydb/dragonfly-operator/pull/228](https://togithub.com/dragonflydb/dragonfly-operator/pull/228)
- Use resources from Values file in rbac proxy container by
[@&#8203;gmautner](https://togithub.com/gmautner) in
[https://github.com/dragonflydb/dragonfly-operator/pull/224](https://togithub.com/dragonflydb/dragonfly-operator/pull/224)
- chore: upgrade default dragonfly version to v1.21.2 by
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/232](https://togithub.com/dragonflydb/dragonfly-operator/pull/232)
- fix: failover if master pod is not ready by
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/234](https://togithub.com/dragonflydb/dragonfly-operator/pull/234)
- feat(version): release v1.1.7 of Operator by
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/233](https://togithub.com/dragonflydb/dragonfly-operator/pull/233)

##### New Contributors

- [@&#8203;gmautner](https://togithub.com/gmautner) made their first
contribution in
[https://github.com/dragonflydb/dragonfly-operator/pull/224](https://togithub.com/dragonflydb/dragonfly-operator/pull/224)

**Full Changelog**:
dragonflydb/dragonfly-operator@v1.1.6...v1.1.7

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC40OC4wIiwidXBkYXRlZEluVmVyIjoiMzguNDguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL3BhdGNoIl19-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Aug 25, 2024
1 parent 0e6d2b6 commit f8e4814
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.6@sha256:d4264c2ad826e6db3dc0c53acab6f92d45cedcd852895bf79fd8e886f813caec
tag: v1.1.7@sha256:e702d917e7c52f15519253c21caec99a17c35eb280fbf10a7e72ca539d44e307
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.6/manifests/crd.yaml
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.7/manifests/crd.yaml
- ./helmrelease.yaml
- ./rbac.yaml

0 comments on commit f8e4814

Please sign in to comment.