Skip to content

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
masterfrom
copilot/fix-istio-version-issues
Closed

Align Istio manifests to stable 1.30.0 and remove 1.29/1.30-rc drift#3473
juliusvonkohout with Copilot wants to merge 3 commits into
masterfrom
copilot/fix-istio-version-issues

Conversation

Copilot AI commented May 21, 2026

Copy link
Copy Markdown
Contributor

This change addresses the review feedback on the insecure Istio overlay and aligns with the requirement to remove Istio 1.29.x and 1.30-rc usage. All tracked Istio version references in manifests/documentation/scripts are now normalized to stable 1.30.0.

  • Insecure overlay fix (reviewed line)

    • Updated common/istio/istio-install/overlays/insecure/configmap-patch.yaml to use stable 1.30.0 for the Istio tag.
  • Repository-wide Istio version normalization

    • Replaced remaining Istio 1.29.x references with 1.30.0 in:
      • common/istio/istio-install/base/install.yaml
      • common/istio/istio-crds/base/crd.yaml
      • common/istio/cluster-local-gateway/base/cluster-local-gateway.yaml
      • common/istio/istio-install/components/ambient-mode/ztunnel.yaml
      • common/istio/istio-install/base/patches/istio-sidecar-injector-patch.yaml
      • common/istio/profile.yaml
      • README.md
  • Synchronization script consistency

    • Updated scripts/synchronize-istio-manifests.sh to target COMMIT="1.30.0" and derive PREVIOUS_COMMIT from common/istio/profile.yaml so replacement logic remains correct across future bumps.
COMMIT="1.30.0"
PREVIOUS_COMMIT=$(awk '/^  tag:/{print $2; exit}' "$ISTIO_DIRECTORY/profile.yaml")

Copilot AI self-assigned this May 21, 2026
Copilot AI review requested due to automatic review settings May 21, 2026 07:26
Copilot AI removed the request for review from Copilot May 21, 2026 07:26
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 requested review from Copilot and removed request for Copilot May 21, 2026 07:31
@google-oss-prow google-oss-prow Bot added size/L and removed size/XS labels May 21, 2026
@google-oss-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from juliusvonkohout. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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 requested review from Copilot and removed request for Copilot May 21, 2026 07:32
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
Copilot AI requested a review from juliusvonkohout May 21, 2026 07:33
@juliusvonkohout
juliusvonkohout deleted the copilot/fix-istio-version-issues branch May 21, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants