Repository: Improve changelog/controller.md.gotmpl
.
This commit is contained in:
parent
6cd7331bd5
commit
7e34a676b9
1 changed files with 18 additions and 11 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue