From 2e2e341ed0873925c1e68f11fc2f100ce2f2c1c3 Mon Sep 17 00:00:00 2001 From: Chris Okuda Date: Tue, 11 Aug 2026 08:57:46 -1000 Subject: [PATCH 1/2] Bump Envoy chart and app versions to v1.5.0 --- charts/envoy/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/envoy/Chart.yaml b/charts/envoy/Chart.yaml index 78e861a..bd362b3 100644 --- a/charts/envoy/Chart.yaml +++ b/charts/envoy/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.0 +version: 1.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.4.0" +appVersion: "v154.0" dependencies: - name: "regioninfo" From 0d76b63a0564f4648a461ec50622fb48614edbcc Mon Sep 17 00:00:00 2001 From: Chris Okuda Date: Tue, 11 Aug 2026 09:15:24 -1000 Subject: [PATCH 2/2] fix appVersion typo --- charts/envoy/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/envoy/Chart.yaml b/charts/envoy/Chart.yaml index bd362b3..e8689da 100644 --- a/charts/envoy/Chart.yaml +++ b/charts/envoy/Chart.yaml @@ -21,7 +21,7 @@ version: 1.5.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v154.0" +appVersion: "v1.5.0" dependencies: - name: "regioninfo"