15 lines
486 B
Go Template
15 lines
486 B
Go Template
# Changelog
|
|
|
|
### {{ .Version }}
|
|
Images:
|
|
{{ with .ControllerImages }}
|
|
{{ range . }} * {{ .Registry }}/{{ .Name }}:{{ .Tag}}@{{ .Digest }}
|
|
{{ end }} {{ end }}
|
|
### All Changes:
|
|
{{ with .Updates }}
|
|
{{ range . }}* {{ . }}
|
|
{{ end }}{{ end }}
|
|
### Dependencies updates: {{ with .DepUpdates }}
|
|
{{ range . }}* {{ . }}
|
|
{{ end }} {{ end }}
|
|
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-{{ .PreviousControllerVersion }}...controller-{{ .NewControllerVersion }}
|