teleport/docs/preflight.md

13 lines
515 B
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.
2020-10-22 19:45:38 +00:00
- [ ] Bump Golang vendor dependencies
- [ ] Review forked dependencies for upstream security patches
- [ ] Bump Web UI vendor dependencies
- [ ] 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