-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Istio Release 1.16
Francis Zhou edited this page Oct 26, 2022
·
3 revisions
- Branch Cut / Feature Freeze: October 17th, 2022
- Code Freeze: Nov 8th, 2022
- Expected Release Date: November 15th, 2022
- Daniel Hawton - solo.io (dhawton)
- Ziyang Xiao - Intel (ZiyangXiao)
- Tong Li - IBM (litong01)
On October 17th, 2022, Istio 1.16 release managers will create the release-1.16
branch based on master
. It will include any changes merged into master
prior to this date. For any changes after this date, you will need to work with the RMs to cherrypick it into 'release-1.16' branch.
To merge a PR into the release-1.16
branch, you must first merge it into the master
branch. To mark a PR for automatic cherrypicking, add the cherrypick/release-1.16
label to the PR.
RMs will only approve a PR on the release branch if:
- The change has already merged into master.
- exception: if a change only applies to the release branch, and should not go into master, you can submit a change directly to the release branch, but please explicitly note this in the PR description.
- The change consists solely of a bug fix, documentation enhancement, or testing enhancement.
- Changes deemed risky may require a feature flag, especially after RM published the 1.16.0 release candidate.
- Any change not meeting the above, such as a new feature or API, will require TOC approval.
Note: on the istio.io repo, changes should go directly to master until after the 1.16.0 launch. The changes will appear on preliminary istio.io.
Visit istio.io to learn how to use Istio.
- Preparing for Development Mac
- Preparing for Development Linux
- Troubleshooting Development Environment
- Repository Map
- GitHub Workflow
- Github Gmail Filters
- Using the Code Base
- Developing with Minikube
- Remote Debugging
- Verify your Docker Environment
- Istio Test Framework
- Working with Prow
- Test Grid
- Code Coverage FAQ
- Writing Good Integration Tests
- Test Flakes
- Release Manager Expectations
- Preparing Istio Releases
- 1.5 Release Information
- 1.6 Release Information
- 1.7 Release Information
- 1.8 Release Information
- 1.9 Release Information
- 1.10 Release Information
- 1.11 Release Information
- 1.12 Release Information
- 1.13 Release Information
- 1.14 Release Information
- 1.15 Release Information
- 1.16 Release Information
- 1.17 Release Information
- 1.18 Release Information
- 1.19 Release Information
- 1.20 Release Information
- 1.21 Release Information
- 1.22 Release Information
- 1.23 Release Information
- 1.24 Release Information