Align Istio manifests to stable 1.30.0 and remove 1.29/1.30-rc drift - #3473
Closed
juliusvonkohout with Copilot wants to merge 3 commits into
Closed
Align Istio manifests to stable 1.30.0 and remove 1.29/1.30-rc drift#3473juliusvonkohout with Copilot wants to merge 3 commits into
juliusvonkohout with Copilot wants to merge 3 commits into
Conversation
Agent-Logs-Url: https://github.com/kubeflow/manifests/sessions/52c121dd-471b-4784-83d3-c7960ef76bbd Co-authored-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Agent-Logs-Url: https://github.com/kubeflow/manifests/sessions/52c121dd-471b-4784-83d3-c7960ef76bbd Co-authored-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix code according to review comment and update Istio version
Align Istio manifests to stable 1.30.0 and remove 1.29/1.30-rc drift
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change addresses the review feedback on the insecure Istio overlay and aligns with the requirement to remove Istio
1.29.xand1.30-rcusage. All tracked Istio version references in manifests/documentation/scripts are now normalized to stable1.30.0.Insecure overlay fix (reviewed line)
common/istio/istio-install/overlays/insecure/configmap-patch.yamlto use stable1.30.0for the Istio tag.Repository-wide Istio version normalization
1.29.xreferences with1.30.0in:common/istio/istio-install/base/install.yamlcommon/istio/istio-crds/base/crd.yamlcommon/istio/cluster-local-gateway/base/cluster-local-gateway.yamlcommon/istio/istio-install/components/ambient-mode/ztunnel.yamlcommon/istio/istio-install/base/patches/istio-sidecar-injector-patch.yamlcommon/istio/profile.yamlREADME.mdSynchronization script consistency
scripts/synchronize-istio-manifests.shto targetCOMMIT="1.30.0"and derivePREVIOUS_COMMITfromcommon/istio/profile.yamlso replacement logic remains correct across future bumps.