teleport/docs/preflight.md

21 lines
1.4 KiB
Markdown
Raw Normal View History

## Preflight Checklist
2020-10-22 19:45:38 +00:00
This checklist is to be run prior to cutting the release branch.
- [ ] Bump Golang dependencies
2020-10-22 19:45:38 +00:00
- [ ] Review forked dependencies for upstream security patches
- [ ] Bump Web UI dependencies
2020-10-22 19:45:38 +00:00
- [ ] Make a new docs/VERSION folder
- [ ] Update VERSION in Makefile to next dev tag
2020-08-10 12:51:26 +00:00
- [ ] Update TELEPORT_VERSION in assets/aws/Makefile
- [ ] Update mentions of the version in examples/ and README.md
2020-10-22 19:45:38 +00:00
- [ ] Search code for DELETE IN and REMOVE IN comments and clean up if appropriate
2021-06-15 14:50:46 +00:00
- [ ] Update docs/faq.mdx "Which version of Teleport is supported?" section with release date and support info
- [ ] Update the CI buildbox image
- [ ] Update the `BUILDBOX_VERSION` in `build.assets/Makefile`
- [ ] Run `make dronegen` and ensure _all_ buildbox references in the resulting yaml refer to the new image
- [ ] Commit and merge. Drone should build new buildbox images and push to `public.ecr.aws`
- [ ] Once the new images are confirmed in `public.ecr.aws`, update the build yaml files under `.cloudbuild` to refer to the new image
- [ ] Update the list of OCI images to rebuild nightly in [`rebuild-teleport-oci-distroless-cron.yml` on `master`](https://github.com/gravitational/teleport.e/blob/master/.github/workflows/rebuild-teleport-oci-distroless-cron.yml)
- [ ] Update `.github/workflow/codeql.yml` configuration to list the new release branch. The oldest release branch listed can simultaneously be removed.