Skip to content

Commit 7e34a67

Browse files
committed
Repository: Improve changelog/controller.md.gotmpl.
1 parent 6cd7331 commit 7e34a67

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

changelog/controller.md.gotmpl

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
# Changelog
22

3-
### {{ .Version }}
4-
Images:
3+
### {{ .NewControllerVersion }}
54
{{ with .ControllerImages }}
6-
{{ range . }} * {{ .Registry }}/{{ .Name }}:{{ .Tag}}@{{ .Digest }}
7-
{{ end }} {{ end }}
8-
### All Changes:
9-
{{ with .Updates }}
10-
{{ range . }}* {{ . }}
11-
{{ end }}{{ end }}
12-
### Dependencies updates: {{ with .DepUpdates }}
13-
{{ range . }}* {{ . }}
14-
{{ end }} {{ end }}
5+
Images:
6+
{{ range . }}
7+
* {{ .Registry }}/{{ .Name }}:{{ .Tag}}@{{ .Digest }}
8+
{{- end }}
9+
{{ end }}
10+
{{- with .Updates }}
11+
### All changes:
12+
{{ range . }}
13+
* {{ . }}
14+
{{- end }}
15+
{{ end }}
16+
{{- with .DepUpdates }}
17+
### Dependency updates:
18+
{{ range . }}
19+
* {{ . }}
20+
{{- end }}
21+
{{ end }}
1522
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-{{ .PreviousControllerVersion }}...controller-{{ .NewControllerVersion }}

0 commit comments

Comments
 (0)