|
| 1 | +--- |
| 2 | +name: New Release |
| 3 | +about: Propose a new release |
| 4 | +title: Release vx.y.z |
| 5 | + |
| 6 | +--- |
| 7 | + |
| 8 | +## Release Checklist |
| 9 | +<!-- |
| 10 | +Please do not remove items from the checklist |
| 11 | +--> |
| 12 | +- [ ] Network-operator related component versions in Helm chart are up to date. (otherwise, submit PR to update) |
| 13 | + - [ ] node-feature-discovery |
| 14 | + - [ ] SR-IOV Network Operator |
| 15 | + - [ ] Manifest related component default versions |
| 16 | +- [ ] Example folder is up to date (otherwise submit PR to update) |
| 17 | +- [ ] Update network-operator Helm `Chart.yaml` with the release version (`appVersion`, `version` fields) |
| 18 | + - [ ] Ensure Helm CI is passing on updated Chart. |
| 19 | +- [ ] Tag release |
| 20 | +- [ ] Create a new github release |
| 21 | + - [ ] Release title: vx.y.z, Release description: Changelog from this issue |
| 22 | + - [ ] Release artifacts for current release |
| 23 | +- [ ] Update gh-pages branch |
| 24 | + - [ ] Create Helm package (master branch on release tag commit): |
| 25 | + ``` |
| 26 | + > helm package deployments/network-operator |
| 27 | + ``` |
| 28 | + - [ ] Place Helm package under gh-pages branch in `release` dir |
| 29 | + - [ ] Update `index.yaml` file under gh-pages branch in `release` dir: |
| 30 | + ``` |
| 31 | + > helm repo index . --url https://mellanox.github.io/network-operator/release |
| 32 | + ``` |
| 33 | + - [ ] Update gh-pages branch README.md with `deployment/README.md` from master branch (on release tag commit) |
| 34 | + - [ ] Submit PR against `gh-pages` branch: |
| 35 | + ``` |
| 36 | + > git add <helm .tgz package> <release/index.yaml> <README.md> |
| 37 | + > git commit --signoff -m "Release Network-Operator vx.y.z" |
| 38 | + > git push ... |
| 39 | + ``` |
| 40 | +- [ ] Add a link to the release in this issue |
| 41 | +- [ ] Close this issue |
| 42 | +
|
| 43 | +## Changelog |
| 44 | +### New Features |
| 45 | +<!-- |
| 46 | +Describe new features introduced in this release here. |
| 47 | +--> |
| 48 | +### Bug Fixes |
| 49 | +<!-- |
| 50 | +Describe bugfixes introduced in this release here. |
| 51 | +--> |
| 52 | +### Known Limitations |
| 53 | +<!-- |
| 54 | +Describe notable known limitations with network-operator (if any) here. |
| 55 | +--> |
0 commit comments