Support Istio 1.10.3, 1.11.4, 1.12.0 release (#8155)
This commit is contained in:
parent
b2e8438820
commit
62d17d329e
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue