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

Add flag skip-existing to skip upload if release exists #134

Merged
merged 2 commits into from Apr 25, 2023

Conversation

xunleii
Copy link
Contributor

@xunleii xunleii commented Feb 12, 2023

closes #70 (following the last comment #70 (comment))

@szaimen
Copy link
Contributor

szaimen commented Feb 20, 2023

Hi, this should already be possible with https://github.com/helm/chart-releaser/blob/ee26f50ce93ca23920dc1ce93e677665ce65a46e/README.md?plain=1#L156 IIRC...

@xunleii
Copy link
Contributor Author

xunleii commented Feb 23, 2023

Hi, thanks @szaimen, I didn't see this var.
Personnaly, adding it directly as an action parameter seems better for me to keep consistency between action parameters and CR parameters (like owner for CR_OWNER or repo for CR_GIT_REPO). What do you think ?

action.yml Outdated Show resolved Hide resolved
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need a rebase

xunleii and others added 2 commits April 1, 2023 21:23
Signed-off-by: Alexandre Nicolaie dit Clairville <alexandre.nicolaie@gmail.com>
Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
Signed-off-by: Alexandre NICOLAIE <xunleii@users.noreply.github.com>
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, not against, but we might don't want to add all possible due to limitation of the github action inputs

@cpanato cpanato merged commit 5f8660e into helm:main Apr 25, 2023
3 checks passed
truecharts-admin added a commit to truecharts/charts that referenced this pull request Nov 2, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action)
| action | minor | `v1.5.0` -> `v1.6.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>helm/chart-releaser-action
(helm/chart-releaser-action)</summary>

###
[`v1.6.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.6.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0)

#### What's Changed

- Allow to mark the published github release as latest by
[@&#8203;szaimen](https://togithub.com/szaimen) in
[helm/chart-releaser-action#135
- Support actions triggered by a tag by
[@&#8203;luisico](https://togithub.com/luisico) in
[helm/chart-releaser-action#96
- Add flag `skip-existing` to skip upload if release exists by
[@&#8203;xunleii](https://togithub.com/xunleii) in
[helm/chart-releaser-action#134
- bump to use chart-releaser v1.6.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#146
- Remove `charts_repo_url` from readme by
[@&#8203;viceice](https://togithub.com/viceice) in
[helm/chart-releaser-action#144
- Remove deprecated `charts_repo_url` option in documentation by
[@&#8203;krapie](https://togithub.com/krapie) in
[helm/chart-releaser-action#137
- Add `changed_charts` and `chart_version` outputs by
[@&#8203;n-oden](https://togithub.com/n-oden) in
[helm/chart-releaser-action#130
- Added: --packages-with-index parameter by
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
in
[helm/chart-releaser-action#148
- docs: add skip_existing to README by
[@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) in
[helm/chart-releaser-action#158
- README: Fix default chart-releaser version by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#155
- Extend `show_help` with `packages-with-index` by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#160
- Add `--pages-branch` parameter by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#156
- fix packages_with_index flag by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#172
- bump cr to 1.6.1 and add dependabot config by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#173

#### New Contributors

- [@&#8203;szaimen](https://togithub.com/szaimen) made their first
contribution in
[helm/chart-releaser-action#135
- [@&#8203;luisico](https://togithub.com/luisico) made their first
contribution in
[helm/chart-releaser-action#96
- [@&#8203;xunleii](https://togithub.com/xunleii) made their first
contribution in
[helm/chart-releaser-action#134
- [@&#8203;viceice](https://togithub.com/viceice) made their first
contribution in
[helm/chart-releaser-action#144
- [@&#8203;krapie](https://togithub.com/krapie) made their first
contribution in
[helm/chart-releaser-action#137
- [@&#8203;n-oden](https://togithub.com/n-oden) made their first
contribution in
[helm/chart-releaser-action#130
-
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
made their first contribution in
[helm/chart-releaser-action#148
- [@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) made their first
contribution in
[helm/chart-releaser-action#158
- [@&#8203;michalbiesek](https://togithub.com/michalbiesek) made their
first contribution in
[helm/chart-releaser-action#155
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[helm/chart-releaser-action#174

**Full Changelog**:
helm/chart-releaser-action@v1.5.0...v1.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
stavros-k pushed a commit to truecharts/library-charts that referenced this pull request Nov 5, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action)
| action | minor | `v1.5.0` -> `v1.6.0` |

---

### Release Notes

<details>
<summary>helm/chart-releaser-action
(helm/chart-releaser-action)</summary>

###
[`v1.6.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.6.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0)

#### What's Changed

- Allow to mark the published github release as latest by
[@&#8203;szaimen](https://togithub.com/szaimen) in
[helm/chart-releaser-action#135
- Support actions triggered by a tag by
[@&#8203;luisico](https://togithub.com/luisico) in
[helm/chart-releaser-action#96
- Add flag `skip-existing` to skip upload if release exists by
[@&#8203;xunleii](https://togithub.com/xunleii) in
[helm/chart-releaser-action#134
- bump to use chart-releaser v1.6.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#146
- Remove `charts_repo_url` from readme by
[@&#8203;viceice](https://togithub.com/viceice) in
[helm/chart-releaser-action#144
- Remove deprecated `charts_repo_url` option in documentation by
[@&#8203;krapie](https://togithub.com/krapie) in
[helm/chart-releaser-action#137
- Add `changed_charts` and `chart_version` outputs by
[@&#8203;n-oden](https://togithub.com/n-oden) in
[helm/chart-releaser-action#130
- Added: --packages-with-index parameter by
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
in
[helm/chart-releaser-action#148
- docs: add skip_existing to README by
[@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) in
[helm/chart-releaser-action#158
- README: Fix default chart-releaser version by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#155
- Extend `show_help` with `packages-with-index` by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#160
- Add `--pages-branch` parameter by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#156
- fix packages_with_index flag by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#172
- bump cr to 1.6.1 and add dependabot config by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#173

#### New Contributors

- [@&#8203;szaimen](https://togithub.com/szaimen) made their first
contribution in
[helm/chart-releaser-action#135
- [@&#8203;luisico](https://togithub.com/luisico) made their first
contribution in
[helm/chart-releaser-action#96
- [@&#8203;xunleii](https://togithub.com/xunleii) made their first
contribution in
[helm/chart-releaser-action#134
- [@&#8203;viceice](https://togithub.com/viceice) made their first
contribution in
[helm/chart-releaser-action#144
- [@&#8203;krapie](https://togithub.com/krapie) made their first
contribution in
[helm/chart-releaser-action#137
- [@&#8203;n-oden](https://togithub.com/n-oden) made their first
contribution in
[helm/chart-releaser-action#130
-
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
made their first contribution in
[helm/chart-releaser-action#148
- [@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) made their first
contribution in
[helm/chart-releaser-action#158
- [@&#8203;michalbiesek](https://togithub.com/michalbiesek) made their
first contribution in
[helm/chart-releaser-action#155
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[helm/chart-releaser-action#174

**Full Changelog**:
helm/chart-releaser-action@v1.5.0...v1.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
kodiakhq bot pushed a commit to cloudquery/helm-charts that referenced this pull request Nov 7, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action) | action | minor | `v1.5.0` -> `v1.6.0` |
| [helm/chart-testing-action](https://togithub.com/helm/chart-testing-action) | action | patch | `v2.6.0` -> `v2.6.1` |

---

### Release Notes

<details>
<summary>helm/chart-releaser-action (helm/chart-releaser-action)</summary>

### [`v1.6.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.6.0)

[Compare Source](https://togithub.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0)

#### What's Changed

-   Allow to mark the published github release as latest by [@&#8203;szaimen](https://togithub.com/szaimen) in [helm/chart-releaser-action#135
-   Support actions triggered by a tag by [@&#8203;luisico](https://togithub.com/luisico) in [helm/chart-releaser-action#96
-   Add flag `skip-existing` to skip upload if release exists by [@&#8203;xunleii](https://togithub.com/xunleii) in [helm/chart-releaser-action#134
-   bump to use chart-releaser v1.6.0 by [@&#8203;cpanato](https://togithub.com/cpanato) in [helm/chart-releaser-action#146
-   Remove `charts_repo_url` from readme by [@&#8203;viceice](https://togithub.com/viceice) in [helm/chart-releaser-action#144
-   Remove deprecated `charts_repo_url` option in documentation by [@&#8203;krapie](https://togithub.com/krapie) in [helm/chart-releaser-action#137
-   Add `changed_charts` and `chart_version` outputs by [@&#8203;n-oden](https://togithub.com/n-oden) in [helm/chart-releaser-action#130
-   Added: --packages-with-index parameter by [@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero) in [helm/chart-releaser-action#148
-   docs: add skip_existing to README by [@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) in [helm/chart-releaser-action#158
-   README: Fix default chart-releaser version by [@&#8203;michalbiesek](https://togithub.com/michalbiesek) in [helm/chart-releaser-action#155
-   Extend `show_help` with `packages-with-index` by [@&#8203;michalbiesek](https://togithub.com/michalbiesek) in [helm/chart-releaser-action#160
-   Add `--pages-branch` parameter by [@&#8203;michalbiesek](https://togithub.com/michalbiesek) in [helm/chart-releaser-action#156
-   fix packages_with_index flag by [@&#8203;cpanato](https://togithub.com/cpanato) in [helm/chart-releaser-action#172
-   bump cr to 1.6.1 and add dependabot config by [@&#8203;cpanato](https://togithub.com/cpanato) in [helm/chart-releaser-action#173

#### New Contributors

-   [@&#8203;szaimen](https://togithub.com/szaimen) made their first contribution in [helm/chart-releaser-action#135
-   [@&#8203;luisico](https://togithub.com/luisico) made their first contribution in [helm/chart-releaser-action#96
-   [@&#8203;xunleii](https://togithub.com/xunleii) made their first contribution in [helm/chart-releaser-action#134
-   [@&#8203;viceice](https://togithub.com/viceice) made their first contribution in [helm/chart-releaser-action#144
-   [@&#8203;krapie](https://togithub.com/krapie) made their first contribution in [helm/chart-releaser-action#137
-   [@&#8203;n-oden](https://togithub.com/n-oden) made their first contribution in [helm/chart-releaser-action#130
-   [@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero) made their first contribution in [helm/chart-releaser-action#148
-   [@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) made their first contribution in [helm/chart-releaser-action#158
-   [@&#8203;michalbiesek](https://togithub.com/michalbiesek) made their first contribution in [helm/chart-releaser-action#155
-   [@&#8203;dependabot](https://togithub.com/dependabot) made their first contribution in [helm/chart-releaser-action#174

**Full Changelog**: helm/chart-releaser-action@v1.5.0...v1.6.0

</details>

<details>
<summary>helm/chart-testing-action (helm/chart-testing-action)</summary>

### [`v2.6.1`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.6.1)

[Compare Source](https://togithub.com/helm/chart-testing-action/compare/v2.6.0...v2.6.1)

#### What's Changed

-   bump ct to v3.10.1 by [@&#8203;cpanato](https://togithub.com/cpanato) in [helm/chart-testing-action#136

**Full Changelog**: helm/chart-testing-action@v2...v2.6.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
ti-chi-bot bot pushed a commit to PingCAP-QE/ee-ops that referenced this pull request Nov 10, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action)
| action | minor | `v1.5.0` -> `v1.6.0` |

---

### Release Notes

<details>
<summary>helm/chart-releaser-action
(helm/chart-releaser-action)</summary>

###
[`v1.6.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.6.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0)

#### What's Changed

- Allow to mark the published github release as latest by
[@&#8203;szaimen](https://togithub.com/szaimen) in
[helm/chart-releaser-action#135
- Support actions triggered by a tag by
[@&#8203;luisico](https://togithub.com/luisico) in
[helm/chart-releaser-action#96
- Add flag `skip-existing` to skip upload if release exists by
[@&#8203;xunleii](https://togithub.com/xunleii) in
[helm/chart-releaser-action#134
- bump to use chart-releaser v1.6.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#146
- Remove `charts_repo_url` from readme by
[@&#8203;viceice](https://togithub.com/viceice) in
[helm/chart-releaser-action#144
- Remove deprecated `charts_repo_url` option in documentation by
[@&#8203;krapie](https://togithub.com/krapie) in
[helm/chart-releaser-action#137
- Add `changed_charts` and `chart_version` outputs by
[@&#8203;n-oden](https://togithub.com/n-oden) in
[helm/chart-releaser-action#130
- Added: --packages-with-index parameter by
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
in
[helm/chart-releaser-action#148
- docs: add skip_existing to README by
[@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) in
[helm/chart-releaser-action#158
- README: Fix default chart-releaser version by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#155
- Extend `show_help` with `packages-with-index` by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#160
- Add `--pages-branch` parameter by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#156
- fix packages_with_index flag by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#172
- bump cr to 1.6.1 and add dependabot config by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#173

#### New Contributors

- [@&#8203;szaimen](https://togithub.com/szaimen) made their first
contribution in
[helm/chart-releaser-action#135
- [@&#8203;luisico](https://togithub.com/luisico) made their first
contribution in
[helm/chart-releaser-action#96
- [@&#8203;xunleii](https://togithub.com/xunleii) made their first
contribution in
[helm/chart-releaser-action#134
- [@&#8203;viceice](https://togithub.com/viceice) made their first
contribution in
[helm/chart-releaser-action#144
- [@&#8203;krapie](https://togithub.com/krapie) made their first
contribution in
[helm/chart-releaser-action#137
- [@&#8203;n-oden](https://togithub.com/n-oden) made their first
contribution in
[helm/chart-releaser-action#130
-
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
made their first contribution in
[helm/chart-releaser-action#148
- [@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) made their first
contribution in
[helm/chart-releaser-action#158
- [@&#8203;michalbiesek](https://togithub.com/michalbiesek) made their
first contribution in
[helm/chart-releaser-action#155
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[helm/chart-releaser-action#174

**Full Changelog**:
helm/chart-releaser-action@v1.5.0...v1.6.0

</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 this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/PingCAP-QE/ee-ops).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
StevenMcElligott pushed a commit to StevenMcElligott/TrueChartsCharts that referenced this pull request Nov 11, 2023
…charts#14258)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action)
| action | minor | `v1.5.0` -> `v1.6.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>helm/chart-releaser-action
(helm/chart-releaser-action)</summary>

###
[`v1.6.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.6.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0)

#### What's Changed

- Allow to mark the published github release as latest by
[@&truecharts#8203;szaimen](https://togithub.com/szaimen) in
[helm/chart-releaser-action#135
- Support actions triggered by a tag by
[@&truecharts#8203;luisico](https://togithub.com/luisico) in
[helm/chart-releaser-action#96
- Add flag `skip-existing` to skip upload if release exists by
[@&truecharts#8203;xunleii](https://togithub.com/xunleii) in
[helm/chart-releaser-action#134
- bump to use chart-releaser v1.6.0 by
[@&truecharts#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#146
- Remove `charts_repo_url` from readme by
[@&truecharts#8203;viceice](https://togithub.com/viceice) in
[helm/chart-releaser-action#144
- Remove deprecated `charts_repo_url` option in documentation by
[@&truecharts#8203;krapie](https://togithub.com/krapie) in
[helm/chart-releaser-action#137
- Add `changed_charts` and `chart_version` outputs by
[@&truecharts#8203;n-oden](https://togithub.com/n-oden) in
[helm/chart-releaser-action#130
- Added: --packages-with-index parameter by
[@&truecharts#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
in
[helm/chart-releaser-action#148
- docs: add skip_existing to README by
[@&truecharts#8203;lazyfrosch](https://togithub.com/lazyfrosch) in
[helm/chart-releaser-action#158
- README: Fix default chart-releaser version by
[@&truecharts#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#155
- Extend `show_help` with `packages-with-index` by
[@&truecharts#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#160
- Add `--pages-branch` parameter by
[@&truecharts#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#156
- fix packages_with_index flag by
[@&truecharts#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#172
- bump cr to 1.6.1 and add dependabot config by
[@&truecharts#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#173

#### New Contributors

- [@&truecharts#8203;szaimen](https://togithub.com/szaimen) made their first
contribution in
[helm/chart-releaser-action#135
- [@&truecharts#8203;luisico](https://togithub.com/luisico) made their first
contribution in
[helm/chart-releaser-action#96
- [@&truecharts#8203;xunleii](https://togithub.com/xunleii) made their first
contribution in
[helm/chart-releaser-action#134
- [@&truecharts#8203;viceice](https://togithub.com/viceice) made their first
contribution in
[helm/chart-releaser-action#144
- [@&truecharts#8203;krapie](https://togithub.com/krapie) made their first
contribution in
[helm/chart-releaser-action#137
- [@&truecharts#8203;n-oden](https://togithub.com/n-oden) made their first
contribution in
[helm/chart-releaser-action#130
-
[@&truecharts#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
made their first contribution in
[helm/chart-releaser-action#148
- [@&truecharts#8203;lazyfrosch](https://togithub.com/lazyfrosch) made their first
contribution in
[helm/chart-releaser-action#158
- [@&truecharts#8203;michalbiesek](https://togithub.com/michalbiesek) made their
first contribution in
[helm/chart-releaser-action#155
- [@&truecharts#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[helm/chart-releaser-action#174

**Full Changelog**:
helm/chart-releaser-action@v1.5.0...v1.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate bot added a commit to teutonet/teutonet-helm-charts that referenced this pull request Nov 14, 2023
…on to v1.6.0 (#626)

[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action)
| action | minor | `v1.5.0` -> `v1.6.0` |

---

### Release Notes

<details>
<summary>helm/chart-releaser-action
(helm/chart-releaser-action)</summary>

###
[`v1.6.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.6.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0)

#### What's Changed

- Allow to mark the published github release as latest by
[@&#8203;szaimen](https://togithub.com/szaimen) in
[helm/chart-releaser-action#135
- Support actions triggered by a tag by
[@&#8203;luisico](https://togithub.com/luisico) in
[helm/chart-releaser-action#96
- Add flag `skip-existing` to skip upload if release exists by
[@&#8203;xunleii](https://togithub.com/xunleii) in
[helm/chart-releaser-action#134
- bump to use chart-releaser v1.6.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#146
- Remove `charts_repo_url` from readme by
[@&#8203;viceice](https://togithub.com/viceice) in
[helm/chart-releaser-action#144
- Remove deprecated `charts_repo_url` option in documentation by
[@&#8203;krapie](https://togithub.com/krapie) in
[helm/chart-releaser-action#137
- Add `changed_charts` and `chart_version` outputs by
[@&#8203;n-oden](https://togithub.com/n-oden) in
[helm/chart-releaser-action#130
- Added: --packages-with-index parameter by
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
in
[helm/chart-releaser-action#148
- docs: add skip_existing to README by
[@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) in
[helm/chart-releaser-action#158
- README: Fix default chart-releaser version by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#155
- Extend `show_help` with `packages-with-index` by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#160
- Add `--pages-branch` parameter by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#156
- fix packages_with_index flag by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#172
- bump cr to 1.6.1 and add dependabot config by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#173

#### New Contributors

- [@&#8203;szaimen](https://togithub.com/szaimen) made their first
contribution in
[helm/chart-releaser-action#135
- [@&#8203;luisico](https://togithub.com/luisico) made their first
contribution in
[helm/chart-releaser-action#96
- [@&#8203;xunleii](https://togithub.com/xunleii) made their first
contribution in
[helm/chart-releaser-action#134
- [@&#8203;viceice](https://togithub.com/viceice) made their first
contribution in
[helm/chart-releaser-action#144
- [@&#8203;krapie](https://togithub.com/krapie) made their first
contribution in
[helm/chart-releaser-action#137
- [@&#8203;n-oden](https://togithub.com/n-oden) made their first
contribution in
[helm/chart-releaser-action#130
-
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
made their first contribution in
[helm/chart-releaser-action#148
- [@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) made their first
contribution in
[helm/chart-releaser-action#158
- [@&#8203;michalbiesek](https://togithub.com/michalbiesek) made their
first contribution in
[helm/chart-releaser-action#155
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[helm/chart-releaser-action#174

**Full Changelog**:
helm/chart-releaser-action@v1.5.0...v1.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/teutonet/teutonet-helm-charts).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ti-chi-bot bot pushed a commit to PingCAP-QE/ee-apps that referenced this pull request Dec 5, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action)
| action | minor | `v1.4.1` -> `v1.6.0` |

---

### Release Notes

<details>
<summary>helm/chart-releaser-action
(helm/chart-releaser-action)</summary>

###
[`v1.6.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.6.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0)

#### What's Changed

- Allow to mark the published github release as latest by
[@&#8203;szaimen](https://togithub.com/szaimen) in
[helm/chart-releaser-action#135
- Support actions triggered by a tag by
[@&#8203;luisico](https://togithub.com/luisico) in
[helm/chart-releaser-action#96
- Add flag `skip-existing` to skip upload if release exists by
[@&#8203;xunleii](https://togithub.com/xunleii) in
[helm/chart-releaser-action#134
- bump to use chart-releaser v1.6.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#146
- Remove `charts_repo_url` from readme by
[@&#8203;viceice](https://togithub.com/viceice) in
[helm/chart-releaser-action#144
- Remove deprecated `charts_repo_url` option in documentation by
[@&#8203;krapie](https://togithub.com/krapie) in
[helm/chart-releaser-action#137
- Add `changed_charts` and `chart_version` outputs by
[@&#8203;n-oden](https://togithub.com/n-oden) in
[helm/chart-releaser-action#130
- Added: --packages-with-index parameter by
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
in
[helm/chart-releaser-action#148
- docs: add skip_existing to README by
[@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) in
[helm/chart-releaser-action#158
- README: Fix default chart-releaser version by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#155
- Extend `show_help` with `packages-with-index` by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#160
- Add `--pages-branch` parameter by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#156
- fix packages_with_index flag by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#172
- bump cr to 1.6.1 and add dependabot config by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#173

#### New Contributors

- [@&#8203;szaimen](https://togithub.com/szaimen) made their first
contribution in
[helm/chart-releaser-action#135
- [@&#8203;luisico](https://togithub.com/luisico) made their first
contribution in
[helm/chart-releaser-action#96
- [@&#8203;xunleii](https://togithub.com/xunleii) made their first
contribution in
[helm/chart-releaser-action#134
- [@&#8203;viceice](https://togithub.com/viceice) made their first
contribution in
[helm/chart-releaser-action#144
- [@&#8203;krapie](https://togithub.com/krapie) made their first
contribution in
[helm/chart-releaser-action#137
- [@&#8203;n-oden](https://togithub.com/n-oden) made their first
contribution in
[helm/chart-releaser-action#130
-
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
made their first contribution in
[helm/chart-releaser-action#148
- [@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) made their first
contribution in
[helm/chart-releaser-action#158
- [@&#8203;michalbiesek](https://togithub.com/michalbiesek) made their
first contribution in
[helm/chart-releaser-action#155
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[helm/chart-releaser-action#174

**Full Changelog**:
helm/chart-releaser-action@v1.5.0...v1.6.0

###
[`v1.5.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.5.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.4.1...v1.5.0)

#### What's Changed

- Skip packaging option - resolves
[#&#8203;108](https://togithub.com/helm/chart-releaser-action/issues/108)
by [@&#8203;gmorse81](https://togithub.com/gmorse81) in
[helm/chart-releaser-action#109
- Remove deprecated charts-repo-url option by
[@&#8203;jftanner](https://togithub.com/jftanner) in
[helm/chart-releaser-action#123
- default action to cr v1.5.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#127

#### New Contributors

- [@&#8203;gmorse81](https://togithub.com/gmorse81) made their first
contribution in
[helm/chart-releaser-action#109
- [@&#8203;jftanner](https://togithub.com/jftanner) made their first
contribution in
[helm/chart-releaser-action#123

**Full Changelog**:
helm/chart-releaser-action@v1...v1.5.0

</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 this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/PingCAP-QE/ee-apps).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to newrelic/helm-charts that referenced this pull request Jan 23, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action)
| action | minor | `v1.3.0` -> `v1.6.0` |

---

### Release Notes

<details>
<summary>helm/chart-releaser-action
(helm/chart-releaser-action)</summary>

###
[`v1.6.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.6.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0)

#### What's Changed

- Allow to mark the published github release as latest by
[@&#8203;szaimen](https://togithub.com/szaimen) in
[helm/chart-releaser-action#135
- Support actions triggered by a tag by
[@&#8203;luisico](https://togithub.com/luisico) in
[helm/chart-releaser-action#96
- Add flag `skip-existing` to skip upload if release exists by
[@&#8203;xunleii](https://togithub.com/xunleii) in
[helm/chart-releaser-action#134
- bump to use chart-releaser v1.6.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#146
- Remove `charts_repo_url` from readme by
[@&#8203;viceice](https://togithub.com/viceice) in
[helm/chart-releaser-action#144
- Remove deprecated `charts_repo_url` option in documentation by
[@&#8203;krapie](https://togithub.com/krapie) in
[helm/chart-releaser-action#137
- Add `changed_charts` and `chart_version` outputs by
[@&#8203;n-oden](https://togithub.com/n-oden) in
[helm/chart-releaser-action#130
- Added: --packages-with-index parameter by
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
in
[helm/chart-releaser-action#148
- docs: add skip_existing to README by
[@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) in
[helm/chart-releaser-action#158
- README: Fix default chart-releaser version by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#155
- Extend `show_help` with `packages-with-index` by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#160
- Add `--pages-branch` parameter by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#156
- fix packages_with_index flag by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#172
- bump cr to 1.6.1 and add dependabot config by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#173

#### New Contributors

- [@&#8203;szaimen](https://togithub.com/szaimen) made their first
contribution in
[helm/chart-releaser-action#135
- [@&#8203;luisico](https://togithub.com/luisico) made their first
contribution in
[helm/chart-releaser-action#96
- [@&#8203;xunleii](https://togithub.com/xunleii) made their first
contribution in
[helm/chart-releaser-action#134
- [@&#8203;viceice](https://togithub.com/viceice) made their first
contribution in
[helm/chart-releaser-action#144
- [@&#8203;krapie](https://togithub.com/krapie) made their first
contribution in
[helm/chart-releaser-action#137
- [@&#8203;n-oden](https://togithub.com/n-oden) made their first
contribution in
[helm/chart-releaser-action#130
-
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
made their first contribution in
[helm/chart-releaser-action#148
- [@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) made their first
contribution in
[helm/chart-releaser-action#158
- [@&#8203;michalbiesek](https://togithub.com/michalbiesek) made their
first contribution in
[helm/chart-releaser-action#155
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[helm/chart-releaser-action#174

**Full Changelog**:
helm/chart-releaser-action@v1.5.0...v1.6.0

###
[`v1.5.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.5.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.4.1...v1.5.0)

#### What's Changed

- Skip packaging option - resolves
[#&#8203;108](https://togithub.com/helm/chart-releaser-action/issues/108)
by [@&#8203;gmorse81](https://togithub.com/gmorse81) in
[helm/chart-releaser-action#109
- Remove deprecated charts-repo-url option by
[@&#8203;jftanner](https://togithub.com/jftanner) in
[helm/chart-releaser-action#123
- default action to cr v1.5.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#127

#### New Contributors

- [@&#8203;gmorse81](https://togithub.com/gmorse81) made their first
contribution in
[helm/chart-releaser-action#109
- [@&#8203;jftanner](https://togithub.com/jftanner) made their first
contribution in
[helm/chart-releaser-action#123

**Full Changelog**:
helm/chart-releaser-action@v1...v1.5.0

###
[`v1.4.1`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.4.1)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.4.0...v1.4.1)

#### What's Changed

- document required permissions by
[@&#8203;davidkarlsen](https://togithub.com/davidkarlsen) in
[helm/chart-releaser-action#114
- bump cr to v1.4.1 by [@&#8203;cpanato](https://togithub.com/cpanato)
in
[helm/chart-releaser-action#121

**Full Changelog**:
helm/chart-releaser-action@v1.4.0...v1.4.1

###
[`v1.4.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.4.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.3.0...v1.4.0)

#### What's Changed

- update chart release action to use CR release v1.4.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#106

**Full Changelog**:
helm/chart-releaser-action@v1.3.0...v1.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/newrelic/helm-charts).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
nomaster pushed a commit to enoki-coop/helm-charts that referenced this pull request Feb 1, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action)
| action | minor | `v1.5.0` -> `v1.6.0` |

---

### Release Notes

<details>
<summary>helm/chart-releaser-action
(helm/chart-releaser-action)</summary>

###
[`v1.6.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.6.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0)

#### What's Changed

- Allow to mark the published github release as latest by
[@&#8203;szaimen](https://togithub.com/szaimen) in
[helm/chart-releaser-action#135
- Support actions triggered by a tag by
[@&#8203;luisico](https://togithub.com/luisico) in
[helm/chart-releaser-action#96
- Add flag `skip-existing` to skip upload if release exists by
[@&#8203;xunleii](https://togithub.com/xunleii) in
[helm/chart-releaser-action#134
- bump to use chart-releaser v1.6.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#146
- Remove `charts_repo_url` from readme by
[@&#8203;viceice](https://togithub.com/viceice) in
[helm/chart-releaser-action#144
- Remove deprecated `charts_repo_url` option in documentation by
[@&#8203;krapie](https://togithub.com/krapie) in
[helm/chart-releaser-action#137
- Add `changed_charts` and `chart_version` outputs by
[@&#8203;n-oden](https://togithub.com/n-oden) in
[helm/chart-releaser-action#130
- Added: --packages-with-index parameter by
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
in
[helm/chart-releaser-action#148
- docs: add skip_existing to README by
[@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) in
[helm/chart-releaser-action#158
- README: Fix default chart-releaser version by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#155
- Extend `show_help` with `packages-with-index` by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#160
- Add `--pages-branch` parameter by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[helm/chart-releaser-action#156
- fix packages_with_index flag by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#172
- bump cr to 1.6.1 and add dependabot config by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#173

#### New Contributors

- [@&#8203;szaimen](https://togithub.com/szaimen) made their first
contribution in
[helm/chart-releaser-action#135
- [@&#8203;luisico](https://togithub.com/luisico) made their first
contribution in
[helm/chart-releaser-action#96
- [@&#8203;xunleii](https://togithub.com/xunleii) made their first
contribution in
[helm/chart-releaser-action#134
- [@&#8203;viceice](https://togithub.com/viceice) made their first
contribution in
[helm/chart-releaser-action#144
- [@&#8203;krapie](https://togithub.com/krapie) made their first
contribution in
[helm/chart-releaser-action#137
- [@&#8203;n-oden](https://togithub.com/n-oden) made their first
contribution in
[helm/chart-releaser-action#130
-
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
made their first contribution in
[helm/chart-releaser-action#148
- [@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) made their first
contribution in
[helm/chart-releaser-action#158
- [@&#8203;michalbiesek](https://togithub.com/michalbiesek) made their
first contribution in
[helm/chart-releaser-action#155
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[helm/chart-releaser-action#174

**Full Changelog**:
helm/chart-releaser-action@v1.5.0...v1.6.0

</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 this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/enoki-coop/helm-charts).

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

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

Successfully merging this pull request may close these issues.

Feature: Support appending an existing release
3 participants