Skip to content

Istio Release 1.17

Kalya Subramanian edited this page May 22, 2023 · 3 revisions

Timeline

  • Branch Cut / Feature Freeze: January 17th, 2023
  • Code Freeze: February 6th, 2023
  • Expected Release Date: February 13th, 2023

Point releases

Release Managers

How do I get my changes into the release?

On January 17th, 2023, Istio 1.17 release managers will create the release-1.17 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.17' branch.

To merge a PR into the release-1.17 branch, you must first merge it into the master branch. To mark a PR for automatic cherrypicking, add the cherrypick/release-1.17 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.17.0 release candidate.
    • Any change not meeting the above, such as a new feature or API, will require TOC approval.

Dev Environment

Writing Code

Pull Requests

Testing

Performance

Releases

Misc

Central Istiod

Security

Mixer

Pilot

Telemetry

Clone this wiki locally