Skip to content

Commit

Permalink
chore(releasing): Prepare v0.32.1 release
Browse files Browse the repository at this point in the history
Checklist: vectordotdev#18312

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Aug 21, 2023
1 parent 56177eb commit 9965884
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "vector"
version = "0.32.0"
version = "0.32.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
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.32.0"
VECTOR_VERSION="0.32.1"
_divider="--------------------------------------------------------------------------------"
_prompt=">>>"
_indent=" "
Expand Down
4 changes: 4 additions & 0 deletions website/content/en/releases/0.32.1.md
@@ -0,0 +1,4 @@
---
title: Vector v0.32.1 release notes
weight: 21
---
4 changes: 2 additions & 2 deletions website/cue/reference/releases/0.32.0.cue
Expand Up @@ -31,12 +31,12 @@ releases: "0.32.0": {
- Clickhouse
- Datadog Logs
This will be fixed in v0.32.1.
This is fixed in v0.32.1.
""",
"""
The newly added `--openssl-legacy-provider` flag cannot actually be disabled by setting
it to `false` via `--openssl-legacy-provider=false`. Instead it complains of extra
arguments. This will be fixed in v0.32.1.
arguments. This is fixed in v0.32.1.
""",
]

Expand Down
68 changes: 68 additions & 0 deletions website/cue/reference/releases/0.32.1.cue
@@ -0,0 +1,68 @@
package metadata

releases: "0.32.1": {
date: "2023-08-21"
codename: ""

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

changelog: [
{
type: "fix"
scopes: ["observability"]
description: """
A number of sinks were emitting incorrect telemetry for the `component_sent_*` metrics:
- WebHDFS
- GCP Cloud Storage
- AWS S3
- Azure Blob Storage
- Azure Monitor Logs
- Databend
- Clickhouse
- Datadog Logs
This has been corrected.
"""
pr_numbers: [18289]
},
{
type: "fix"
scopes: ["security"]
description: """
The newly added `--openssl-legacy-provider` flag in 0.32.0 can now be disabled by
setting it to `false` via `--openssl-legacy-provider=false`. Previously it would
complain of extra arguments.
"""
pr_numbers: [18276]
},
{
type: "fix"
scopes: ["opentelemetry source"]
description: """
The `opentelemetry` source no longer fails to decode large payloads. This was a regression
in 0.31.0 when a 4 MB limit was inadvertently applied.
"""
pr_numbers: [18306]
},
]

commits: [
{sha: "1a32e969162d921f00c3ad67c242e8cf047d2c99", date: "2023-08-16 21:58:31 UTC", description: "Add 0.32.0 highlight for legacy OpenSSL provider deprecation", pr_number: 18263, scopes: ["releasing"], type: "chore", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 12, deletions_count: 2},
{sha: "0f7d6e6798d81bd1cae17c918f53a87406deb383", date: "2023-08-17 07:01:42 UTC", description: "0.32.0.cue typo", pr_number: 18270, scopes: [], type: "docs", breaking_change: false, author: "Tshepang Mbambo", files_count: 1, insertions_count: 1, deletions_count: 1},
{sha: "91f7612053204f5305ea2991429cf7ccfae4bf26", date: "2023-08-16 22:16:47 UTC", description: "Add note about protobuf codec addition for 0.32.0 release", pr_number: 18275, scopes: ["releasing"], type: "chore", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 2, deletions_count: 0},
{sha: "38e95b56178197224f3aead2d19050421fdb5464", date: "2023-08-18 04:01:11 UTC", description: "Add known issues for v0.32.0", pr_number: 18298, scopes: ["releasing"], type: "chore", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 22, deletions_count: 0},
{sha: "2dcaf302f52206c516422615f0a52ba45fedae8b", date: "2023-08-18 08:31:54 UTC", description: "add the 'http_client_requests_sent_total'", pr_number: 18299, scopes: ["docs"], type: "fix", breaking_change: false, author: "Pavlos Rontidis", files_count: 1, insertions_count: 12, deletions_count: 0},
{sha: "c9ccee0fdcc516af3555e498f8366c3059f1c74d", date: "2023-08-18 05:45:53 UTC", description: "add all events that are being encoded", pr_number: 18289, scopes: ["observability"], type: "fix", breaking_change: false, author: "Stephen Wakely", files_count: 2, insertions_count: 102, deletions_count: 79},
{sha: "8868b078ac78f66e62657b034d9d03b551bbebef", date: "2023-08-17 03:58:20 UTC", description: "load default and legacy openssl providers", pr_number: 18276, scopes: ["deps"], type: "fix", breaking_change: false, author: "Doug Smith", files_count: 2, insertions_count: 34, deletions_count: 22},
{sha: "042fb51dbec93c1e1b644735ab749b9711c2e4c8", date: "2023-08-17 22:46:37 UTC", description: "Make the warning for the deprecated OpenSSL provider more verbose", pr_number: 18278, scopes: ["security"], type: "chore", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 1, deletions_count: 1},
{sha: "a1dfd54b6947f7766756e5eb24f5b6e1bcc46c98", date: "2023-08-16 08:35:28 UTC", description: "Bump `nkeys` to 0.3.2", pr_number: 18264, scopes: ["deps"], type: "chore", breaking_change: false, author: "Jesse Szwedko", files_count: 2, insertions_count: 85, deletions_count: 114},
{sha: "56177ebce2797c0015c49775e6fdffd4153cc26f", date: "2023-08-19 01:14:20 UTC", description: "Remove the 4MB default for gRPC request decoding", pr_number: 18306, scopes: ["opentelemetry source"], type: "fix", breaking_change: false, author: "neuronull", files_count: 1, insertions_count: 4, deletions_count: 1},
]
}
1 change: 1 addition & 0 deletions website/cue/reference/versions.cue
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.32.1",
"0.32.0",
"0.31.0",
"0.30.0",
Expand Down

0 comments on commit 9965884

Please sign in to comment.