From 99658840c9f1b4a2414617d0cdaec74fc09c8a22 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Fri, 18 Aug 2023 15:36:05 -0700 Subject: [PATCH] chore(releasing): Prepare v0.32.1 release Checklist: https://github.com/vectordotdev/vector/issues/18312 Signed-off-by: Jesse Szwedko --- Cargo.lock | 2 +- Cargo.toml | 2 +- distribution/install.sh | 2 +- website/content/en/releases/0.32.1.md | 4 ++ website/cue/reference/releases/0.32.0.cue | 4 +- website/cue/reference/releases/0.32.1.cue | 68 +++++++++++++++++++++++ website/cue/reference/versions.cue | 1 + 7 files changed, 78 insertions(+), 5 deletions(-) create mode 100644 website/content/en/releases/0.32.1.md create mode 100644 website/cue/reference/releases/0.32.1.cue diff --git a/Cargo.lock b/Cargo.lock index 2de6876b7dee6..4dd9debba635a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9375,7 +9375,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "vector" -version = "0.32.0" +version = "0.32.1" dependencies = [ "apache-avro", "approx", diff --git a/Cargo.toml b/Cargo.toml index d970628a272f8..789cecaffa1f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vector" -version = "0.32.0" +version = "0.32.1" authors = ["Vector Contributors "] edition = "2021" description = "A lightweight and ultra-fast tool for building observability pipelines" diff --git a/distribution/install.sh b/distribution/install.sh index 2f7941c653164..b83944561752e 100755 --- a/distribution/install.sh +++ b/distribution/install.sh @@ -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=" " diff --git a/website/content/en/releases/0.32.1.md b/website/content/en/releases/0.32.1.md new file mode 100644 index 0000000000000..a58cca9a967e5 --- /dev/null +++ b/website/content/en/releases/0.32.1.md @@ -0,0 +1,4 @@ +--- +title: Vector v0.32.1 release notes +weight: 21 +--- diff --git a/website/cue/reference/releases/0.32.0.cue b/website/cue/reference/releases/0.32.0.cue index 97ae41677c3c6..5b41a1771fb3c 100644 --- a/website/cue/reference/releases/0.32.0.cue +++ b/website/cue/reference/releases/0.32.0.cue @@ -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. """, ] diff --git a/website/cue/reference/releases/0.32.1.cue b/website/cue/reference/releases/0.32.1.cue new file mode 100644 index 0000000000000..4b20bc355e2e7 --- /dev/null +++ b/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}, + ] +} diff --git a/website/cue/reference/versions.cue b/website/cue/reference/versions.cue index 72b64e2f0e69f..2f273a47d9c90 100644 --- a/website/cue/reference/versions.cue +++ b/website/cue/reference/versions.cue @@ -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",