Chart: Improve changelog/helm-chart.md.gotmpl
.
This commit is contained in:
parent
559c03d1d3
commit
84ced1ed1c
1 changed files with 5 additions and 3 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue