Edit the docs test plan (#27200)

* Edit the docs test plan

Add an item to remove version warnings for versions we no longer
support. Currently, we remove these version warnings as we encounter
them. This change makes this task a regular, predictable step when
releasing a new major Teleport version.

* Respond to stevenGravy feedback
This commit is contained in:
Paul Gottschling 2023-06-05 13:40:44 -04:00 committed by GitHub
parent 5a61eb3d0a
commit 491bb0ab7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1321,6 +1321,11 @@ version switcher.
- [ ] Verify Teleport versions throughout documentation are correct and reflect upcoming release. Check `docs/config.json` for this.
- [ ] Remove version warnings in the docs that mention a version we no longer
support _except_ for the last EOL version. E.g., if we no longer support
version 10, remove messages saying "You need at least version n to use this
feature" for all versions before 10, but keep warnings for version 10.
- [ ] Verify that all necessary documentation for the release was backported to
the release branch:
- [ ] Diff between master and release branch and make sure there are no missed