Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pront/release changelog 43 #431

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@ 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.38.0] - 2024-12-04
Copy link
Member

@jszwedko jszwedko Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This diff doesn't seem right. It's not what I get when running ./.github/release-changelog.sh on develop, which is instead:

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22c8031..78ad676 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@ 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.38.0] - 2024-12-04
+
+### Vector
+
+#### Features
+
+- Bump Vector to v0.43.0 (#430) ([630594c](https://github.com/vectordotdev/helm-charts/commit/630594cbbc1051d8a8fd1686249173882a91ad3a))
+
 ## [vector-0.37.0] - 2024-10-21

 ### Vector

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm

❯ ls
CHANGELOG.md  LICENSE  README.md  cat  charts  kubeval
❯ ./.github/release-changelog.sh
++ yq eval .version charts/vector/Chart.yaml
+ _chart_version=0.38.0
+ git cliff --config .github/cliff.toml --tag vector-0.38.0 --prepend CHANGELOG.md --unreleased
❯ git diff | cat
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 794cbb0..65a62fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,15 @@ 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.38.0] - 2024-12-04
+
+### Vector
+
+#### Features
+
+- Bump Vector to v0.43.0 (#430) ([630594c](https://github.com/vectordotdev/helm-charts/commit/630594cbbc1051d8a8fd1686249173882a91ad3a))
+- Bump Vector to v0.43.0 ([ac6bbcb](https://github.com/vectordotdev/helm-charts/commit/ac6bbcb216162e4d404ca79ac6901e2f8e778adf))
+
 ## [vector-0.37.0] - 2024-12-04
 
 ### Vector
commit ac6bbcb216162e4d404ca79ac6901e2f8e778adf (HEAD -> develop)
Author: Pavlos Rontidis <[email protected]>
Date:   Wed Dec 4 11:51:39 2024 -0500

    feat(vector): Bump Vector to v0.43.0


### Vector

#### Features

- Bump Vector to v0.43.0 (#430) ([630594c](https://github.com/vectordotdev/helm-charts/commit/630594cbbc1051d8a8fd1686249173882a91ad3a))
- Bump Vector to v0.43.0 ([ac6bbcb](https://github.com/vectordotdev/helm-charts/commit/ac6bbcb216162e4d404ca79ac6901e2f8e778adf))

## [vector-0.38.0] - 2024-12-04

### Vector

#### Features

- Bump Vector to v0.43.0 (#430) ([630594c](https://github.com/vectordotdev/helm-charts/commit/630594cbbc1051d8a8fd1686249173882a91ad3a))
- Bump Vector to v0.43.0 ([ac6bbcb](https://github.com/vectordotdev/helm-charts/commit/ac6bbcb216162e4d404ca79ac6901e2f8e778adf))

## [vector-0.37.0] - 2024-12-04

### Vector

#### Features

- Bump Vector to v0.43.0 ([f8409be](https://github.com/vectordotdev/helm-charts/commit/f8409be2ef2c0de0154de8691ce61a48f2a51060))

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

### Vector
Expand Down
Loading