Skip to content
New issue

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

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

Already on GitHub? # to your account

Remove deprecated charts_repo_url option in documentation #137

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

krapie
Copy link
Contributor

@krapie krapie commented Apr 11, 2023

As charts_repo_url option has been deprecated: #123, reference of charts_repo_url in REAMDE.md documentation should also be removed to prevent further usage.

For more information, follow: #123 (comment), #123 (comment)


Updates: 2023.04.18

mark_as_latest option also seems to be deprecated too. Removed mark_as_latest in doc and codes as well.

@krapie krapie force-pushed the update-documentation branch from ea539da to 2caae3a Compare April 11, 2023 10:14
@krapie krapie force-pushed the update-documentation branch from 2caae3a to 835ffa4 Compare April 18, 2023 08:48
@krapie krapie changed the title Remove deprecated charts_repo_url option in documentation Remove deprecated charts_repo_url and mark_as_latest options in documentation Apr 18, 2023
@krapie krapie force-pushed the update-documentation branch from 835ffa4 to 0d76e26 Compare April 18, 2023 08:49
@krapie krapie changed the title Remove deprecated charts_repo_url and mark_as_latest options in documentation Remove deprecated charts_repo_url and mark_as_latest options in documentation and code Apr 18, 2023
@cpanato
Copy link
Member

cpanato commented Jun 27, 2023

@krapie there are some conflicts here

@krapie krapie force-pushed the update-documentation branch from 0d76e26 to 5b8742e Compare June 27, 2023 16:00
@krapie
Copy link
Contributor Author

krapie commented Jun 27, 2023

@cpanato resolved conflicts.

@cpanato
Copy link
Member

cpanato commented Jun 27, 2023

why removing the mark_as_latest? that is not deprecated

@krapie krapie force-pushed the update-documentation branch from 5b8742e to ce76306 Compare June 27, 2023 16:10
@krapie krapie force-pushed the update-documentation branch 2 times, most recently from 7f00d7d to b934b01 Compare June 27, 2023 16:20
@krapie
Copy link
Contributor Author

krapie commented Jun 27, 2023

I have made this PR few months ago, so I don't remember why I removed mark_as_latest. Perhaps I have misunderstood something or so...

I have rollbacked mark_as_latest related codes.

Also, it seems like #144 has already been merged few minutes ago, and seems to resolve this issue.

I think it will be better to remove mentions of charts_repo_url in Pre-requisites in README.md too.

@krapie krapie changed the title Remove deprecated charts_repo_url and mark_as_latest options in documentation and code Remove deprecated charts_repo_url option in documentation Jun 27, 2023
Signed-off-by: Kevin Park <krapi0314@gmail.com>
@krapie krapie force-pushed the update-documentation branch from b934b01 to b02c590 Compare June 27, 2023 16:21
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.

thanks!

@cpanato cpanato merged commit 4b85f2c into helm:main Jul 6, 2023
@krapie krapie deleted the update-documentation branch July 7, 2023 07:00
edmondop pushed a commit to edmondop/chart-releaser-action that referenced this pull request Aug 8, 2023
Signed-off-by: Kevin Park <krapi0314@gmail.com>
Signed-off-by: Edmondo Porcu <edmondo.porcu@gmail.com>
truecharts-admin referenced this pull request in truecharts/public Nov 2, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://github.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://github.com/helm/chart-releaser-action/releases/tag/v1.6.0)

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

#### New Contributors

- [@&#8203;szaimen](https://github.com/szaimen) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/135](https://github.com/helm/chart-releaser-action/pull/135)
- [@&#8203;luisico](https://github.com/luisico) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/96](https://github.com/helm/chart-releaser-action/pull/96)
- [@&#8203;xunleii](https://github.com/xunleii) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/134](https://github.com/helm/chart-releaser-action/pull/134)
- [@&#8203;viceice](https://github.com/viceice) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/144](https://github.com/helm/chart-releaser-action/pull/144)
- [@&#8203;krapie](https://github.com/krapie) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/137](https://github.com/helm/chart-releaser-action/pull/137)
- [@&#8203;n-oden](https://github.com/n-oden) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/130](https://github.com/helm/chart-releaser-action/pull/130)
-
[@&#8203;valeriano-manassero](https://github.com/valeriano-manassero)
made their first contribution in
[https://github.com/helm/chart-releaser-action/pull/148](https://github.com/helm/chart-releaser-action/pull/148)
- [@&#8203;lazyfrosch](https://github.com/lazyfrosch) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/158](https://github.com/helm/chart-releaser-action/pull/158)
- [@&#8203;michalbiesek](https://github.com/michalbiesek) made their
first contribution in
[https://github.com/helm/chart-releaser-action/pull/155](https://github.com/helm/chart-releaser-action/pull/155)
- [@&#8203;dependabot](https://github.com/dependabot) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/174](https://github.com/helm/chart-releaser-action/pull/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://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
kodiakhq bot referenced this pull request in cloudquery/helm-charts Nov 7, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) | action | minor | `v1.5.0` -> `v1.6.0` |
| [helm/chart-testing-action](https://github.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://github.com/helm/chart-releaser-action/releases/tag/v1.6.0)

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

#### New Contributors

-   [@&#8203;szaimen](https://github.com/szaimen) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/135](https://github.com/helm/chart-releaser-action/pull/135)
-   [@&#8203;luisico](https://github.com/luisico) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/96](https://github.com/helm/chart-releaser-action/pull/96)
-   [@&#8203;xunleii](https://github.com/xunleii) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/134](https://github.com/helm/chart-releaser-action/pull/134)
-   [@&#8203;viceice](https://github.com/viceice) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/144](https://github.com/helm/chart-releaser-action/pull/144)
-   [@&#8203;krapie](https://github.com/krapie) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/137](https://github.com/helm/chart-releaser-action/pull/137)
-   [@&#8203;n-oden](https://github.com/n-oden) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/130](https://github.com/helm/chart-releaser-action/pull/130)
-   [@&#8203;valeriano-manassero](https://github.com/valeriano-manassero) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/148](https://github.com/helm/chart-releaser-action/pull/148)
-   [@&#8203;lazyfrosch](https://github.com/lazyfrosch) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/158](https://github.com/helm/chart-releaser-action/pull/158)
-   [@&#8203;michalbiesek](https://github.com/michalbiesek) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/155](https://github.com/helm/chart-releaser-action/pull/155)
-   [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/174](https://github.com/helm/chart-releaser-action/pull/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://github.com/helm/chart-testing-action/releases/tag/v2.6.1)

[Compare Source](https://github.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://github.com/cpanato) in [https://github.com/helm/chart-testing-action/pull/136](https://github.com/helm/chart-testing-action/pull/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://github.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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
ti-chi-bot bot referenced this pull request in PingCAP-QE/ee-ops 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://github.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://github.com/helm/chart-releaser-action/releases/tag/v1.6.0)

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

#### New Contributors

- [@&#8203;szaimen](https://github.com/szaimen) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/135](https://github.com/helm/chart-releaser-action/pull/135)
- [@&#8203;luisico](https://github.com/luisico) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/96](https://github.com/helm/chart-releaser-action/pull/96)
- [@&#8203;xunleii](https://github.com/xunleii) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/134](https://github.com/helm/chart-releaser-action/pull/134)
- [@&#8203;viceice](https://github.com/viceice) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/144](https://github.com/helm/chart-releaser-action/pull/144)
- [@&#8203;krapie](https://github.com/krapie) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/137](https://github.com/helm/chart-releaser-action/pull/137)
- [@&#8203;n-oden](https://github.com/n-oden) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/130](https://github.com/helm/chart-releaser-action/pull/130)
-
[@&#8203;valeriano-manassero](https://github.com/valeriano-manassero)
made their first contribution in
[https://github.com/helm/chart-releaser-action/pull/148](https://github.com/helm/chart-releaser-action/pull/148)
- [@&#8203;lazyfrosch](https://github.com/lazyfrosch) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/158](https://github.com/helm/chart-releaser-action/pull/158)
- [@&#8203;michalbiesek](https://github.com/michalbiesek) made their
first contribution in
[https://github.com/helm/chart-releaser-action/pull/155](https://github.com/helm/chart-releaser-action/pull/155)
- [@&#8203;dependabot](https://github.com/dependabot) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/174](https://github.com/helm/chart-releaser-action/pull/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 referenced this pull request in StevenMcElligott/TrueChartsCharts Nov 11, 2023
…charts#14258)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://github.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://github.com/helm/chart-releaser-action/releases/tag/v1.6.0)

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

#### New Contributors

- [@&truecharts#8203;szaimen](https://github.com/szaimen) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/135](https://github.com/helm/chart-releaser-action/pull/135)
- [@&truecharts#8203;luisico](https://github.com/luisico) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/96](https://github.com/helm/chart-releaser-action/pull/96)
- [@&truecharts#8203;xunleii](https://github.com/xunleii) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/134](https://github.com/helm/chart-releaser-action/pull/134)
- [@&truecharts#8203;viceice](https://github.com/viceice) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/144](https://github.com/helm/chart-releaser-action/pull/144)
- [@&truecharts#8203;krapie](https://github.com/krapie) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/137](https://github.com/helm/chart-releaser-action/pull/137)
- [@&truecharts#8203;n-oden](https://github.com/n-oden) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/130](https://github.com/helm/chart-releaser-action/pull/130)
-
[@&truecharts#8203;valeriano-manassero](https://github.com/valeriano-manassero)
made their first contribution in
[https://github.com/helm/chart-releaser-action/pull/148](https://github.com/helm/chart-releaser-action/pull/148)
- [@&truecharts#8203;lazyfrosch](https://github.com/lazyfrosch) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/158](https://github.com/helm/chart-releaser-action/pull/158)
- [@&truecharts#8203;michalbiesek](https://github.com/michalbiesek) made their
first contribution in
[https://github.com/helm/chart-releaser-action/pull/155](https://github.com/helm/chart-releaser-action/pull/155)
- [@&truecharts#8203;dependabot](https://github.com/dependabot) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/174](https://github.com/helm/chart-releaser-action/pull/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://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate bot referenced this pull request in teutonet/teutonet-helm-charts 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://github.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://github.com/helm/chart-releaser-action/releases/tag/v1.6.0)

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

#### New Contributors

- [@&#8203;szaimen](https://github.com/szaimen) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/135](https://github.com/helm/chart-releaser-action/pull/135)
- [@&#8203;luisico](https://github.com/luisico) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/96](https://github.com/helm/chart-releaser-action/pull/96)
- [@&#8203;xunleii](https://github.com/xunleii) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/134](https://github.com/helm/chart-releaser-action/pull/134)
- [@&#8203;viceice](https://github.com/viceice) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/144](https://github.com/helm/chart-releaser-action/pull/144)
- [@&#8203;krapie](https://github.com/krapie) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/137](https://github.com/helm/chart-releaser-action/pull/137)
- [@&#8203;n-oden](https://github.com/n-oden) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/130](https://github.com/helm/chart-releaser-action/pull/130)
-
[@&#8203;valeriano-manassero](https://github.com/valeriano-manassero)
made their first contribution in
[https://github.com/helm/chart-releaser-action/pull/148](https://github.com/helm/chart-releaser-action/pull/148)
- [@&#8203;lazyfrosch](https://github.com/lazyfrosch) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/158](https://github.com/helm/chart-releaser-action/pull/158)
- [@&#8203;michalbiesek](https://github.com/michalbiesek) made their
first contribution in
[https://github.com/helm/chart-releaser-action/pull/155](https://github.com/helm/chart-releaser-action/pull/155)
- [@&#8203;dependabot](https://github.com/dependabot) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/174](https://github.com/helm/chart-releaser-action/pull/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 referenced this pull request in PingCAP-QE/ee-apps 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://github.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://github.com/helm/chart-releaser-action/releases/tag/v1.6.0)

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

#### New Contributors

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

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

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

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

#### What's Changed

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

#### New Contributors

- [@&#8203;gmorse81](https://github.com/gmorse81) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/109](https://github.com/helm/chart-releaser-action/pull/109)
- [@&#8203;jftanner](https://github.com/jftanner) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/123](https://github.com/helm/chart-releaser-action/pull/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 referenced this pull request in newrelic/helm-charts 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://github.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://github.com/helm/chart-releaser-action/releases/tag/v1.6.0)

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

#### New Contributors

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

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

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

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

#### What's Changed

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

#### New Contributors

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

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

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

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

#### What's Changed

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

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

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

[Compare
Source](https://github.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://github.com/cpanato) in
[https://github.com/helm/chart-releaser-action/pull/106](https://github.com/helm/chart-releaser-action/pull/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 referenced this pull request in enoki-coop/helm-charts 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://github.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://github.com/helm/chart-releaser-action/releases/tag/v1.6.0)

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

#### New Contributors

- [@&#8203;szaimen](https://github.com/szaimen) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/135](https://github.com/helm/chart-releaser-action/pull/135)
- [@&#8203;luisico](https://github.com/luisico) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/96](https://github.com/helm/chart-releaser-action/pull/96)
- [@&#8203;xunleii](https://github.com/xunleii) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/134](https://github.com/helm/chart-releaser-action/pull/134)
- [@&#8203;viceice](https://github.com/viceice) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/144](https://github.com/helm/chart-releaser-action/pull/144)
- [@&#8203;krapie](https://github.com/krapie) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/137](https://github.com/helm/chart-releaser-action/pull/137)
- [@&#8203;n-oden](https://github.com/n-oden) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/130](https://github.com/helm/chart-releaser-action/pull/130)
-
[@&#8203;valeriano-manassero](https://github.com/valeriano-manassero)
made their first contribution in
[https://github.com/helm/chart-releaser-action/pull/148](https://github.com/helm/chart-releaser-action/pull/148)
- [@&#8203;lazyfrosch](https://github.com/lazyfrosch) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/158](https://github.com/helm/chart-releaser-action/pull/158)
- [@&#8203;michalbiesek](https://github.com/michalbiesek) made their
first contribution in
[https://github.com/helm/chart-releaser-action/pull/155](https://github.com/helm/chart-releaser-action/pull/155)
- [@&#8203;dependabot](https://github.com/dependabot) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/174](https://github.com/helm/chart-releaser-action/pull/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>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants