mirror of
https://github.com/outbackdingo/talos-cloud-controller-manager.git
synced 2026-01-27 10:20:27 +00:00
Release v1.4.0 Features: * node CSR approval * spot node label Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
763 B
Executable File
763 B
Executable File
{{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
Welcome to the {{ .Tag.Name }} release of Talos CCM!
{{ range .CommitGroups -}}
{{ .Title }}
{{ range .Commits -}}
- {{ if .Scope }}{{ .Scope }}: {{ end }}{{ .Subject }} {{ end }} {{ end -}}
Changelog
{{ range .Commits -}}{{ if ne .Subject ""}}{{ if not (hasPrefix .Header "chore: release") -}}
- {{ .Hash.Short }} {{ .Header }} {{ end }}{{ end }}{{ end }}
{{- if .NoteGroups -}} {{ range .NoteGroups -}}
{{ .Title }}
{{ range .Notes }} {{ .Body }} {{ end }} {{ end -}} {{ end -}} {{ end -}}