Skip to content

Commit

Permalink
Update istio to version 1.23.2 (gardener#10558)
Browse files Browse the repository at this point in the history
* Update istio to version 1.23.1

* Update to istio-1.23.2
  • Loading branch information
axel7born authored Oct 9, 2024
1 parent fdbbfbd commit 8b2c081
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ require (
google.golang.org/protobuf v1.35.1
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.16.1
istio.io/api v1.22.5
istio.io/client-go v1.22.0
istio.io/api v1.23.2
istio.io/client-go v1.23.2
k8s.io/api v0.31.1
k8s.io/apiextensions-apiserver v0.31.1
k8s.io/apimachinery v0.31.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -892,10 +892,10 @@ honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
istio.io/api v1.22.5 h1:xR1DMG6uuNqzWSzfJJJO8jx53panv+xqTg62l6dVW2U=
istio.io/api v1.22.5/go.mod h1:S3l8LWqNYS9yT+d4bH+jqzH2lMencPkW7SKM1Cu9EyM=
istio.io/client-go v1.22.0 h1:TQ+Y7hqZVQHvaJXF99Q1jBqnVG7gYAHR9IvCK2nlwfE=
istio.io/client-go v1.22.0/go.mod h1:1lAPr0DOVBbnRQqLAQKxWbEaxFk6b1CJTm+ypnP7sMo=
istio.io/api v1.23.2 h1:FvWi7GC+rWD60/ZFPuulX/h3k+f2Q9qot3dP8CIL8Ss=
istio.io/api v1.23.2/go.mod h1:QPSTGXuIQdnZFEm3myf9NZ5uBMwCdJWUvfj9ZZ+2oBM=
istio.io/client-go v1.23.2 h1:BIt6A+KaUOFin3SzXiDq2Fr/TMBev1+c836R0BfUfhU=
istio.io/client-go v1.23.2/go.mod h1:E08wpMtUulJk2tlWOCUVakjy1bKFxUNm22tM1R1QY0Y=
k8s.io/api v0.19.0/go.mod h1:I1K45XlvTrDjmj5LoM5LuP/KYrhWbjUKT/SoPG0qTjw=
k8s.io/api v0.31.1 h1:Xe1hX/fPW3PXYYv8BlozYqw63ytA92snr96zMW9gWTU=
k8s.io/api v0.31.1/go.mod h1:sbN1g6eY6XVLeqNsZGLnI5FwVseTrZX7Fv3O26rhAaI=
Expand Down
4 changes: 2 additions & 2 deletions imagevector/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ images:
- name: istio-proxy
sourceRepository: github.com/istio/istio
repository: gcr.io/istio-release/proxyv2
tag: "1.21.6-distroless"
tag: "1.23.2-distroless"
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
Expand All @@ -741,7 +741,7 @@ images:
- name: istio-istiod
sourceRepository: github.com/istio/istio
repository: gcr.io/istio-release/pilot
tag: "1.21.6-distroless"
tag: "1.23.2-distroless"
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
Expand Down
2 changes: 1 addition & 1 deletion pkg/component/networking/istio/charts/istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ helm template istio pkg/component/networking/istio/charts/istio/istio-ingress -n

Clone istio github repository and checkout desired release tag:
```console
ISTIO_VERSION=1.21.6
ISTIO_VERSION=1.23.2
git clone https://github.com/istio/istio.git
cd istio
git checkout $ISTIO_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ports: []
# port: 8443
# targetPort: 8443
serviceName: istio-ingressgateway
ingressVersion: "1.21.6"
ingressVersion: "1.23.2"
#externalTrafficPolicy: Cluster
replicas: 2
minReplicas: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: istio-ingressgateway
namespace: test-ingress
labels:
app.kubernetes.io/version: 1.21.6
app.kubernetes.io/version: 1.23.2
app: istio-ingressgateway
foo: bar
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: istio-ingressgateway
namespace: test-ingress
labels:
app.kubernetes.io/version: 1.21.6
app.kubernetes.io/version: 1.23.2
app: istio-ingressgateway
foo: bar
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
networking.resources.gardener.cloud/from-all-seed-scrape-targets-allowed-ports: '[{"port":15020,"protocol":"TCP"}]'
foo: bar
labels:
app.kubernetes.io/version: 1.21.6
app.kubernetes.io/version: 1.23.2
app: istio-ingressgateway
foo: bar
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
networking.resources.gardener.cloud/from-all-seed-scrape-targets-allowed-ports: '[{"port":15020,"protocol":"TCP"}]'
foo: bar
labels:
app.kubernetes.io/version: 1.21.6
app.kubernetes.io/version: 1.23.2
app: istio-ingressgateway
foo: bar
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
networking.resources.gardener.cloud/from-all-seed-scrape-targets-allowed-ports: '[{"port":15020,"protocol":"TCP"}]'
foo: bar
labels:
app.kubernetes.io/version: 1.21.6
app.kubernetes.io/version: 1.23.2
app: istio-ingressgateway
foo: bar
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
networking.resources.gardener.cloud/from-all-seed-scrape-targets-allowed-ports: '[{"port":15020,"protocol":"TCP"}]'
foo: bar
labels:
app.kubernetes.io/version: 1.21.6
app.kubernetes.io/version: 1.23.2
app: istio-ingressgateway
foo: bar
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
networking.resources.gardener.cloud/from-all-seed-scrape-targets-allowed-ports: '[{"port":15020,"protocol":"TCP"}]'
foo: bar
labels:
app.kubernetes.io/version: 1.21.6
app.kubernetes.io/version: 1.23.2
app: istio-ingressgateway
foo: bar
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: istio-ingressgateway-service-account
namespace: test-ingress
labels:
app.kubernetes.io/version: 1.21.6
app.kubernetes.io/version: 1.23.2
app: istio-ingressgateway
foo: bar
automountServiceAccountToken: false

0 comments on commit 8b2c081

Please sign in to comment.