From 62d17d329e3f0711de6798645ca8ed0905372dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Fri, 19 Nov 2021 19:35:53 +0800 Subject: [PATCH] Support Istio 1.10.3, 1.11.4, 1.12.0 release (#8155) --- .github/workflows/e2e.istio.yaml | 2 +- CHANGES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.istio.yaml b/.github/workflows/e2e.istio.yaml index c6be8327f3..b9077eed68 100644 --- a/.github/workflows/e2e.istio.yaml +++ b/.github/workflows/e2e.istio.yaml @@ -41,7 +41,7 @@ jobs: fail-fast: true matrix: analyzer: [k8s-mesh, mx-mesh] - istio_version: [1.7.1, 1.8.2, 1.9.1] + istio_version: [1.7.1, 1.8.2, 1.9.1, 1.10.3, 1.11.4, 1.12.0] name: Istio(${{ matrix.istio_version }})+ALS(${{ matrix.analyzer }}) env: ISTIO_VERSION: ${{ matrix.istio_version }} diff --git a/CHANGES.md b/CHANGES.md index 3d6738ebe6..7e9b3d5154 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -50,6 +50,7 @@ Release Notes. * Add `MicroBench` module to make it easier for developers to write JMH test. * Upgrade Kubernetes Java client to 14.0.0, supports GCP token refreshing and fixes some bugs. * Change `SO11Y` metric `envoy_als_in_count` to calculate the ALS message count. +* Support Istio `1.10.3`, `1.11.4`, `1.12.0` release.(Tested through e2e) #### UI