|
|
@ -256,13 +256,17 @@ While hashes provide a signature that the content of the downloads is what it
|
|
|
|
was generated, signed packages provide traceability of where the package came
|
|
|
|
was generated, signed packages provide traceability of where the package came
|
|
|
|
from.
|
|
|
|
from.
|
|
|
|
|
|
|
|
|
|
|
|
To do this follow the following steps:
|
|
|
|
To do this, run the following `make` commands:
|
|
|
|
|
|
|
|
|
|
|
|
1. Download each of the release bundles generated by the CI system
|
|
|
|
```shell
|
|
|
|
2. Sign each of them using GnuPG using the command `gpg --armor --detach-sign [FILE NAME]`.
|
|
|
|
make clean
|
|
|
|
This will generate a file name `[FILE NAME].asc` with an ascii armored signature.
|
|
|
|
make fetch-dist
|
|
|
|
|
|
|
|
make sign
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Each of the signature files needs to be uploaded to the release on GitHub.
|
|
|
|
This will generate ascii armored signature files for each of the files pushed by CI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All of the signature files need to be uploaded to the release on GitHub.
|
|
|
|
|
|
|
|
|
|
|
|
## 8. Write the Release Notes
|
|
|
|
## 8. Write the Release Notes
|
|
|
|
|
|
|
|
|
|
|
@ -322,7 +326,7 @@ The [Quickstart Guide](https://docs.helm.sh/using_helm/#quickstart-guide) will g
|
|
|
|
|
|
|
|
|
|
|
|
### Features
|
|
|
|
### Features
|
|
|
|
- ref(*): kubernetes v1.11 support efadbd88035654b2951f3958167afed014c46bc6 (Adam Reese)
|
|
|
|
- ref(*): kubernetes v1.11 support efadbd88035654b2951f3958167afed014c46bc6 (Adam Reese)
|
|
|
|
- feat(helm): add $HELM_KEY_PASSPHRASE environment variable for signing helm charts (#4778) 1e26b5300b5166fabb90002535aacd2f9cc7d787
|
|
|
|
- feat(helm): add $HELM_KEY_PASSPHRASE environment variable for signing helm charts (#4778) 1e26b5300b5166fabb90002535aacd2f9cc7d787
|
|
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
### Bug fixes
|
|
|
|
- fix circle not building tags f4f932fabd197f7e6d608c8672b33a483b4b76fa (Matthew Fisher)
|
|
|
|
- fix circle not building tags f4f932fabd197f7e6d608c8672b33a483b4b76fa (Matthew Fisher)
|
|
|
@ -346,8 +350,9 @@ git log --no-merges --pretty=format:'- %s %H (%aN)' $PREVIOUS_RELEASE..$RELEASE_
|
|
|
|
After generating the changelog, you will need to categorize the changes as shown
|
|
|
|
After generating the changelog, you will need to categorize the changes as shown
|
|
|
|
in the example above.
|
|
|
|
in the example above.
|
|
|
|
|
|
|
|
|
|
|
|
Once finished, go into GitHub and edit the release notes for the tagged release
|
|
|
|
Once finished, go into GitHub and edit the release notes for the tagged release with the notes written here.
|
|
|
|
with the notes written here.
|
|
|
|
|
|
|
|
|
|
|
|
Remember to attach the ascii armored signatures generated in the previous step to the release notes.
|
|
|
|
|
|
|
|
|
|
|
|
## 9. Evangelize
|
|
|
|
## 9. Evangelize
|
|
|
|
|
|
|
|
|
|
|
|