Skip to content

Commit e30bf1f

Browse files
committed
Preparation commit
more bumps and md cargo vdev build release-cue add 0.43.1.cue add description change date
1 parent 43b8916 commit e30bf1f

File tree

6 files changed

+47
-7
lines changed

6 files changed

+47
-7
lines changed

changelog.d/21988_emit_build_info_interval.fix.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/21989-reduce-quote-invalid-path.fix.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

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.43.0"}"
16+
VECTOR_VERSION="${VECTOR_VERSION:-"0.43.1"}"
1717
_divider="--------------------------------------------------------------------------------"
1818
_prompt=">>>"
1919
_indent=" "

website/content/en/releases/0.43.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.43.1 release notes
3+
weight: 21
4+
---
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
package metadata
2+
3+
releases: "0.43.1": {
4+
date: "2024-12-10"
5+
codename: ""
6+
7+
whats_next: []
8+
9+
description: """
10+
This patch release contains fixes for regressions in 0.43.0.
11+
"""
12+
13+
changelog: [
14+
{
15+
type: "fix"
16+
description: """
17+
Update to VRL v0.20.1 which a reverts to previous `to_float` behavior for non-normal floats.
18+
"""
19+
contributors: ["pront"]
20+
},
21+
{
22+
type: "fix"
23+
description: """
24+
Emit `build_info` gauge on an interval to avoid expiration.
25+
"""
26+
contributors: ["jszwedko"]
27+
},
28+
{
29+
type: "fix"
30+
description: """
31+
Fix `reduce` transform to quote invalid paths by default. Quoting make those paths valid.
32+
"""
33+
contributors: ["pront"]
34+
},
35+
]
36+
37+
commits: [
38+
{sha: "ca3abef14605dfbdca6060bbcd038fd7abfec6f0", date: "2024-12-09 23:11:21 UTC", description: "enable quoting for invalid fields", pr_number: 21989, scopes: ["reduce transform"], type: "fix", breaking_change: false, author: "Pavlos Rontidis", files_count: 3, insertions_count: 46, deletions_count: 7},
39+
{sha: "43b8916fa5b381cc90a22c787a574c8fc75550b5", date: "2024-12-10 08:25:25 UTC", description: "Emit `build_info` gauge on an interval", pr_number: 21991, scopes: ["internal_metrics source"], type: "fix", breaking_change: false, author: "Jesse Szwedko", files_count: 3, insertions_count: 13, deletions_count: 10},
40+
]
41+
}

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.43.1",
56
"0.43.0",
67
"0.42.0",
78
"0.41.1",

0 commit comments

Comments
 (0)