diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..272c1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ + + +## v0.0.1 (2023-04-29) + +Welcome to the v0.0.1 release of Proxmox CSI Plugin! + +### Bug Fixes + +- raise condition during volume attach +- cluster schema + +### Features + +- resize pvc +- node daemon +- node daemonsets +- controller + +### Changelog + +* 82ee8e1 ci: check release +* da3bcc5 ci: github actions +* 27bf714 test: add more tests +* 112b7f9 test: add simple tests +* 45fc7e3 refactor: proxmox cloud config +* 6377ad2 docs: update readme +* 230ac1a refactor: volume funcs +* 3bf3ef5 fix: raise condition during volume attach +* 494a82b fix: cluster schema +* 0a3eaaa doc: update readme +* bd2c653 feat: resize pvc +* 4054a53 refactor: celanup and build +* 54dec7d feat: node daemon +* 269c708 feat: node daemonsets +* 0346c96 refactor: controller and node +* 9f0f7a3 feat: controller diff --git a/hack/CHANGELOG.tpl.md b/hack/CHANGELOG.tpl.md index 053360c..371bb5f 100755 --- a/hack/CHANGELOG.tpl.md +++ b/hack/CHANGELOG.tpl.md @@ -2,7 +2,18 @@ ## {{ 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! +Welcome to the {{ .Tag.Name }} release of Proxmox CSI Plugin! + +{{ if .CommitGroups -}} +{{ range .CommitGroups -}} +### {{ .Title }} + +{{ range .Commits -}} +- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} +{{ end }} +{{ end -}} +{{ end -}} + ### Changelog diff --git a/hack/chglog-config.yml b/hack/chglog-config.yml index 0cdef65..e9a4dda 100755 --- a/hack/chglog-config.yml +++ b/hack/chglog-config.yml @@ -5,22 +5,19 @@ info: repository_url: https://github.com/sergelogvinov/proxmox-csi-plugin options: commits: - # filters: - # Type: - # - feat - # - fix - # - perf - # - refactor + filters: + Type: + - feat + - fix commit_groups: - # title_maps: - # feat: Features - # fix: Bug Fixes - # perf: Performance Improvements - # refactor: Code Refactoring + title_maps: + feat: Features + fix: Bug Fixes header: - pattern: "^(\\w*)\\:\\s(.*)$" + pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" pattern_maps: - Type + - Scope - Subject notes: keywords: