From dd76b328c46806a9e55e16900f02e82aee8b47a8 Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@renovateapp.com>
Date: Wed, 19 Feb 2025 07:22:24 +0000
Subject: [PATCH 1/7] chore(deps): update ironbank to v1.23.5

---
 chart/Chart.yaml  | 10 +++++-----
 chart/values.yaml |  4 ++--
 tests/images.txt  |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index ca02cdc..4a63c30 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -3,7 +3,7 @@ name: istio-operator
 # This version is never actually shipped. istio/release-builder will replace it at build-time
 # with the appropriate version
 version: 1.23.4-bb.0
-appVersion: 1.23.4
+appVersion: 1.23.5
 tillerVersion: ">=2.7.2"
 description: Helm chart for deploying Istio operator
 keywords:
@@ -15,13 +15,13 @@ icon: https://istio.io/latest/favicons/android-192x192.png
 annotations:
   bigbang.dev/maintenanceTrack: bb_integrated
   bigbang.dev/applicationVersions: |
-    - Istio Operator: 1.23.4
-    - Tetrate Istio Distro Operator: 1.23.4
+    - Istio Operator: 1.23.5
+    - Tetrate Istio Distro Operator: 1.23.5
   helm.sh/images: |
     - name: operator
-      image: registry1.dso.mil/ironbank/opensource/istio/operator:1.23.4
+      image: registry1.dso.mil/ironbank/opensource/istio/operator:1.23.5
     - name: tetrate-operator
       condition: enterprise
-      image: registry1.dso.mil/ironbank/tetrate/istio/operator:1.23.4-tetratefips-v0
+      image: registry1.dso.mil/ironbank/tetrate/istio/operator:1.23.5-tetratefips-v0
   bigbang.dev/upstreamReleaseNotesMarkdown: |
     - [Find upstream chart's release notes and CHANGELOG here](https://istio.io/latest/news/releases/)
diff --git a/chart/values.yaml b/chart/values.yaml
index 037dec6..0ccbac3 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -4,7 +4,7 @@ defaults:
   hub: registry1.dso.mil/ironbank/opensource/istio
   ## Added by Big Bang
   image: operator
-  tag: 1.23.4
+  tag: 1.23.5
 
   # ImagePullSecrets for operator ServiceAccount, list of secrets in the same namespace
   # used to pull operator image. Must be set for any cluster configured with private docker registry.
@@ -64,7 +64,7 @@ operatorNamespace: istio-operator  # needed for helm lint to pass with createNam
 # Find out more from Tetrate - https://www.tetrate.io/tetrate-istio-subscription
 enterprise: false
 tidHub: registry1.dso.mil/ironbank/tetrate/istio
-tidTag: 1.23.4-tetratefips-v0
+tidTag: 1.23.5-tetratefips-v0
 
 # Future: Toggles deployment of serviceMonitor + networkPolicy
 # Only toggles networkPolicy right now
diff --git a/tests/images.txt b/tests/images.txt
index 32fe8e9..215a1b8 100644
--- a/tests/images.txt
+++ b/tests/images.txt
@@ -1 +1 @@
-registry1.dso.mil/ironbank/tetrate/istio/operator:1.23.4-tetratefips-v0
+registry1.dso.mil/ironbank/tetrate/istio/operator:1.23.5-tetratefips-v0
-- 
GitLab


From 5b31a39aa8420e12f10dc85e4807f234aac9feb0 Mon Sep 17 00:00:00 2001
From: lgomez2 <lgomez2g@gmail.com>
Date: Wed, 19 Feb 2025 10:07:55 -0500
Subject: [PATCH 2/7] update "chart" (https://github.com/istio/istio) from
 "1.23.4" (e0508c3e94a50a41e33f39362e0825913b6d0521) to "1.23.5"
 (9c05c4ae29323b549c0f3b5308a16f59602f0ab3)

---
 chart/Kptfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chart/Kptfile b/chart/Kptfile
index 6889d06..a34752c 100644
--- a/chart/Kptfile
+++ b/chart/Kptfile
@@ -5,7 +5,7 @@ metadata:
 upstream:
   type: git
   git:
-    commit: e0508c3e94a50a41e33f39362e0825913b6d0521
+    commit: 9c05c4ae29323b549c0f3b5308a16f59602f0ab3
     repo: https://github.com/istio/istio
     directory: /manifests/charts/istio-operator
-    ref: 1.23.4
+    ref: 1.23.5
-- 
GitLab


From f774b8baf7951e8fe7b1cad41ba32d28ee641794 Mon Sep 17 00:00:00 2001
From: lgomez2 <lgomez2g@gmail.com>
Date: Wed, 19 Feb 2025 10:32:50 -0500
Subject: [PATCH 3/7] updated chart/crds/customresourcedefinitions.gen.yaml

---
 chart/crds/customresourcedefinitions.gen.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chart/crds/customresourcedefinitions.gen.yaml b/chart/crds/customresourcedefinitions.gen.yaml
index 7a8e3c2..a414ace 100644
--- a/chart/crds/customresourcedefinitions.gen.yaml
+++ b/chart/crds/customresourcedefinitions.gen.yaml
@@ -1,4 +1,4 @@
-# Synced with https://github.com/istio/api/blob/v1.23.4/kubernetes/customresourcedefinitions.gen.yaml
+# Synced with https://github.com/istio/api/blob/v1.23.5/kubernetes/customresourcedefinitions.gen.yaml
 # DO NOT EDIT - Generated by Cue OpenAPI generator based on Istio APIs.
 apiVersion: apiextensions.k8s.io/v1
 kind: CustomResourceDefinition
@@ -14330,3 +14330,4 @@ spec:
     storage: true
     subresources:
       status: {}
+      
\ No newline at end of file
-- 
GitLab


From 8580b41ccf4713b62566074335d20bed231a739d Mon Sep 17 00:00:00 2001
From: lgomez2 <lgomez2g@gmail.com>
Date: Wed, 19 Feb 2025 10:33:44 -0500
Subject: [PATCH 4/7] updated chart/Chart.yaml versions

---
 chart/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 4a63c30..440e763 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
 name: istio-operator
 # This version is never actually shipped. istio/release-builder will replace it at build-time
 # with the appropriate version
-version: 1.23.4-bb.0
+version: 1.23.5-bb.0
 appVersion: 1.23.5
 tillerVersion: ">=2.7.2"
 description: Helm chart for deploying Istio operator
-- 
GitLab


From b0e753f781b68619bdb8ea2b3aee08b47efe96c8 Mon Sep 17 00:00:00 2001
From: lgomez2 <lgomez2g@gmail.com>
Date: Wed, 19 Feb 2025 10:35:09 -0500
Subject: [PATCH 5/7] aded changelog entry

---
 CHANGELOG.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 825e65e..d91a4b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
 
 ---
+## [1.23.5-bb.0] - 2025-02-19
+
+### Changed
+
+- Updated registry1.dso.mil/ironbank/opensource/istio/operator from 1.23.4 to 1.23.5
+- Updated registry1.dso.mil/ironbank/tetrate/istio/operator from 1.23.4-tetratefips-v0 to 1.23.5-tetratefips-v0
+
 ## [1.23.4-bb.0] - 2025-01-13
 
 ### Changed
-- 
GitLab


From dfa29794daa8c56fbfb067b3cdb3bf6e59e1c9aa Mon Sep 17 00:00:00 2001
From: lgomez2 <lgomez2g@gmail.com>
Date: Wed, 19 Feb 2025 10:36:15 -0500
Subject: [PATCH 6/7] minor dev maintenance doc update

---
 docs/DEVELOPMENT_MAINTENANCE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/DEVELOPMENT_MAINTENANCE.md b/docs/DEVELOPMENT_MAINTENANCE.md
index ecf6a46..ced8422 100644
--- a/docs/DEVELOPMENT_MAINTENANCE.md
+++ b/docs/DEVELOPMENT_MAINTENANCE.md
@@ -2,7 +2,7 @@
 1. Checkout the branch that renovate created. This branch will have the image tag updates and typically some other necessary version changes that you will want. You can either work off of this branch or branch off of it. 
 1. Run a kpt update to the new version of the Istio Operator chart, typically you can just run `kpt pkg update chart@<version> --strategy alpha-git-patch` (for example `kpt pkg update chart@1.14.3 --strategy alpha-git-patch`)
 1. Update the CRD file: `chart/crds/customresourcedefinitions.gen.yaml` is the file to update, there should be a link at the top that takes you to the source file. After navigating there, switch to the correct tag for the new version then copy down the contents + update the link on the first line to the new version.
-1. Update version references for the Chart. `version` should be `<version>-bb.0` (ex: `1.14.3-bb.0`) and `appVersion` should be `<version>` (ex: `1.14.3`). Also validate that the BB annotation for the main Istio Operator version is updated (leave the Tetrate version as-is unless you are updating those images).
+1. Update version references for the Chart in `chart/Chart.yaml`. `version` should be `<version>-bb.0` (ex: `1.14.3-bb.0`) and `appVersion` should be `<version>` (ex: `1.14.3`). Also validate that the BB annotation for the main Istio Operator version is updated (leave the Tetrate version as-is unless you are updating those images).
 1. Add a changelog entry for the update. At minimum mention updating the image versions + syncing the upstream chart.
 1. Update the readme following the [steps in Gluon](https://repo1.dso.mil/platform-one/big-bang/apps/library-charts/gluon/-/blob/master/docs/bb-package-readme.md).
 1. Open MR (or check the one that Renovate created for you) and validate that the pipeline is successful. Also follow the testing steps below for some manual confirmations.
-- 
GitLab


From 0711a335765eefee020de051fbf9be110e809607 Mon Sep 17 00:00:00 2001
From: lgomez2 <lgomez2g@gmail.com>
Date: Wed, 19 Feb 2025 10:36:50 -0500
Subject: [PATCH 7/7] Generated updated readme

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e6827e0..b7ff641 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
 # istio-operator
 
-![Version: 1.23.4-bb.0](https://img.shields.io/badge/Version-1.23.4--bb.0-informational?style=flat-square) ![AppVersion: 1.23.4](https://img.shields.io/badge/AppVersion-1.23.4-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
+![Version: 1.23.5-bb.0](https://img.shields.io/badge/Version-1.23.5--bb.0-informational?style=flat-square) ![AppVersion: 1.23.5](https://img.shields.io/badge/AppVersion-1.23.5-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
 
 Helm chart for deploying Istio operator
 
@@ -43,7 +43,7 @@ helm install istio-operator chart/
 |-----|------|---------|-------------|
 | defaults.hub | string | `"registry1.dso.mil/ironbank/opensource/istio"` |  |
 | defaults.image | string | `"operator"` |  |
-| defaults.tag | string | `"1.23.4"` |  |
+| defaults.tag | string | `"1.23.5"` |  |
 | defaults.imagePullSecrets | list | `[]` |  |
 | defaults.imagePullPolicy | string | `""` |  |
 | defaults.watchedNamespaces | string | `"istio-system"` |  |
@@ -67,7 +67,7 @@ helm install istio-operator chart/
 | operatorNamespace | string | `"istio-operator"` |  |
 | enterprise | bool | `false` | Tetrate Istio Distribution - Tetrate provides FIPs verified Istio and Envoy software and support, validated through the FIPs Boring Crypto module. Find out more from Tetrate - https://www.tetrate.io/tetrate-istio-subscription |
 | tidHub | string | `"registry1.dso.mil/ironbank/tetrate/istio"` |  |
-| tidTag | string | `"1.23.4-tetratefips-v0"` |  |
+| tidTag | string | `"1.23.5-tetratefips-v0"` |  |
 | monitoring.enabled | bool | `false` |  |
 | networkPolicies.enabled | bool | `false` |  |
 | networkPolicies.controlPlaneCidr | string | `"0.0.0.0/0"` |  |
-- 
GitLab