diff --git a/charts/ingress-nginx/CHANGELOG.md b/charts/ingress-nginx/CHANGELOG.md index 9ea1c3717..2cdfea840 100644 --- a/charts/ingress-nginx/CHANGELOG.md +++ b/charts/ingress-nginx/CHANGELOG.md @@ -4,6 +4,10 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku ### Unreleased +### 3.11.0 + +- Support Keda Autoscaling + ### 3.10.1 - Fix regression introduced in 0.41.0 with external authentication diff --git a/charts/ingress-nginx/Chart.yaml b/charts/ingress-nginx/Chart.yaml index 9c39a6f98..4a26265dc 100644 --- a/charts/ingress-nginx/Chart.yaml +++ b/charts/ingress-nginx/Chart.yaml @@ -16,4 +16,4 @@ engine: gotpl kubeVersion: ">=1.16.0-0" annotations: artifacthub.io/changes: | - - Update ingress-nginx image to v0.41.2 + - Support Keda Autoscaling