RELEASE_BRANCHES.md
Release branches have a name of release-MAJOR.MINOR. Essential Istio repositories are branched from master roughly 4
weeks prior to a new release. The istio/istio.io repository does not get branched until the release is ready
for publication.
This document outlines getting in new features after a new branch has been cut and the process for getting a PR merged in before and after the first public release.
One week before a release, the release branch goes into a state of code freeze. At this point only critical release blocking bugs are addressed. Additional changes that are targeted for new features and capabilities will not be merged.
If a PR change requires an API change
meshConfig changes have been approved in the past. Functionality should not be enabled by default.Release managers will continue to have a final say in what gets merged or not, unless directed by the TOC. See the next section if the implementation is done, but a bug is being addressed.
cherrypick/release-X.XX label to the PR, and the bot should pick it up./cherry-pick release-X.XXcherrypick/ label manually to aid search and tracking, even if you use the comment command method.