Skip to content

Commit

Permalink
chore(vector): Prepare v0.37.0 chart release (#421)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Oct 21, 2024
1 parent 3304a80 commit 0e3c164
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ footer = """
conventional_commits = true
# regex for parsing and grouping commits
commit_parsers = [
{ message = "^feat", group = "Features"},
{ message = "^(feat|enhancement)", group = "Features"},
{ message = "^fix", group = "Bug Fixes"},
{ message = "^doc", group = "Documentation", default_scope = "unscoped"},
{ message = "^perf", group = "Performance"},
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [vector-0.37.0] - 2024-10-21

### Vector

#### Features

- Add `persistence.retentionPolicy` for configuring Statefulset PVC retention policy (#347) ([ab8df81](https://github.com/vectordotdev/helm-charts/commit/ab8df816a041ade43cdb659770fb4d2503f13beb))
- Bump Vector to v0.42.0 (#420) ([3304a80](https://github.com/vectordotdev/helm-charts/commit/3304a8069da8ff194a8579fa95c2ed4a5bd394ad))
- Add OCI registry support for Helm chart (#419) ([c03515e8](https://github.com/vectordotdev/helm-charts/commit/c03515e8fa5a4506239b4db726c1462ac58d2166))

## [vector-0.36.1] - 2024-09-11

### Vector
Expand Down

0 comments on commit 0e3c164

Please sign in to comment.