Skip to content

Commit 3cc27b9

Browse files
committed
chore(releasing): Prepare v0.33.1 release
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 792a1b5 commit 3cc27b9

File tree

8 files changed

+81
-4
lines changed

8 files changed

+81
-4
lines changed

.github/actions/spelling/expect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,6 +1228,7 @@ wktpointer
12281228
wmem
12291229
woooooow
12301230
woothee
1231+
wor
12311232
wordlist
12321233
workdir
12331234
workstreams

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vector"
3-
version = "0.33.0"
3+
version = "0.33.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

Lines changed: 1 addition & 1 deletion
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.33.0"
15+
VECTOR_VERSION="0.33.1"
1616
_divider="--------------------------------------------------------------------------------"
1717
_prompt=">>>"
1818
_indent=" "

license-tool.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66

77
# `ring` has a custom license that is mostly "ISC-style" but parts of it also fall under OpenSSL licensing.
88
"ring-0.16.20" = { license = "ISC AND Custom" }
9+
"ring-0.17.3" = { license = "ISC AND Custom" }
910

1011
# `rustls-webpki` doesn't specify their license in the metadata, but the file contains the ISC terms.
1112
"rustls-webpki-0.100.1" = { license = "ISC" }
1213

1314
# `webpki` doesn't specify their license in the metadata, but the file contains the ISC terms.
14-
"webpki-0.22.2" = { license = "ISC" }
15+
"webpki-0.22.4" = { license = "ISC" }
1516

1617
# `zerocopy` et al don't specify their licenses in the metadata, but the file contains the 2-clause BSD terms.
1718
"zerocopy-0.6.1" = { license = "BSD-2-Clause" }

website/content/en/releases/0.33.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.33.1 release notes
3+
weight: 21
4+
---
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
package metadata
2+
3+
releases: "0.33.1": {
4+
date: "2023-10-30"
5+
codename: ""
6+
7+
whats_next: []
8+
9+
description: """
10+
This patch release contains fixes for regressions in 0.33.0 and fixes an issues with the Debian release artifacts.
11+
12+
**Note:** Please see the release notes for [`v0.33.0`](/releases/0.33.0/) for additional changes if upgrading from
13+
`v0.32.X`. In particular, the upgrade guide for breaking changes.
14+
"""
15+
16+
changelog: [
17+
{
18+
type: "fix"
19+
scopes: ["releasing", "debian"]
20+
description: """
21+
Debian packages again avoid overwriting existing configuration files when upgrading.
22+
"""
23+
pr_numbers: [18718]
24+
},
25+
{
26+
type: "fix"
27+
scopes: ["datadog_metrics sink"]
28+
description: """
29+
The performance of the Datadog Metrics sink was greatly improved when the incoming
30+
metric stream contains mostly counters.
31+
"""
32+
pr_numbers: [18759]
33+
},
34+
{
35+
type: "fix"
36+
scopes: ["dnstap source"]
37+
description: """
38+
The `dnstap` source can again parse DNSSEC/RRSIG RRs records.
39+
"""
40+
pr_numbers: [18878]
41+
},
42+
{
43+
type: "fix"
44+
scopes: ["kafka source"]
45+
description: """
46+
A performance regression in the `kafka` source was corrected.
47+
"""
48+
pr_numbers: [18770]
49+
},
50+
]
51+
52+
commits: [
53+
{sha: "eae7b827fb885af5af12419b3451c841df06abdf", date: "2023-09-30 03:07:13 UTC", description: "Add known issue for 0.33.0 debian packaging regression", pr_number: 18727, scopes: ["releasing"], type: "chore", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 3, deletions_count: 1},
54+
{sha: "4b72f7e13c7607705fe16227259bd7b1429fc1f7", date: "2023-10-04 06:52:37 UTC", description: "Set download page dropdown to latest version", pr_number: 18758, scopes: ["website"], type: "chore", breaking_change: false, author: "Devin Ford", files_count: 1, insertions_count: 1, deletions_count: 1},
55+
{sha: "9c31f322df7114b70231b843fcd975087ede2a5d", date: "2023-09-27 10:13:36 UTC", description: "Bump tokio-tungstenite from 0.20.0 to 0.20.1", pr_number: 18661, scopes: ["deps"], type: "chore", breaking_change: false, author: "dependabot[bot]", files_count: 3, insertions_count: 9, deletions_count: 9},
56+
{sha: "45a9fcf60e51ac213f3cd018183b5890feb5a317", date: "2023-10-04 05:19:08 UTC", description: "Bump webpki from 0.22.1 to 0.22.2", pr_number: 18744, scopes: ["deps"], type: "chore", breaking_change: false, author: "dependabot[bot]", files_count: 1, insertions_count: 1, deletions_count: 1},
57+
{sha: "abe84489cc5cfa19490d83576f867073a30f62da", date: "2023-09-30 05:01:39 UTC", description: "Bump warp from 0.3.5 to 0.3.6", pr_number: 18704, scopes: ["deps"], type: "chore", breaking_change: false, author: "dependabot[bot]", files_count: 2, insertions_count: 7, deletions_count: 38},
58+
{sha: "1b9a012cd4590b3f5f40b3190b3577ea9eb53046", date: "2023-09-30 05:16:11 UTC", description: "Re-add `conf-files` directive for `cargo-deb`", pr_number: 18726, scopes: ["debian platform"], type: "fix", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 1, deletions_count: 0},
59+
{sha: "b8b6f9ed76141de290307b3d414c785dd4230ce1", date: "2023-10-06 05:45:13 UTC", description: "improve aggregation performance", pr_number: 18759, scopes: ["datadog_metrics sink"], type: "fix", breaking_change: false, author: "Doug Smith", files_count: 5, insertions_count: 173, deletions_count: 201},
60+
{sha: "05527172d1ab16d4c4481d392bdc26c89528beab", date: "2023-10-21 02:31:29 UTC", description: "Update example YAML config data_dir", pr_number: 18896, scopes: ["releasing"], type: "fix", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 1, deletions_count: 1},
61+
{sha: "1d4487c3b12033dba8dc58ae4199706552e3014b", date: "2023-10-21 01:33:10 UTC", description: "support DNSSEC RRSIG record data", pr_number: 18878, scopes: ["dnstap source"], type: "fix", breaking_change: false, author: "neuronull", files_count: 2, insertions_count: 52, deletions_count: 1},
62+
{sha: "b246610fd53f62ec07682a22f79d664f5ad031bc", date: "2023-10-25 07:21:51 UTC", description: "Make KafkaService return `Poll::Pending` when producer queue is full", pr_number: 18770, scopes: ["kafka sink"], type: "fix", breaking_change: false, author: "Doug Smith", files_count: 2, insertions_count: 78, deletions_count: 26},
63+
{sha: "391067761a210341f68ad3a4db8fcd0cfa42e578", date: "2023-09-28 06:28:14 UTC", description: "Remove or replace mentions of vector in functions doc", pr_number: 18679, scopes: ["external docs"], type: "chore", breaking_change: false, author: "May Lee", files_count: 9, insertions_count: 21, deletions_count: 21},
64+
{sha: "9ca6c7b186e73605359844db0bb20946bfdc6390", date: "2023-10-24 05:48:36 UTC", description: "add new dedicated page for TLS configuration", pr_number: 18844, scopes: ["tls"], type: "docs", breaking_change: false, author: "Hugo Hromic", files_count: 7, insertions_count: 164, deletions_count: 3},
65+
{sha: "0e0f6411608b8f37c311c3923c352e58f88d869b", date: "2023-09-28 11:44:20 UTC", description: "Add SHA256 checksums file to GH releases", pr_number: 18701, scopes: [], type: "chore", breaking_change: false, author: "Spencer Gilbert", files_count: 1, insertions_count: 6, deletions_count: 0},
66+
{sha: "5037fe756a2216cfa340b842387f745af2c29363", date: "2023-10-04 05:46:40 UTC", description: "Add a test to assert conf files aren't overwritten", pr_number: 18728, scopes: ["ci"], type: "chore", breaking_change: false, author: "Jesse Szwedko", files_count: 2, insertions_count: 33, deletions_count: 15},
67+
{sha: "b4262335582c4466bbef5a9371433bdfbefaf587", date: "2023-10-12 06:27:08 UTC", description: "Bump MacOS unit test runners to 13", pr_number: 18823, scopes: ["ci"], type: "chore", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 1, deletions_count: 1},
68+
{sha: "792a1b541aaa1b34bef605bb9be4f0787b35afab", date: "2023-10-03 06:52:13 UTC", description: "Fix cookie banner style issues", pr_number: 18745, scopes: ["ci"], type: "chore", breaking_change: false, author: "Jesse Szwedko", files_count: 3, insertions_count: 11, deletions_count: 6},
69+
]
70+
}

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.33.1",
56
"0.33.0",
67
"0.32.2",
78
"0.32.1",

0 commit comments

Comments
 (0)