mirror of
https://github.com/outbackdingo/talos-cloud-controller-manager.git
synced 2026-01-27 18:20:23 +00:00
Release v1.4.0 Features: * node CSR approval * spot node label Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
27 lines
489 B
YAML
Executable File
27 lines
489 B
YAML
Executable File
style: github
|
|
template: CHANGELOG.tpl.md
|
|
info:
|
|
title: CHANGELOG
|
|
repository_url: https://github.com/siderolabs/talos-cloud-controller-manager
|
|
options:
|
|
commits:
|
|
filters:
|
|
Type:
|
|
- feat
|
|
# - fix
|
|
# - perf
|
|
# - refactor
|
|
commit_groups:
|
|
group_by: Type
|
|
sort_by: Title
|
|
title_maps:
|
|
feat: Features
|
|
header:
|
|
pattern: "^(\\w*)\\:\\s(.*)$"
|
|
pattern_maps:
|
|
- Type
|
|
- Subject
|
|
notes:
|
|
keywords:
|
|
- BREAKING CHANGE
|