Skip to content

prepare for v0.13.0 release#412

Merged
jdolitsky merged 5 commits into
helm:mainfrom
jdolitsky:0.13-release
Feb 4, 2021
Merged

prepare for v0.13.0 release#412
jdolitsky merged 5 commits into
helm:mainfrom
jdolitsky:0.13-release

Conversation

@jdolitsky

Copy link
Copy Markdown
Contributor
  • update to Go 1.15.7
  • add release artifacts script (copied from Helm)
  • add KEYS file containing maintainer signing keys
  • update Makefile to follow Helm release process
  • update dependencies (including auth and storage)
  • rename masterHandler to rootHandler
  • add get-chartmuseum script (based on get-helm-3 script)
  • remove unused scripts and make targets for old release process
  • modify README with new install instructions and docker image
  • rename scripts to use dashes vs underscores

Fixes #391 and #404

- update to Go 1.15.7
- add release artifacts script (copied from Helm)
- add KEYS file containing maintainer signing keys
- update Makefile to follow Helm release process
- update dependencies (including auth and storage)
- rename masterHandler to rootHandler
- add get-chartmuseum script (based on get-helm-3 script)
- remove unused scripts and make targets for old release process
- modify README with new install instructions and docker image
- rename scripts to use dashes vs underscores

Signed-off-by: Josh Dolitsky <[email protected]>
@scbizu

scbizu commented Feb 2, 2021

Copy link
Copy Markdown
Contributor

Why not rm the _dist directory after built the artifact ? I see the .gitignore file but remove the _dist dir is better ?

@jdolitsky

Copy link
Copy Markdown
Contributor Author

@scbizu - this can be deleted with make clean (along with other files)

@scbizu

scbizu commented Feb 3, 2021

Copy link
Copy Markdown
Contributor

OK I see . Thank you .

And if we can use another official github container registry secret name rather than my test secret name XD ?

Signed-off-by: Josh Dolitsky <[email protected]>
Signed-off-by: Josh Dolitsky <[email protected]>
@scbizu

scbizu commented Feb 4, 2021

Copy link
Copy Markdown
Contributor

👍 Looks good to me now

@jdolitsky
jdolitsky merged commit 3a24659 into helm:main Feb 4, 2021
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.

Migrate release process to follow Helm's

3 participants