From 6b86a87e924c027f870115cff9a05921d64ae037 Mon Sep 17 00:00:00 2001 From: Sean Jeffrey Date: Thu, 3 Jul 2025 12:56:30 -0700 Subject: [PATCH 1/2] Changelog for 1.9.1 and 1.9.2 --- CHANGELOG/CHANGELOG-1.9.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG/CHANGELOG-1.9.md b/CHANGELOG/CHANGELOG-1.9.md index 22730a364..3fad29db2 100644 --- a/CHANGELOG/CHANGELOG-1.9.md +++ b/CHANGELOG/CHANGELOG-1.9.md @@ -3,6 +3,14 @@ - [Features](#features) - [Fixes](#fixes) +# v1.9.2 + +Version bumped Go used in building the docker images to address CVEs. + +# v1.9.1 + +Version bumped Go dependencies to address CVEs. + # v1.9.0 ## Features From d39542d19d6eeb25f0610cc037cfe0c21e38207d Mon Sep 17 00:00:00 2001 From: Sean Jeffrey Date: Thu, 3 Jul 2025 13:03:25 -0700 Subject: [PATCH 2/2] Chart version bump to 1.9.2 --- helm/ingress-azure/Chart.yaml | 4 ++-- helm/ingress-azure/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/ingress-azure/Chart.yaml b/helm/ingress-azure/Chart.yaml index 417418f24..79e3342da 100644 --- a/helm/ingress-azure/Chart.yaml +++ b/helm/ingress-azure/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "1.9.0" +appVersion: "1.9.2" description: Use Azure Application Gateway as the ingress for an Azure Kubernetes Service cluster. name: ingress-azure -version: 1.9.0 +version: 1.9.2 diff --git a/helm/ingress-azure/values.yaml b/helm/ingress-azure/values.yaml index d9cbf7f9a..0c4f8740b 100644 --- a/helm/ingress-azure/values.yaml +++ b/helm/ingress-azure/values.yaml @@ -7,7 +7,7 @@ verbosityLevel: 3 image: repository: mcr.microsoft.com/azure-application-gateway/kubernetes-ingress - tag: 1.9.0 + tag: 1.9.2 pullPolicy: Always