Releases: chartmuseum/helm-push
v0.6.0
Changelog
547fa24 update version to 0.6.0
235f2d9 several readme updates
4f25f84 Merge pull request #10 from steven-zou/support_cert_and_ca
ce782fc Refactor code per reviewer's comments remove unnecessary comments change 'insecureSkipVerify' from upper case to camel style
58b3d65 fix conflicts with upstream repo
479486a Support pushing to the helm repo server which enable the https with certificates add --ca-file option add --cert-file option add --key-file option add --insecure option add UT cases for the newly appended options
v0.5.0
Changelog
ec758c3 update version to 0.5.0
d4789bb Add note about cm version for using force option
c25eb42 Add --force/-f option to force upload (#5)
d065ec4 Make install script more cross-compatible (#7)
57a5f8a Ability to push directly to repo URL (#3)
4987731 Upgrade to helm 2.9.1, chartmuseum 0.7.1, cobra 0.0.3
05cb335 Remove bash in install script to support alpine (#4)