Skip to content

Commit

Permalink
Prepare v0.29.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull committed Apr 19, 2023
1 parent f098dd2 commit a39536e
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vector"
version = "0.29.0"
version = "0.29.1"
authors = ["Vector Contributors <vector@datadoghq.com>"]
edition = "2021"
description = "A lightweight and ultra-fast tool for building observability pipelines"
Expand Down
2 changes: 1 addition & 1 deletion distribution/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -u

# If PACKAGE_ROOT is unset or empty, default it.
PACKAGE_ROOT="${PACKAGE_ROOT:-"https://packages.timber.io/vector"}"
VECTOR_VERSION="0.29.0"
VECTOR_VERSION="0.29.1"
_divider="--------------------------------------------------------------------------------"
_prompt=">>>"
_indent=" "
Expand Down
4 changes: 4 additions & 0 deletions website/content/en/releases/0.29.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Vector v0.29.1 release notes
weight: 21
---
33 changes: 33 additions & 0 deletions website/cue/reference/releases/0.29.1.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
package metadata

releases: "0.29.1": {
date: "2023-04-20"
codename: ""

description: """
This patch release contains a fix for a regression in 0.29.0 and fixes a few issues with the release artifacts.
**Note:** Please see the release notes for [`v0.29.0`](/releases/0.29.0/) for additional changes if upgrading from
`v0.28.X`. In particular, the upgrade guide for breaking changes.
"""

changelog: [
{
type: "fix"
scopes: ["transforms"]
description: """
Configurations containing a chain of at least two transforms no longer
result in a panic at startup.
"""
contributors: ["StephenWakely"]
pr_numbers: [17146]
},
]

commits: [
{sha: "9246b12c03cc27363d0d67b5b35ea55628a10938", date: "2023-04-17 22:08:57 UTC", description: "Revert transform definitions", pr_number: 17146, scopes: [], type: "chore", breaking_change: false, author: "Stephen Wakely", files_count: 86, insertions_count: 2005, deletions_count: 2558},
{sha: "3aabd683e7b21cddf040d9ac6fcd7e43d716182e", date: "2023-04-13 08:50:00 UTC", description: "bump serde_yaml from 0.9.19 to 0.9.21", pr_number: 17120, scopes: ["deps"], type: "chore", breaking_change: false, author: "dependabot[bot]", files_count: 3, insertions_count: 8, deletions_count: 11},
{sha: "957687b4c413759f4cb27b972da2d749fad0b0d6", date: "2023-04-12 16:15:26 UTC", description: "Fix release channels", pr_number: 17133, scopes: ["releasing"], type: "chore", breaking_change: false, author: "Jesse Szwedko", files_count: 5, insertions_count: 5, deletions_count: 5},
{sha: "7c8c60199c3f5fe9a4859538f09a5ae5524fdfee", date: "2023-04-12 16:14:21 UTC", description: "Fix homebrew release script", pr_number: 17131, scopes: ["releasing"], type: "chore", breaking_change: false, author: "Jesse Szwedko", files_count: 2, insertions_count: 36, deletions_count: 26},
]
}
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.29.1",
"0.29.0",
"0.28.2",
"0.28.1",
Expand Down

0 comments on commit a39536e

Please sign in to comment.