Skip to content

Commit

Permalink
[release 1.13.1] Update istio to 1.24.2 (#1236)
Browse files Browse the repository at this point in the history
* Update Istio version to 1.24.2 (#1229)

* Update Istio version to 1.24.2

* Add release notes

---------

Co-authored-by: Patryk Strugacz <[email protected]>

* Update call-ui-tests.yaml (#1206)

* Fix lint issue

* Fetch depth on lint

* Revert "Update call-ui-tests.yaml (#1206)"

This reverts commit c1344bc.

* Revert "Fetch depth on lint"

This reverts commit 2128c6e.

---------

Co-authored-by: Patryk Strugacz <[email protected]>
  • Loading branch information
barchw and werdes72 authored Jan 9, 2025
1 parent 2ca6d96 commit dcb4e9b
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The Istio module installs and manages Istio in your Kyma cluster. The latest rel

| **Component** | **Version** |
|---------------|-------------|
| Istio | 1.24.1 |
| Envoy | 1.32.2 |
| Istio | 1.24.2 |
| Envoy | 1.32.3 |

> [!NOTE]
> If you want to enable compatibility with the previous minor version of Istio, see [Compatibility Mode](./docs/user/00-10-istio-version.md#compatibility-mode).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.13.1
9 changes: 9 additions & 0 deletions docs/release-notes/1.13.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Istio Updated to Version 1.24.2

| **Component** | **Version** |
|---------------|-------------|
| Istio | 1.24.2 |
| Envoy | 1.32.3 |

We've updated the Istio version to 1.24.2 ([#1229](https://github.com/kyma-project/istio/pull/1229)).
Read the [Istio 1.24.2 release announcement](https://istio.io/latest/news/releases/1.24.x/announcing-1.24.2/)
4 changes: 2 additions & 2 deletions docs/user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The Istio module installs and manages Istio in your Kyma cluster. By default, th

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

**Istio version:** 1.24.1
**Istio version:** 1.24.2

**Envoy version:** 1.32.2
**Envoy version:** 1.32.3

## Features

Expand Down
8 changes: 4 additions & 4 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.8.0
google.golang.org/protobuf v1.36.2
gopkg.in/yaml.v3 v3.0.1
istio.io/api v1.24.0-rc.0.0.20241101200753-9397ebf09c3a
istio.io/client-go v1.24.0
istio.io/istio v0.0.0-20241105211601-8825a6b7f8c9
istio.io/api v1.24.2-0.20241206152109-43afb8563706
istio.io/client-go v1.24.2-0.20241206152608-3892aa679051
istio.io/istio v0.0.0-20241214032803-7754674f65d3
k8s.io/api v0.31.1
k8s.io/apiextensions-apiserver v0.31.1
k8s.io/apimachinery v0.31.1
Expand Down Expand Up @@ -210,7 +210,7 @@ require (
k8s.io/component-base v0.31.1 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240423202451-8948a665c108 // indirect
sigs.k8s.io/gateway-api v1.2.0 // indirect
sigs.k8s.io/gateway-api v1.2.1-0.20241120211254-20b8e4ea30f9 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/kustomize/api v0.17.2 // indirect
sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
Expand Down
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -609,10 +609,16 @@ honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
istio.io/api v1.24.0-rc.0.0.20241101200753-9397ebf09c3a h1:mg5/FHlPjNxwIdw0LKyLWH3kGpPtLPvbwUII1YdJCoU=
istio.io/api v1.24.0-rc.0.0.20241101200753-9397ebf09c3a/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
istio.io/api v1.24.2-0.20241206152109-43afb8563706 h1:ozWjpvlfA1qFPPOolmqPtus+WwI0rX8uSLqoD+M6C0g=
istio.io/api v1.24.2-0.20241206152109-43afb8563706/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
istio.io/client-go v1.24.0 h1:30Qmx12lJCB5xeJuyodPSWh848b2PvgCubdPTazG1eU=
istio.io/client-go v1.24.0/go.mod h1:sCDBDJWQGJQz/1t3CHwUTDE5V7Nk6pFFkqBwhIg+LrI=
istio.io/client-go v1.24.2-0.20241206152608-3892aa679051 h1:KgYFUC2tfDQnq0usZPUsAcCwXoHVX+m9TmOYcC7uL44=
istio.io/client-go v1.24.2-0.20241206152608-3892aa679051/go.mod h1:dgZ9EmJzh1EECzf6nQhwNL4R6RvlyeH/RXeNeNp/MRg=
istio.io/istio v0.0.0-20241105211601-8825a6b7f8c9 h1:TL8KZXIOBxGUFJYvyqVkBK8B9D1tx2uCrxKNz3BfPtk=
istio.io/istio v0.0.0-20241105211601-8825a6b7f8c9/go.mod h1:WPuuRxVLJBE4gdDc/ZfEn+Rar1azZ2Am6qWBxUfh6r0=
istio.io/istio v0.0.0-20241214032803-7754674f65d3 h1:remhEc2PJofM+dUQezuaESREq/QuBlRdaT7R90mQW1w=
istio.io/istio v0.0.0-20241214032803-7754674f65d3/go.mod h1:RPdKjH/j6aK3Xrt1AmHJyczLuVl/Ox2NqaGE+6DzOn4=
k8s.io/api v0.31.1 h1:Xe1hX/fPW3PXYYv8BlozYqw63ytA92snr96zMW9gWTU=
k8s.io/api v0.31.1/go.mod h1:sbN1g6eY6XVLeqNsZGLnI5FwVseTrZX7Fv3O26rhAaI=
k8s.io/apiextensions-apiserver v0.31.1 h1:L+hwULvXx+nvTYX/MKM3kKMZyei+UiSXQWciX/N6E40=
Expand Down Expand Up @@ -641,6 +647,8 @@ sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8b
sigs.k8s.io/controller-runtime v0.19.3/go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM=
sigs.k8s.io/gateway-api v1.2.0 h1:LrToiFwtqKTKZcZtoQPTuo3FxhrrhTgzQG0Te+YGSo8=
sigs.k8s.io/gateway-api v1.2.0/go.mod h1:EpNfEXNjiYfUJypf0eZ0P5iXA9ekSGWaS1WgPaM42X0=
sigs.k8s.io/gateway-api v1.2.1-0.20241120211254-20b8e4ea30f9 h1:psYo2cTIwvwOLjzEv0LT2Jv58Syb1dk1e7Tdr7WOiEE=
sigs.k8s.io/gateway-api v1.2.1-0.20241120211254-20b8e4ea30f9/go.mod h1:EpNfEXNjiYfUJypf0eZ0P5iXA9ekSGWaS1WgPaM42X0=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/kustomize/api v0.17.2 h1:E7/Fjk7V5fboiuijoZHgs4aHuexi5Y2loXlVOAVAG5g=
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.24.1-distroless"
tag: "1.24.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.24.1-distroless"
tag: "1.24.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/releases/istio-manager:1.13.0
- europe-docker.pkg.dev/kyma-project/prod/external/istio/install-cni:1.24.1-distroless
- europe-docker.pkg.dev/kyma-project/prod/external/istio/proxyv2:1.24.1-distroless
- europe-docker.pkg.dev/kyma-project/prod/external/istio/pilot:1.24.1-distroless
- europe-docker.pkg.dev/kyma-project/prod/istio/releases/istio-manager:1.13.1
- europe-docker.pkg.dev/kyma-project/prod/external/istio/install-cni:1.24.2-distroless
- europe-docker.pkg.dev/kyma-project/prod/external/istio/proxyv2:1.24.2-distroless
- europe-docker.pkg.dev/kyma-project/prod/external/istio/pilot:1.24.2-distroless
whitesource:
language: golang-mod
subprojects: false
Expand Down

0 comments on commit dcb4e9b

Please sign in to comment.