diff --git a/README.md b/README.md index 5b74c2229..be0ff604b 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/VERSION b/VERSION index 27f9cd322..a8fdfda1c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.0 +1.8.1 diff --git a/docs/release-notes/1.8.1.md b/docs/release-notes/1.8.1.md new file mode 100644 index 000000000..bef27bd5e --- /dev/null +++ b/docs/release-notes/1.8.1.md @@ -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/). diff --git a/docs/user/README.md b/docs/user/README.md index 91498d469..4f795c10c 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -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). diff --git a/go.mod b/go.mod index a56704ffc..c80f06969 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index d0c9074bb..a1c22f543 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/internal/istiooperator/istio-operator-light.yaml b/internal/istiooperator/istio-operator-light.yaml index 009ff952b..4d96e9316 100644 --- a/internal/istiooperator/istio-operator-light.yaml +++ b/internal/istiooperator/istio-operator-light.yaml @@ -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 diff --git a/internal/istiooperator/istio-operator.yaml b/internal/istiooperator/istio-operator.yaml index 8f097299a..b99e8d9b2 100644 --- a/internal/istiooperator/istio-operator.yaml +++ b/internal/istiooperator/istio-operator.yaml @@ -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 diff --git a/sec-scanners-config.yaml b/sec-scanners-config.yaml index 7f7ed3641..b1b98cfde 100644 --- a/sec-scanners-config.yaml +++ b/sec-scanners-config.yaml @@ -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