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(helm-release): Added back Helm Chart release CI job #209

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

Aym3nTN
Copy link
Contributor

@Aym3nTN Aym3nTN commented Jul 5, 2024

Fixes: #201 which was initially created by #174

Related effort: #208

@Abhra303 Abhra303 requested a review from Pothulapati July 5, 2024 11:53
@Abhra303
Copy link
Contributor

Thanks @Aym3nTN! Looks good. Hopefully it will work this time. Let's see 🤞

@Abhra303
Copy link
Contributor

@Aym3nTN, could you please sign the commit (use -s flag )?

@Aym3nTN Aym3nTN force-pushed the fix-helm-chart-release-ci branch from 3f87aa1 to 6db5029 Compare July 10, 2024 08:37
Signed-off-by: Aymen Ben Tanfous <aymen.bentanfous@gmail.com>
@Aym3nTN Aym3nTN force-pushed the fix-helm-chart-release-ci branch from 6db5029 to d76c7cc Compare July 10, 2024 08:38
@Aym3nTN
Copy link
Contributor Author

Aym3nTN commented Jul 10, 2024

@Abhra303 done ;) TY for looking into this!

@Abhra303 Abhra303 merged commit 0969022 into dragonflydb:main Jul 11, 2024
2 checks passed
kireque referenced this pull request in kireque/home-ops Jul 16, 2024
…patch) (#786)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

Release v1.1.5

Docker image: `docker.dragonflydb.io/dragonflydb/operator:v1.1.5`

This release adds `nodePort` field to customize service node port and
updates dragonfly version to `v1.20.1`

##### What's Changed

- feat(service): add support for nodePort by
[@&#8203;mueller-ma](https://togithub.com/mueller-ma) in
[https://github.com/dragonflydb/dragonfly-operator/pull/205](https://togithub.com/dragonflydb/dragonfly-operator/pull/205)
- fix(helm-release): Added back Helm Chart release CI job by
[@&#8203;Aym3nTN](https://togithub.com/Aym3nTN) in
[https://github.com/dragonflydb/dragonfly-operator/pull/209](https://togithub.com/dragonflydb/dragonfly-operator/pull/209)
- feat: Upgrade k8s versions by
[@&#8203;sergeyshevch](https://togithub.com/sergeyshevch) in
[https://github.com/dragonflydb/dragonfly-operator/pull/210](https://togithub.com/dragonflydb/dragonfly-operator/pull/210)
- feat(helm): Add ServiceMonitor resource by
[@&#8203;nlamirault](https://togithub.com/nlamirault) in
[https://github.com/dragonflydb/dragonfly-operator/pull/212](https://togithub.com/dragonflydb/dragonfly-operator/pull/212)
- fix(dashboard): Use correct metric to determine master by
[@&#8203;cmergenthaler](https://togithub.com/cmergenthaler) in
[https://github.com/dragonflydb/dragonfly-operator/pull/214](https://togithub.com/dragonflydb/dragonfly-operator/pull/214)
- chore(dragonfly): bump version to v1.20.1 by
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/215](https://togithub.com/dragonflydb/dragonfly-operator/pull/215)
- feat(version): release 1.1.5 of Operator by
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/216](https://togithub.com/dragonflydb/dragonfly-operator/pull/216)
- fix(ci): remove chart version update step by
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/217](https://togithub.com/dragonflydb/dragonfly-operator/pull/217)

##### New Contributors

- [@&#8203;mueller-ma](https://togithub.com/mueller-ma) made their first
contribution in
[https://github.com/dragonflydb/dragonfly-operator/pull/205](https://togithub.com/dragonflydb/dragonfly-operator/pull/205)
- [@&#8203;Aym3nTN](https://togithub.com/Aym3nTN) made their first
contribution in
[https://github.com/dragonflydb/dragonfly-operator/pull/209](https://togithub.com/dragonflydb/dragonfly-operator/pull/209)
- [@&#8203;sergeyshevch](https://togithub.com/sergeyshevch) made their
first contribution in
[https://github.com/dragonflydb/dragonfly-operator/pull/210](https://togithub.com/dragonflydb/dragonfly-operator/pull/210)
- [@&#8203;nlamirault](https://togithub.com/nlamirault) made their first
contribution in
[https://github.com/dragonflydb/dragonfly-operator/pull/212](https://togithub.com/dragonflydb/dragonfly-operator/pull/212)
- [@&#8203;cmergenthaler](https://togithub.com/cmergenthaler) made their
first contribution in
[https://github.com/dragonflydb/dragonfly-operator/pull/214](https://togithub.com/dragonflydb/dragonfly-operator/pull/214)

**Full Changelog**:
dragonflydb/dragonfly-operator@v1.1.4...v1.1.5

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
lumiere-bot bot referenced this pull request in coolguy1771/home-ops Jul 17, 2024
…5 ) (patch) (#5046)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

Release v1.1.5

Docker image: `docker.dragonflydb.io/dragonflydb/operator:v1.1.5`

This release adds `nodePort` field to customize service node port and
updates dragonfly version to `v1.20.1`

##### What's Changed

- feat(service): add support for nodePort by
[@&#8203;mueller-ma](https://togithub.com/mueller-ma) in
[https://github.com/dragonflydb/dragonfly-operator/pull/205](https://togithub.com/dragonflydb/dragonfly-operator/pull/205)
- fix(helm-release): Added back Helm Chart release CI job by
[@&#8203;Aym3nTN](https://togithub.com/Aym3nTN) in
[https://github.com/dragonflydb/dragonfly-operator/pull/209](https://togithub.com/dragonflydb/dragonfly-operator/pull/209)
- feat: Upgrade k8s versions by
[@&#8203;sergeyshevch](https://togithub.com/sergeyshevch) in
[https://github.com/dragonflydb/dragonfly-operator/pull/210](https://togithub.com/dragonflydb/dragonfly-operator/pull/210)
- feat(helm): Add ServiceMonitor resource by
[@&#8203;nlamirault](https://togithub.com/nlamirault) in
[https://github.com/dragonflydb/dragonfly-operator/pull/212](https://togithub.com/dragonflydb/dragonfly-operator/pull/212)
- fix(dashboard): Use correct metric to determine master by
[@&#8203;cmergenthaler](https://togithub.com/cmergenthaler) in
[https://github.com/dragonflydb/dragonfly-operator/pull/214](https://togithub.com/dragonflydb/dragonfly-operator/pull/214)
- chore(dragonfly): bump version to v1.20.1 by
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/215](https://togithub.com/dragonflydb/dragonfly-operator/pull/215)
- feat(version): release 1.1.5 of Operator by
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/216](https://togithub.com/dragonflydb/dragonfly-operator/pull/216)
- fix(ci): remove chart version update step by
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/217](https://togithub.com/dragonflydb/dragonfly-operator/pull/217)

##### New Contributors

- [@&#8203;mueller-ma](https://togithub.com/mueller-ma) made their first
contribution in
[https://github.com/dragonflydb/dragonfly-operator/pull/205](https://togithub.com/dragonflydb/dragonfly-operator/pull/205)
- [@&#8203;Aym3nTN](https://togithub.com/Aym3nTN) made their first
contribution in
[https://github.com/dragonflydb/dragonfly-operator/pull/209](https://togithub.com/dragonflydb/dragonfly-operator/pull/209)
- [@&#8203;sergeyshevch](https://togithub.com/sergeyshevch) made their
first contribution in
[https://github.com/dragonflydb/dragonfly-operator/pull/210](https://togithub.com/dragonflydb/dragonfly-operator/pull/210)
- [@&#8203;nlamirault](https://togithub.com/nlamirault) made their first
contribution in
[https://github.com/dragonflydb/dragonfly-operator/pull/212](https://togithub.com/dragonflydb/dragonfly-operator/pull/212)
- [@&#8203;cmergenthaler](https://togithub.com/cmergenthaler) made their
first contribution in
[https://github.com/dragonflydb/dragonfly-operator/pull/214](https://togithub.com/dragonflydb/dragonfly-operator/pull/214)

**Full Changelog**:
dragonflydb/dragonfly-operator@v1.1.4...v1.1.5

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants