* Add workflow to release webhook in rancher/charts and rancher/rancher
* Migrate to using Github App
* Prepend to release list in charts
* Take v-prefixed version as input
* Add doc block to release-message.sh
* Ensure prev and new versions are different
* Add support for RC to nonRC
* Add support RC to non-RC in rancher/rancher
* Fix permissios and shell quote
* Add sync deps workflow
* List changes in PR description
* Add usage and error handling for pkg/apis version extraction
* Update format of changes for PR description
- Misc. changes to CI caught during further testing:
1. There should be two shell variables, HELM_VERSION for pulling
down the right version of helm, and HELM_CHART_VERSION, for identifying
generated helm charts.
2. Similarly, `TAG` and `IMAGE_TAG` are two different things.
3. Stop using make/dapper: env vars get lost
4. Skip the RKE Machine config unit test on CI/arm64
- Written up in issue 45837