Announcing Istio-1.18.beta0 & Branch Cut Completion

We are pleased to announce the completion of the branch cut work for the upcoming Istio 1.18 release and the release of our first beta.

The release can be found on Github here. Please test and report any issues found. Beta.1 is expected in a week’s time.

We would also like to bring to your attention some information related to the release:

  1. No new feature requests will be accepted to the 1.18 branch. Any exceptions will require TOC approval.
  2. Bug fixes will be accepted to the 1.18 branch after being reviewed by the 1.18 release managers. To get changes into the 1.18 branch, they must be merged first to master then add the cherry-pick label for 1.18 to be automatically cherry-picked to the 1.18 release branch. If the automatic cherry -pick fails, you may have to manually cherry-pick the changes to the release-1.18 branch.
  3. Commits with no-risk of impacting stability during our tests will mostly be approved. Fixes for regressions will be considered with the highest priority. Any bug fix with a high risk of introducing regressions will be rejected.
  4. Examples of bad patterns to avoid for back porting changes from master:
  • Master PR is submitted that implicitly relies on other PRs in master; someone unrelated to the PR (not familiar with the dependency) triggers a backport and it merges.
  • Backports should have a mutual agreement between release managers, original PR submitter (if they are a maintainer), and original approvers.
    • A submission/approval to master doesn’t mean that person thinks it’s safe to backport.
    • PR marked as “Do not backport until X” in the description backported without X happening.
    • Reviewer 1 leaves critical comment on master PR; Reviewer 2 approves and it merges; Backport is done immediately after, and code with critical comments is shipped.
  1. The release managers for the 1.18 release are Paul Merrison and Kalya Subramanian. For any 1.18 release related questions, you can get in touch with us at the #release-1.18 slack channel.