Skip to content

Commit

Permalink
chore(releasing): Prepare v0.41.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Sep 11, 2024
1 parent 6756963 commit b58eefe
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -u
# If PACKAGE_ROOT is unset or empty, default it.
PACKAGE_ROOT="${PACKAGE_ROOT:-"https://packages.timber.io/vector"}"
# If VECTOR_VERSION is unset or empty, default it.
VECTOR_VERSION="${VECTOR_VERSION:-"0.41.0"}"
VECTOR_VERSION="${VECTOR_VERSION:-"0.41.1"}"
_divider="--------------------------------------------------------------------------------"
_prompt=">>>"
_indent=" "
Expand Down
4 changes: 4 additions & 0 deletions website/content/en/releases/0.41.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Vector v0.41.1 release notes
weight: 21
---
29 changes: 29 additions & 0 deletions website/cue/reference/releases/0.41.1.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package metadata

releases: "0.41.1": {
date: "2024-09-11"
codename: ""

whats_next: []

description: """
The Vector team is pleased to announce version 0.41.1!
This release includes a bug fix for a regression in the `vector` source and native codecs
where an error log was spuriously reported when receiving events from older Vector versions.
"""

changelog: [
{
type: "fix"
description: """
A regression in the `vector` source and native codecs was fixed where an error log was being
spuriously reported when receiving events from older Vector versions.
"""
},
]

commits: [
{sha: "702b22128f25477948a386920048b7333ff369c4", date: "2024-09-11 05:54:00 UTC", description: "Remove error log when source_event_id is not present", pr_number: 21257, scopes: ["proto"], type: "fix", breaking_change: false, author: "ArunPiduguDD", files_count: 3, insertions_count: 24, deletions_count: 10},
]
}
1 change: 1 addition & 0 deletions website/cue/reference/versions.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package metadata

// This has to be maintained manually because there's currently no way to sort versions programmatically
versions: [string, ...string] & [
"0.41.1",
"0.41.0",
"0.40.2",
"0.40.1",
Expand Down

0 comments on commit b58eefe

Please sign in to comment.