diff --git a/charts/ingress-nginx/CHANGELOG.md b/charts/ingress-nginx/CHANGELOG.md index f3f44c336..a4a1c5bd3 100644 --- a/charts/ingress-nginx/CHANGELOG.md +++ b/charts/ingress-nginx/CHANGELOG.md @@ -2,6 +2,9 @@ This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +### 4.0.20 +"[8420] (https://github.com/kubernetes/ingress-nginx/pull/8420) Add support for OpenShift's SCC" + ### 4.0.18 "[8291](https://github.com/kubernetes/ingress-nginx/pull/8291) remove git tag env from cloud build" "[8286](https://github.com/kubernetes/ingress-nginx/pull/8286) Fix OpenTelemetry sidecar image build" diff --git a/charts/ingress-nginx/Chart.yaml b/charts/ingress-nginx/Chart.yaml index bf9006e58..d944c3231 100644 --- a/charts/ingress-nginx/Chart.yaml +++ b/charts/ingress-nginx/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ingress-nginx # When the version is modified, make sure the artifacthub.io/changes list is updated # Also update CHANGELOG.md -version: 4.0.19 +version: 4.0.20 appVersion: 1.1.3 home: https://github.com/kubernetes/ingress-nginx description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer @@ -26,7 +26,4 @@ annotations: # List of changes for the release in artifacthub.io # https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog artifacthub.io/changes: | - - "#8307 Nginx v1.19.10" - - "#8386 Alpine 3.14.4" - - "#8339 Patch OpenSSL CVE-2022-0778" - - "#8321 Vulnerability CVE-2022-23308 for libxml2" + - "#8420 Add support for OpenShift's SCC"