Releases: helm/chart-releaser-action
Releases · helm/chart-releaser-action
v1.6.0
What's Changed
- Allow to mark the published github release as latest by @szaimen in #135
- Support actions triggered by a tag by @luisico in #96
- Add flag
skip-existing
to skip upload if release exists by @xunleii in #134 - bump to use chart-releaser v1.6.0 by @cpanato in #146
- Remove
charts_repo_url
from readme by @viceice in #144 - Remove deprecated
charts_repo_url
option in documentation by @krapie in #137 - Add
changed_charts
andchart_version
outputs by @n-oden in #130 - Added: --packages-with-index parameter by @valeriano-manassero in #148
- docs: add skip_existing to README by @lazyfrosch in #158
- README: Fix default chart-releaser version by @michalbiesek in #155
- Extend
show_help
withpackages-with-index
by @michalbiesek in #160 - Add
--pages-branch
parameter by @michalbiesek in #156 - fix packages_with_index flag by @cpanato in #172
- bump cr to 1.6.1 and add dependabot config by @cpanato in #173
New Contributors
- @szaimen made their first contribution in #135
- @luisico made their first contribution in #96
- @xunleii made their first contribution in #134
- @viceice made their first contribution in #144
- @krapie made their first contribution in #137
- @n-oden made their first contribution in #130
- @valeriano-manassero made their first contribution in #148
- @lazyfrosch made their first contribution in #158
- @michalbiesek made their first contribution in #155
- @dependabot made their first contribution in #174
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.1
What's Changed
- document required permissions by @davidkarlsen in #114
- bump cr to v1.4.1 by @cpanato in #121
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Fixes an issue with chart_depth when charts_dir is . by @chrisbsmith in #83
- Remove reference to github api, add documentation for chart-releaser cli by @boxcee in #77
- docs: Add prerequisite to README by @alldoami in #101
- fix: cache directory path always in PATH env by @Xplouder in #99
- update chart-releaser to v1.3.0 by @cpanato in #98
New Contributors
- @chrisbsmith made their first contribution in #83
- @boxcee made their first contribution in #77
- @alldoami made their first contribution in #101
- @Xplouder made their first contribution in #99
Full Changelog: v1.2.1...v1.3.0
v1.2.1
v1.2.0
v1.1.0
565e779 Convert to composite action and use cache dir (#55)
7e3f32e Add missing config option to action.yml (#53)
072a634 Add config option (#50)
ae4e3d4 Use built-in package and upload functionality (#48)
ee2ad4e Fix handling of deeply nested charts_dir (#47)
39ca3e6 Remove stray quote (#51)
06d81fa Tag release with commit hash of the tip of current branch (#42)
74d7022 Fix small typo in cr.sh (#39)
42a825d fix checkout action, needs history (#35)