-
Notifications
You must be signed in to change notification settings - Fork 209
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
update chart release action to use CR release v1.4.0 #106
Conversation
cpanato
commented
Mar 27, 2022
- update chart release action to use CR release v1.4.0
315680b
to
8188cbf
Compare
Signed-off-by: cpanato <ctadeu@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from @unguiculus suggestions, this lgtm! Once we merge this and release a new version of the action, we can update https://github.com/helm/charts-repo-actions-demo 😊
IF we want to use helm/charts-repo-actions-demo repo to test this before merging – which we have done in the past – we can do by pointing this PRs branch on your fork and ensure all is well there. Not sure if we need that anymore but it has been helpful in the past
Signed-off-by: cpanato <ctadeu@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
[![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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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) - [@​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 [#​108](https://github.com/helm/chart-releaser-action/issues/108) by [@​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 [@​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 [@​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 - [@​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) - [@​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 [@​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 [@​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 [@​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>