Skip to content

Commit

Permalink
Istio 1.22.2 (#912) (#917)
Browse files Browse the repository at this point in the history
* Istio 1.22.2 (#912)

* Istio 1.22.2

* Add release notes

* Move release notes to 1.8.1

* Update version file
  • Loading branch information
werdes72 committed Jul 3, 2024
1 parent e50d36b commit f91a942
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Kyma Istio Operator is a component of the Kyma runtime that handles the manageme

The latest release includes the following versions of Istio and Envoy:

**Istio version:** 1.22.1
**Istio version:** 1.22.2

**Envoy version:** 1.30.2
**Envoy version:** 1.30.3

> [!NOTE]
> If you want to enable compatibility with the previous minor version of Istio, see [Compatibility Mode](https://kyma-project.io/#/istio/user/00-10-overview-istio-controller?id=compatibility-mode).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.8.1
3 changes: 3 additions & 0 deletions docs/release-notes/1.8.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## New Features

- Update the Istio version to 1.22.2 [#912](https://github.com/kyma-project/istio/pull/912). Read [Istio 1.22.2 Release Announcement](https://istio.io/latest/news/releases/1.22.x/announcing-1.22.2/).
4 changes: 2 additions & 2 deletions docs/user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Kyma Istio Operator is an essential part of the Istio module that handles the ma

The latest release includes the following versions of Istio and Envoy:

**Istio version:** 1.22.1
**Istio version:** 1.22.2

**Envoy version:** 1.30.2
**Envoy version:** 1.30.3

> [!NOTE]
> If you want to enable compatibility with the previous minor version of Istio, see [Compatibility Mode](https://kyma-project.io/#/istio/user/00-10-overview-istio-controller?id=compatibility-mode).
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ require (
golang.org/x/time v0.5.0
google.golang.org/protobuf v1.34.2
gopkg.in/yaml.v3 v3.0.1
istio.io/api v1.22.1-0.20240524024004-b6815be0740d
istio.io/client-go v1.22.1-0.20240524024404-e48447329f77
istio.io/istio v0.0.0-20240601204907-a1a76b8e75f8
istio.io/api v1.22.2-0.20240619002433-8214ad1c7bd7
istio.io/client-go v1.22.2-0.20240619002733-a3ff9edd813c
istio.io/istio v0.0.0-20240626183513-204da5ba47f2
k8s.io/api v0.30.0
k8s.io/apiextensions-apiserver v0.30.0
k8s.io/apimachinery v0.30.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -960,12 +960,12 @@ helm.sh/helm/v3 v3.14.3/go.mod h1:v6myVbyseSBJTzhmeE39UcPLNv6cQK6qss3dvgAySaE=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
istio.io/api v1.22.1-0.20240524024004-b6815be0740d h1:2GncSQ55NOr91NYPmi0jqhVM7z7/xswJsD96dQMkN38=
istio.io/api v1.22.1-0.20240524024004-b6815be0740d/go.mod h1:S3l8LWqNYS9yT+d4bH+jqzH2lMencPkW7SKM1Cu9EyM=
istio.io/client-go v1.22.1-0.20240524024404-e48447329f77 h1:RxyTd7arbmdk/E7xINxtrsC4pXtVR6piZgn25WYVqJ4=
istio.io/client-go v1.22.1-0.20240524024404-e48447329f77/go.mod h1:Z2QE9uMt6tDVyrmiLfLVhutbqtfUkPJ7A5Uw/p6gNFo=
istio.io/istio v0.0.0-20240601204907-a1a76b8e75f8 h1:wxNbsjiAP99zIkNYi2QQIrMluRCtIt9SI03exkmy20M=
istio.io/istio v0.0.0-20240601204907-a1a76b8e75f8/go.mod h1:h7kNaznOyS+lED6Mj8nihoUeTU52WQvnB8hDAGjM3Co=
istio.io/api v1.22.2-0.20240619002433-8214ad1c7bd7 h1:iSnlKJkc4UREFpBnaJLnZv2dtpg5DXUbk0BqTXpa3n0=
istio.io/api v1.22.2-0.20240619002433-8214ad1c7bd7/go.mod h1:S3l8LWqNYS9yT+d4bH+jqzH2lMencPkW7SKM1Cu9EyM=
istio.io/client-go v1.22.2-0.20240619002733-a3ff9edd813c h1:vdJOAEER1vXo9uf2VGjIkgAaFTLgvwtvefmU4LXaT30=
istio.io/client-go v1.22.2-0.20240619002733-a3ff9edd813c/go.mod h1:Fxt0tVZLXQRKyrBv7uwm4zCZE0qayejG0bSwZy9K6Hg=
istio.io/istio v0.0.0-20240626183513-204da5ba47f2 h1:p8t/ftDPtv1exF7G4Ec8cshs0n5ImdVYJet7/NtgCV4=
istio.io/istio v0.0.0-20240626183513-204da5ba47f2/go.mod h1:W+Q7BRfeI4wvPiXo7cmG4c8LkROOpi9E5aupfGd8GT4=
k8s.io/api v0.18.2/go.mod h1:SJCWI7OLzhZSvbY7U8zwNl9UA4o1fizoug34OV/2r78=
k8s.io/api v0.18.4/go.mod h1:lOIQAKYgai1+vz9J7YcDZwC26Z0zQewYOGWdyIPUUQ4=
k8s.io/api v0.30.0 h1:siWhRq7cNjy2iHssOB9SCGNCl2spiF1dO3dABqZ8niA=
Expand Down
2 changes: 1 addition & 1 deletion internal/istiooperator/istio-operator-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
kyma-project.io/module: istio
spec:
hub: europe-docker.pkg.dev/kyma-project/prod/external/istio
tag: "1.22.1-distroless"
tag: "1.22.2-distroless"
components:
base:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion internal/istiooperator/istio-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
kyma-project.io/module: istio
spec:
hub: europe-docker.pkg.dev/kyma-project/prod/external/istio
tag: "1.22.1-distroless"
tag: "1.22.2-distroless"
components:
base:
enabled: true
Expand Down
8 changes: 4 additions & 4 deletions sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module-name: istio
protecode:
- europe-docker.pkg.dev/kyma-project/prod/istio-manager:1.8.0
- europe-docker.pkg.dev/kyma-project/prod/external/istio/install-cni:1.22.1-distroless
- europe-docker.pkg.dev/kyma-project/prod/external/istio/proxyv2:1.22.1-distroless
- europe-docker.pkg.dev/kyma-project/prod/external/istio/pilot:1.22.1-distroless
- europe-docker.pkg.dev/kyma-project/prod/istio-manager:1.8.1
- europe-docker.pkg.dev/kyma-project/prod/external/istio/install-cni:1.22.2-distroless
- europe-docker.pkg.dev/kyma-project/prod/external/istio/proxyv2:1.22.2-distroless
- europe-docker.pkg.dev/kyma-project/prod/external/istio/pilot:1.22.2-distroless
whitesource:
language: golang-mod
subprojects: false
Expand Down

0 comments on commit f91a942

Please sign in to comment.