Repository: Improve changelog/controller.md.gotmpl.

This commit is contained in:
Marco Ebert 2023-11-08 14:12:57 +01:00
parent 6cd7331bd5
commit 7e34a676b9

View file

@ -1,15 +1,22 @@
# Changelog # Changelog
### {{ .Version }} ### {{ .NewControllerVersion }}
Images:
{{ with .ControllerImages }} {{ with .ControllerImages }}
{{ range . }} * {{ .Registry }}/{{ .Name }}:{{ .Tag}}@{{ .Digest }} Images:
{{ end }} {{ end }} {{ range . }}
### All Changes: * {{ .Registry }}/{{ .Name }}:{{ .Tag}}@{{ .Digest }}
{{ with .Updates }} {{- end }}
{{ range . }}* {{ . }} {{ end }}
{{ end }}{{ end }} {{- with .Updates }}
### Dependencies updates: {{ with .DepUpdates }} ### All changes:
{{ range . }}* {{ . }} {{ range . }}
{{ end }} {{ end }} * {{ . }}
{{- end }}
{{ end }}
{{- with .DepUpdates }}
### Dependency updates:
{{ range . }}
* {{ . }}
{{- end }}
{{ end }}
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-{{ .PreviousControllerVersion }}...controller-{{ .NewControllerVersion }} **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-{{ .PreviousControllerVersion }}...controller-{{ .NewControllerVersion }}