File tree Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ### {{ .Version }}
4
- Images:
3
+ ### {{ .NewControllerVersion }}
5
4
{{ 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 }}
15
22
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-{{ .PreviousControllerVersion }}...controller-{{ .NewControllerVersion }}
You can’t perform that action at this time.
0 commit comments