You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/11/19 11:36:19 UTC

[skywalking] branch master updated: Support Istio 1.10.3, 1.11.4, 1.12.0 release (#8155)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 62d17d3  Support Istio 1.10.3, 1.11.4, 1.12.0 release (#8155)
62d17d3 is described below

commit 62d17d329e3f0711de6798645ca8ed0905372dcf
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Nov 19 19:35:53 2021 +0800

    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 c6be832..b9077ee 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 3d6738e..7e9b3d5 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