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

[skywalking] branch try-newer-istio created (now 1fb2032)

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

wusheng pushed a change to branch try-newer-istio
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 1fb2032  Support Istio 1.10.3, 1.11.4, 1.12.0 release

This branch includes the following new commits:

     new 1fb2032  Support Istio 1.10.3, 1.11.4, 1.12.0 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking] 01/01: Support Istio 1.10.3, 1.11.4, 1.12.0 release

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch try-newer-istio
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 1fb20328ae2559c5eb5be79af74139f929056d8e
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Nov 19 17:56:15 2021 +0800

    Support Istio 1.10.3, 1.11.4, 1.12.0 release
---
 .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