Chart: Improve changelog/helm-chart.md.gotmpl.

This commit is contained in:
Marco Ebert 2023-11-08 14:15:38 +01:00
parent 559c03d1d3
commit 84ced1ed1c

View file

@ -4,6 +4,8 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku
### {{ .NewHelmChartVersion }} ### {{ .NewHelmChartVersion }}
{{ with .HelmUpdates }} {{ with .HelmUpdates }}
{{ range . }}* {{ . }} {{- range . }}
{{ end }}{{ end }} * {{ . }}
{{- end }}
{{ end }}
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-{{ .PreviousHelmChartVersion }}...helm-chart-{{ .NewHelmChartVersion }} **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-{{ .PreviousHelmChartVersion }}...helm-chart-{{ .NewHelmChartVersion }}