Skip to content

Commit

Permalink
* 2.5.0 -- 2025-05-21
Browse files Browse the repository at this point in the history
  - istio update to 1.26.0
  • Loading branch information
badra001 committed May 21, 2025
1 parent e3a0ea9 commit b8590f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@

* 2.4.4 -- 2025-05-05
- remove a-ashle001 from aws-auth in 1.31

* 2.5.0 -- 2025-05-21
- istio update to 1.26.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
istio_tag = "1.23.4"
#istio_tag = "1.23.4"
istio_tag = "1.26.0"
tls_crt_b64 = ""
tls_crt_contents = ""
tls_crt_file = ""
Expand Down
9 changes: 6 additions & 3 deletions examples/full-cluster-tf-upgrade/1.31/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ istio-operator:
source_image: "istio/operator"
source_tag: null
enabled: true
tag: "1.23.4"
# tag: "1.25.3"
tag: "1.26.0"
istio-pilot:
documentation: "https://istio.io/latest/docs/releases/supported-releases"
name: "istio/pilot"
Expand All @@ -88,7 +89,8 @@ istio-pilot:
source_image: "istio/pilot"
source_tag: null
enabled: true
tag: "1.23.4"
# tag: "1.25.3"
tag: "1.26.0"
istio-proxyv2:
documentation: "https://istio.io/latest/docs/releases/supported-releases"
name: "istio/proxyv2"
Expand All @@ -98,7 +100,8 @@ istio-proxyv2:
source_image: "istio/proxyv2"
source_tag: null
enabled: true
tag: "1.23.4"
# tag: "1.25.3"
tag: "1.26.0"
prometheus:
documentation: "https://hub.docker.com/r/bitnami/prometheus/tags"
name: "prometheus"
Expand Down

0 comments on commit b8590f8

Please sign in to comment.