Skip to content

Commit 9965884

Browse files
committed
chore(releasing): Prepare v0.32.1 release
Checklist: vectordotdev#18312 Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 56177eb commit 9965884

File tree

7 files changed

+78
-5
lines changed

7 files changed

+78
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vector"
3-
version = "0.32.0"
3+
version = "0.32.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -u
1212

1313
# If PACKAGE_ROOT is unset or empty, default it.
1414
PACKAGE_ROOT="${PACKAGE_ROOT:-"https://packages.timber.io/vector"}"
15-
VECTOR_VERSION="0.32.0"
15+
VECTOR_VERSION="0.32.1"
1616
_divider="--------------------------------------------------------------------------------"
1717
_prompt=">>>"
1818
_indent=" "

website/content/en/releases/0.32.1.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Vector v0.32.1 release notes
3+
weight: 21
4+
---

website/cue/reference/releases/0.32.0.cue

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ releases: "0.32.0": {
3131
- Clickhouse
3232
- Datadog Logs
3333
34-
This will be fixed in v0.32.1.
34+
This is fixed in v0.32.1.
3535
""",
3636
"""
3737
The newly added `--openssl-legacy-provider` flag cannot actually be disabled by setting
3838
it to `false` via `--openssl-legacy-provider=false`. Instead it complains of extra
39-
arguments. This will be fixed in v0.32.1.
39+
arguments. This is fixed in v0.32.1.
4040
""",
4141
]
4242

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
package metadata
2+
3+
releases: "0.32.1": {
4+
date: "2023-08-21"
5+
codename: ""
6+
7+
whats_next: []
8+
description: """
9+
This patch release contains a fix for a regression in 0.32.0 and fixes a few issues with the release artifacts.
10+
11+
**Note:** Please see the release notes for [`v0.32.0`](/releases/0.32.0/) for additional changes if upgrading from
12+
`v0.31.X`. In particular, the upgrade guide for breaking changes.
13+
"""
14+
15+
changelog: [
16+
{
17+
type: "fix"
18+
scopes: ["observability"]
19+
description: """
20+
A number of sinks were emitting incorrect telemetry for the `component_sent_*` metrics:
21+
22+
- WebHDFS
23+
- GCP Cloud Storage
24+
- AWS S3
25+
- Azure Blob Storage
26+
- Azure Monitor Logs
27+
- Databend
28+
- Clickhouse
29+
- Datadog Logs
30+
31+
This has been corrected.
32+
"""
33+
pr_numbers: [18289]
34+
},
35+
{
36+
type: "fix"
37+
scopes: ["security"]
38+
description: """
39+
The newly added `--openssl-legacy-provider` flag in 0.32.0 can now be disabled by
40+
setting it to `false` via `--openssl-legacy-provider=false`. Previously it would
41+
complain of extra arguments.
42+
"""
43+
pr_numbers: [18276]
44+
},
45+
{
46+
type: "fix"
47+
scopes: ["opentelemetry source"]
48+
description: """
49+
The `opentelemetry` source no longer fails to decode large payloads. This was a regression
50+
in 0.31.0 when a 4 MB limit was inadvertently applied.
51+
"""
52+
pr_numbers: [18306]
53+
},
54+
]
55+
56+
commits: [
57+
{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},
58+
{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},
59+
{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},
60+
{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},
61+
{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},
62+
{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},
63+
{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},
64+
{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},
65+
{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},
66+
{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},
67+
]
68+
}

website/cue/reference/versions.cue

+1
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.32.1",
56
"0.32.0",
67
"0.31.0",
78
"0.30.0",

0 commit comments

Comments
 (0)