Skip to content

Commit 745babd

Browse files
committed
chore(releasing): Prepare v0.41.1 release
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 2970a9d commit 745babd

File tree

6 files changed

+37
-3
lines changed

6 files changed

+37
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vector"
3-
version = "0.41.0"
3+
version = "0.41.1"
44
authors = ["Vector Contributors <[email protected]>"]
55
edition = "2021"
66
description = "A lightweight and ultra-fast tool for building observability pipelines"

distribution/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -u
1313
# If PACKAGE_ROOT is unset or empty, default it.
1414
PACKAGE_ROOT="${PACKAGE_ROOT:-"https://packages.timber.io/vector"}"
1515
# If VECTOR_VERSION is unset or empty, default it.
16-
VECTOR_VERSION="${VECTOR_VERSION:-"0.41.0"}"
16+
VECTOR_VERSION="${VECTOR_VERSION:-"0.41.1"}"
1717
_divider="--------------------------------------------------------------------------------"
1818
_prompt=">>>"
1919
_indent=" "

website/content/en/releases/0.41.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Vector v0.41.1 release notes
3+
weight: 21
4+
---
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
package metadata
2+
3+
releases: "0.41.1": {
4+
date: "2024-09-11"
5+
codename: ""
6+
7+
whats_next: []
8+
9+
description: """
10+
The Vector team is pleased to announce version 0.41.1!
11+
12+
This release includes a bug fix for a regression in the `vector` source and native codecs
13+
where an error log was spuriously reported when receiving events from older Vector versions.
14+
"""
15+
16+
changelog: [
17+
{
18+
type: "fix"
19+
description: """
20+
A regression in the `vector` source and native codecs was fixed where an error log was being
21+
spuriously reported when receiving events from older Vector versions.
22+
"""
23+
},
24+
]
25+
26+
commits: [
27+
{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},
28+
]
29+
}

website/cue/reference/versions.cue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package metadata
22

33
// This has to be maintained manually because there's currently no way to sort versions programmatically
44
versions: [string, ...string] & [
5+
"0.41.1",
56
"0.41.0",
67
"0.40.2",
78
"0.40.1",

0 commit comments

Comments
 (0)