| Giorgi Lekveishvili | 4ec4c02 | 2024-08-17 15:09:24 +0400 | [diff] [blame] | 1 | # Changelog |
| 2 | |||||
| 3 | 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 | |||||
| 5 | ### {{ .NewHelmChartVersion }} | ||||
| 6 | {{ with .HelmUpdates }} | ||||
| 7 | {{ range . }}* {{ . }} | ||||
| 8 | {{ end }}{{ end }} | ||||
| 9 | **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-{{ .PreviousHelmChartVersion }}...helm-chart-{{ .NewHelmChartVersion }} | ||||