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
|
||||
|
||||
### {{ .Version }}
|
||||
Images:
|
||||
### {{ .NewControllerVersion }}
|
||||
{{ with .ControllerImages }}
|
||||
{{ range . }} * {{ .Registry }}/{{ .Name }}:{{ .Tag}}@{{ .Digest }}
|
||||
{{ end }} {{ end }}
|
||||
### All Changes:
|
||||
{{ with .Updates }}
|
||||
{{ range . }}* {{ . }}
|
||||
{{ end }}{{ end }}
|
||||
### Dependencies updates: {{ with .DepUpdates }}
|
||||
{{ range . }}* {{ . }}
|
||||
{{ end }} {{ end }}
|
||||
Images:
|
||||
{{ range . }}
|
||||
* {{ .Registry }}/{{ .Name }}:{{ .Tag}}@{{ .Digest }}
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
{{- with .Updates }}
|
||||
### All changes:
|
||||
{{ range . }}
|
||||
* {{ . }}
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
{{- with .DepUpdates }}
|
||||
### Dependency updates:
|
||||
{{ range . }}
|
||||
* {{ . }}
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-{{ .PreviousControllerVersion }}...controller-{{ .NewControllerVersion }}
|
||||
|
|
Loading…
Reference in a new issue