Skip to content

Commit

Permalink
Preparation commit
Browse files Browse the repository at this point in the history
more bumps and md

cargo vdev build release-cue

add 0.43.1.cue

add description

change date
  • Loading branch information
pront committed Dec 10, 2024
1 parent 43b8916 commit e30bf1f
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 7 deletions.
3 changes: 0 additions & 3 deletions changelog.d/21988_emit_build_info_interval.fix.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21989-reduce-quote-invalid-path.fix.md

This file was deleted.

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.43.0"}"
VECTOR_VERSION="${VECTOR_VERSION:-"0.43.1"}"
_divider="--------------------------------------------------------------------------------"
_prompt=">>>"
_indent=" "
Expand Down
4 changes: 4 additions & 0 deletions website/content/en/releases/0.43.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Vector v0.43.1 release notes
weight: 21
---
41 changes: 41 additions & 0 deletions website/cue/reference/releases/0.43.1.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
package metadata

releases: "0.43.1": {
date: "2024-12-10"
codename: ""

whats_next: []

description: """
This patch release contains fixes for regressions in 0.43.0.
"""

changelog: [
{
type: "fix"
description: """
Update to VRL v0.20.1 which a reverts to previous `to_float` behavior for non-normal floats.
"""
contributors: ["pront"]
},
{
type: "fix"
description: """
Emit `build_info` gauge on an interval to avoid expiration.
"""
contributors: ["jszwedko"]
},
{
type: "fix"
description: """
Fix `reduce` transform to quote invalid paths by default. Quoting make those paths valid.
"""
contributors: ["pront"]
},
]

commits: [
{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},
{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},
]
}
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.43.1",
"0.43.0",
"0.42.0",
"0.41.1",
Expand Down

0 comments on commit e30bf1f

Please sign in to comment.