Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG/CHANGELOG-1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/ingress-azure/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion helm/ingress-azure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
Loading