Skip to content

Commit

Permalink
chore: release v0.0.1
Browse files Browse the repository at this point in the history
Release 0.0.1
  • Loading branch information
sergelogvinov committed Apr 29, 2023
1 parent 82ee8e1 commit 56b4297
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 13 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

<a name="v0.0.1"></a>
## 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
13 changes: 12 additions & 1 deletion hack/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
<a name="{{ .Tag.Name }}"></a>
## {{ 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

Expand Down
21 changes: 9 additions & 12 deletions hack/chglog-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 56b4297

Please sign in to comment.