mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-24 16:17:11 +08:00
* Add OCI rebuild info to preflight checkist * Update preflight.md * Update preflight.md * Fix Link
1.3 KiB
1.3 KiB
Preflight Checklist
This checklist is to be run prior to cutting the release branch.
- Bump Golang dependencies
- Review forked dependencies for upstream security patches
- Bump Web UI dependencies
- Make a new docs/VERSION folder
- Update VERSION in Makefile to next dev tag
- Update TELEPORT_VERSION in assets/aws/Makefile
- Update mentions of the version in examples/ and README.md
- Search code for DELETE IN and REMOVE IN comments and clean up if appropriate
- 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_VERSIONinbuild.assets/Makefile - Run
make dronegenand 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.cloudbuildto refer to the new image
- Update the
- Update the list of OCI images to rebuild nightly in
rebuild-teleport-oci-distroless-cron.ymlonmaster