Skip to content

Commit 935d28a

Browse files
committed
chore(releasing): Prepare v0.23.1 release
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 2521df5 commit 935d28a

File tree

6 files changed

+83
-2
lines changed

6 files changed

+83
-2
lines changed

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.23.0"
15+
VECTOR_VERSION="0.23.1"
1616
_divider="--------------------------------------------------------------------------------"
1717
_prompt=">>>"
1818
_indent=" "

website/content/en/releases/0.23.1.md

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

website/cue/reference/releases/0.22.0.cue

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ releases: "0.22.0": {
2424
"VRL sometimes miscalculates type definitions when conditionals are used causing later usages of values assigned in conditionals to not require type coercion as they should ([#12948](https://github.com/vectordotdev/vector/issues/12948)). Fixed in v0.22.1.",
2525
"Metrics from AWS components were tagged with an `endpoint` including the full path of the request. For the `aws_s3` sink this caused cardinality issues since the AWS S3 key is included in the URL. Fixed in v0.22.3.",
2626
"The `gcp_pubsub` source would log errors due to attempting to fetch too quickly when it has no acknowledgements to pass along. Fixed in v0.22.3.",
27+
"Vector shuts down when a configured source codec (`decoding.codec`) receives invalid data. Fixed in v0.23.1.",
2728
]
2829

2930
description: """

website/cue/reference/releases/0.23.0.cue

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ releases: "0.23.0": {
2323
},
2424
]
2525

26-
known_issues: []
26+
known_issues: [
27+
"Vector shuts down when a configured source codec (`decoding.codec`) receives invalid data. Fixed in v0.23.1.",
28+
"The `elasticsearch` sink doesn't evaluate templated configuration options like the `index` configuration before applying the `only_fields` and `except_fields` options, causing templates to fail to be evaluated if they used a field that was dropped. Fixed in v0.23.1.",
29+
]
2730

2831
description: """
2932
The Vector team is pleased to announce version 0.23.0!
+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
package metadata
2+
3+
releases: "0.23.1": {
4+
date: "2022-08-08"
5+
codename: ""
6+
7+
whats_next: []
8+
9+
description: """
10+
This patch release contains a few fixes for regressions in 0.23.0.
11+
12+
**Note:** Please see the release notes for [`v0.23.0`](/releases/0.23.0/) for additional changes if upgrading from
13+
`v0.22.X`. In particular, the upgrade guide for breaking changes.
14+
"""
15+
16+
changelog: [
17+
{
18+
type: "fix"
19+
scopes: ["codec"]
20+
description: """
21+
Vector no longer shutsdown when `encoding.codec` is configured on a source and the
22+
incoming data does not match the codec.
23+
"""
24+
pr_numbers: [13737]
25+
},
26+
{
27+
type: "fix"
28+
scopes: ["vrl stdlib"]
29+
description: """
30+
The `parse_groks` VRL function now correctly removes empty fields, matching the
31+
expected behavior as of Vector v0.23.0 when the `remove_empty` parameter was
32+
dropped.
33+
"""
34+
pr_numbers: [13721]
35+
},
36+
{
37+
type: "fix"
38+
scopes: ["codec", "elasticsearch sink"]
39+
description: """
40+
For the `elasticsearch` sink, the `encoding.only_fields` and
41+
`encoding.except_fields` are now correctly applied after any templated strings are
42+
evaluated.
43+
"""
44+
pr_numbers: [13734]
45+
},
46+
]
47+
48+
commits: [
49+
{sha: "d72f1d8963538e29af1689aebb47ef8fa3db84ef", date: "2022-07-12 06:01:39 UTC", description: "typoes", pr_number: 13489, scopes: [], type: "docs", breaking_change: false, author: "Tshepang Mbambo", files_count: 4, insertions_count: 5, deletions_count: 5},
50+
{sha: "c05afb2200c74a3bf84c70b34be06e3c36732644", date: "2022-07-12 06:02:25 UTC", description: "typo", pr_number: 13488, scopes: [], type: "docs", breaking_change: false, author: "Tshepang Mbambo", files_count: 1, insertions_count: 1, deletions_count: 1},
51+
{sha: "1d19df127f5e73721525aebcbd2f63e81ce40aa5", date: "2022-07-11 23:11:16 UTC", description: "Correct length_delimited header documentation", pr_number: 13491, scopes: ["codecs"], type: "docs", breaking_change: false, author: "Jesse Szwedko", files_count: 2, insertions_count: 2, deletions_count: 2},
52+
{sha: "1126a5e12d90cc8045f5ebeb322bbb026ed3072a", date: "2022-07-12 05:53:53 UTC", description: "Correct changelog entry", pr_number: 13509, scopes: ["gcp_pubsub source"], type: "docs", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 1, deletions_count: 1},
53+
{sha: "94063f094d47393484bb99777dd816a555ba0d28", date: "2022-07-13 00:02:21 UTC", description: "correct links to open new issues on troubleshooting page", pr_number: 13510, scopes: [], type: "docs", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 2, deletions_count: 2},
54+
{sha: "21d8683f80f629d7ccc6049922563ba90670bc67", date: "2022-07-13 00:39:25 UTC", description: "Fix typos in datadog_agent docs", pr_number: 13515, scopes: [], type: "docs", breaking_change: false, author: "Spencer Gilbert", files_count: 1, insertions_count: 2, deletions_count: 2},
55+
{sha: "f80fe013a4d70873ddd523f3a444f8bb3be23c5b", date: "2022-07-13 03:05:52 UTC", description: "Update tags and description for dd_agent", pr_number: 13517, scopes: [], type: "docs", breaking_change: false, author: "Spencer Gilbert", files_count: 1, insertions_count: 2, deletions_count: 2},
56+
{sha: "52390c7f038bec3838914813e5f58bfa4b8ab65d", date: "2022-07-13 01:09:56 UTC", description: "Remove note about external buffers", pr_number: 13522, scopes: [], type: "docs", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 0, deletions_count: 1},
57+
{sha: "bbb5e978ef2a7914fc999d22e7cef808939e44e0", date: "2022-07-13 02:14:53 UTC", description: "Regenerate k8s manifests for 0.23.0", pr_number: 13523, scopes: ["releasing"], type: "chore", breaking_change: false, author: "Jesse Szwedko", files_count: 17, insertions_count: 23, deletions_count: 21},
58+
{sha: "c35618170c1a4a696e0e66915fbb1eb73643a285", date: "2022-07-14 00:52:33 UTC", description: "Include breaking change for watch-config in 0.21", pr_number: 13536, scopes: [], type: "docs", breaking_change: false, author: "Spencer Gilbert", files_count: 1, insertions_count: 15, deletions_count: 2},
59+
{sha: "ef5592cb7d137ff7f569eb1117899f4c3b9fe625", date: "2022-07-15 02:30:19 UTC", description: "fix minimum size value for `buffer.max_size`", pr_number: 13557, scopes: ["buffers"], type: "fix", breaking_change: false, author: "Toby Lawrence", files_count: 1, insertions_count: 1, deletions_count: 1},
60+
{sha: "a267c58b4cf422fb8dc1f931cda64e7d3ff77343", date: "2022-07-15 22:05:37 UTC", description: "Fix key_field docs to mention templating", pr_number: 13561, scopes: ["throttle transform"], type: "docs", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 6, deletions_count: 4},
61+
{sha: "8c169a70666adcb0094e0df99a85b2edf205c370", date: "2022-07-27 07:08:56 UTC", description: "Add note to 0.23.0 about libc/libc++ changes", pr_number: 13724, scopes: ["releasing"], type: "docs", breaking_change: false, author: "Jesse Szwedko", files_count: 2, insertions_count: 29, deletions_count: 4},
62+
{sha: "5ea6ceb4fdfb2081e7fffaabceec47d92b4e1834", date: "2022-08-03 23:24:21 UTC", description: "Fix description for aggregator role", pr_number: 13827, scopes: [], type: "docs", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 1, deletions_count: 1},
63+
{sha: "36a7742cc60699928dd3946172c952f1ea9f05c0", date: "2022-07-28 05:35:03 UTC", description: "Do not include empty matches for `grok` pattern", pr_number: 13721, scopes: ["vrl"], type: "fix", breaking_change: false, author: "Pablo Sichert", files_count: 2, insertions_count: 13, deletions_count: 13},
64+
{sha: "b6deeffa654a61aebbcc79dabaf7b75ff85dcb13", date: "2022-07-30 14:03:59 UTC", description: "Fix bug where Vector shuts down when a decoding error is returned to `FramedRead`", pr_number: 13737, scopes: ["codecs"], type: "fix", breaking_change: false, author: "Pablo Sichert", files_count: 3, insertions_count: 44, deletions_count: 2},
65+
{sha: "490eac75baeaf87c293c222b62e4e262fa413b93", date: "2022-08-10 01:21:25 UTC", description: "Update v0.23 upgrade guide", pr_number: 13906, scopes: ["docs"], type: "chore", breaking_change: false, author: "Kyle Criddle", files_count: 1, insertions_count: 15, deletions_count: 0},
66+
{sha: "c3b6606144295e02fe69bdd055d51c7fa3e39b35", date: "2022-08-09 04:52:18 UTC", description: "Use leading underscore in component ids", pr_number: 13859, scopes: ["enterprise"], type: "chore", breaking_change: false, author: "Will", files_count: 1, insertions_count: 9, deletions_count: 9},
67+
{sha: "aa7b80c206fd841f0c94458824528a2c855d80d0", date: "2022-08-11 06:47:09 UTC", description: "drop application_key", pr_number: 13655, scopes: ["enterprise"], type: "enhancement", breaking_change: false, author: "Vladimir Zhuk", files_count: 3, insertions_count: 29, deletions_count: 22},
68+
{sha: "c0b7d7e7adb6d03fcfa7bd4f48cdf854498399c8", date: "2022-07-08 05:56:04 UTC", description: "bump async-graphql / async-graphql-warp from 3.0.38 to 4.0.4", pr_number: 13471, scopes: ["deps"], type: "chore", breaking_change: false, author: "Kyle Criddle", files_count: 4, insertions_count: 131, deletions_count: 27},
69+
{sha: "ff94708756ed63fa1418521c199ecf1c83b8ef6a", date: "2022-07-19 09:03:22 UTC", description: "bump async-graphql from 4.0.4 to 4.0.5", pr_number: 13603, scopes: ["deps"], type: "chore", breaking_change: false, author: "dependabot[bot]", files_count: 4, insertions_count: 21, deletions_count: 107},
70+
{sha: "fa32a43c011043087d983701bdcd72075d192899", date: "2022-08-03 03:33:33 UTC", description: "bump async-graphql from 4.0.5 to 4.0.6", pr_number: 13779, scopes: ["deps"], type: "chore", breaking_change: false, author: "dependabot[bot]", files_count: 4, insertions_count: 12, deletions_count: 12},
71+
]
72+
}

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.23.1",
56
"0.23.0",
67
"0.22.3",
78
"0.22.2",

0 commit comments

Comments
 (0)