Skip to content

Commit 8935681

Browse files
committed
chore(releasing): Prepare 0.24.1
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 5cec2a1 commit 8935681

File tree

7 files changed

+103
-3
lines changed

7 files changed

+103
-3
lines changed

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.24.0"
3+
version = "0.24.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.24.0"
15+
VECTOR_VERSION="0.24.1"
1616
_divider="--------------------------------------------------------------------------------"
1717
_prompt=">>>"
1818
_indent=" "

website/content/en/releases/0.24.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.24.1 release notes
3+
weight: 21
4+
---

website/cue/reference/releases/0.24.0.cue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ releases: "0.24.0": {
1717
]
1818

1919
known_issues: [
20+
"""
21+
The new `host_metrics` metrics for physical and logical CPU counts were incorrectly
22+
implemented as new modes for the `cpu_seconds_total` when they were meant to be new gauges.
23+
Fixed in 0.24.1.
24+
""",
25+
"""
26+
`vector top` and some sinks like `file` incorrectly report metrics from the
27+
`internal_metrics` source as they show the incremental metrics rather than absolute.
28+
Fixed in 0.24.1.
29+
""",
2030
]
2131

2232
description: """
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
package metadata
2+
3+
releases: "0.24.1": {
4+
date: "2022-09-12"
5+
codename: ""
6+
7+
whats_next: []
8+
9+
description: """
10+
This patch release contains a few fixes for regressions in 0.24.0.
11+
12+
**Note:** Please see the release notes for [`v0.24.0`](/releases/0.24.0/) for additional changes if upgrading from
13+
`v0.22.X`. In particular, the upgrade guide for breaking changes.
14+
"""
15+
changelog: [
16+
{
17+
type: "fix"
18+
scopes: ["host_metrics source"]
19+
description: """
20+
The new `host_metrics` metrics for physical and logical CPU counts were moved to
21+
their own new gauges: `logical_cpus` and `physical_cpus`.
22+
"""
23+
pr_numbers: [14328]
24+
},
25+
{
26+
type: "fix"
27+
scopes: ["http sink"]
28+
description: """
29+
The `http` sink again accepts `metrics` and `traces` as events depending on the
30+
configured codec. This was a regression in behavior in 0.23.0 where it was
31+
incorrectly restricted.
32+
"""
33+
pr_numbers: [14320]
34+
},
35+
{
36+
type: "fix"
37+
scopes: ["http sink"]
38+
description: """
39+
The `http` sink again accepts `metrics` and `traces` as events depending on the
40+
configured codec. This was a regression in behavior in 0.23.0 where it was
41+
incorrectly restricted.
42+
"""
43+
pr_numbers: [14320]
44+
},
45+
{
46+
type: "fix"
47+
scopes: ["observability"]
48+
description: """
49+
The newly added `expire_metrics` option was corrected to be named
50+
`expire_metrics_secs` to match other configuration options. It was also corrected to
51+
take a fractional number of seconds where `expire_metrics` required configuration of
52+
the number of seconds and nanoseconds separately.
53+
"""
54+
pr_numbers: [14247, 14363, 14338]
55+
},
56+
{
57+
type: "fix"
58+
scopes: ["observability"]
59+
description: """
60+
Internal metrics as reported by `vector top` and some sinks, like `file`, was
61+
corrected by reverting the internal metrics registry to again use absolute values.
62+
"""
63+
pr_numbers: [14251]
64+
},
65+
]
66+
67+
commits: [
68+
{sha: "8a4b4f572a1ad0a55ead721b74ac4fe1cb690ee6", date: "2022-08-31 05:21:02 UTC", description: "Fix link in 0.24.0 upgrade guide", pr_number: 14178, scopes: [], type: "docs", breaking_change: false, author: "Spencer Gilbert", files_count: 1, insertions_count: 2, deletions_count: 2},
69+
{sha: "146b5eb674ee39a492df686b3d37702094d442b0", date: "2022-08-31 03:49:14 UTC", description: "Fix permission for healthcheck", pr_number: 14179, scopes: ["aws_s3 sink"], type: "docs", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 1, deletions_count: 1},
70+
{sha: "b5d084698baf037898ca45b0e8eab26224d05896", date: "2022-09-01 08:05:16 UTC", description: "Remove confusion", pr_number: 14186, scopes: [], type: "docs", breaking_change: false, author: "Tshepang Mbambo", files_count: 1, insertions_count: 1, deletions_count: 1},
71+
{sha: "477840e46ac71bbb92be7c2161d6158ef14773a0", date: "2022-09-01 04:40:45 UTC", description: "Document support for GELF codec", pr_number: 14231, scopes: ["codecs"], type: "docs", breaking_change: false, author: "Jesse Szwedko", files_count: 4, insertions_count: 6, deletions_count: 2},
72+
{sha: "f849672fdf0576801f4e2753d0bf15410d2e7185", date: "2022-09-01 21:42:43 UTC", description: "Fix documentation of tls.enabled", pr_number: 14242, scopes: ["sources", "sinks"], type: "docs", breaking_change: false, author: "Jesse Szwedko", files_count: 4, insertions_count: 10, deletions_count: 8},
73+
{sha: "49374352b318157fa4bd61c3b8f12c4497f2ebfc", date: "2022-09-09 23:25:25 UTC", description: "Fix the tags used in the `adaptive_concurrency_*` metrics", pr_number: 14351, scopes: [], type: "docs", breaking_change: false, author: "Bruce Guenter", files_count: 1, insertions_count: 4, deletions_count: 4},
74+
{sha: "27e725769a74181392a4661f8a5757b1a36d3e40", date: "2022-09-01 05:55:18 UTC", description: "Fix type of global `expire_metrics` setting", pr_number: 14224, scopes: ["config"], type: "fix", breaking_change: false, author: "Bruce Guenter", files_count: 4, insertions_count: 31, deletions_count: 14},
75+
{sha: "0a145b4b5491a9e6afb5bbcad602aa87e819d428", date: "2022-09-02 07:06:31 UTC", description: "Convert internal metric counts back to absolute", pr_number: 14251, scopes: ["observability"], type: "fix", breaking_change: false, author: "Bruce Guenter", files_count: 3, insertions_count: 9, deletions_count: 25},
76+
{sha: "be3d1b578158e9e74b31176611a7808372985870", date: "2022-09-03 06:29:39 UTC", description: "Rename global `expire_metrics` to `expire_metrics_secs`", pr_number: 14247, scopes: ["config"], type: "fix", breaking_change: false, author: "Bruce Guenter", files_count: 3, insertions_count: 37, deletions_count: 2},
77+
{sha: "c3640a7cd17daab9896483ffb6e02515d71f3459", date: "2022-09-03 06:21:51 UTC", description: "Pass span context to spawned tasks", pr_number: 14254, scopes: ["aws_sqs source"], type: "fix", breaking_change: false, author: "Jesse Szwedko", files_count: 1, insertions_count: 20, deletions_count: 13},
78+
{sha: "740b7c479b65beb27b27f7f13bb7ae2168014702", date: "2022-09-08 04:00:50 UTC", description: "Expand input type support to match codec's", pr_number: 14320, scopes: ["http sink"], type: "fix", breaking_change: false, author: "Jesse Szwedko", files_count: 2, insertions_count: 13, deletions_count: 7},
79+
{sha: "e5bb550f12154318f6cac0c6268f4ac3f5ba1e1e", date: "2022-09-08 23:14:42 UTC", description: " `logical_cpus` and `physical_cpus` separate gauges", pr_number: 14328, scopes: ["host_metrics source"], type: "fix", breaking_change: false, author: "Kyle Criddle", files_count: 1, insertions_count: 51, deletions_count: 34},
80+
{sha: "d5b43120b0c2da89de46e68e7d18df9257424e86", date: "2022-09-13 00:42:31 UTC", description: "wilcards -> wildcards", pr_number: 14375, scopes: [], type: "docs", breaking_change: false, author: "Johan Bergström", files_count: 1, insertions_count: 1, deletions_count: 1},
81+
{sha: "e4a8c26cce476c7d2382be07b4b6ef30a7db7882", date: "2022-09-13 02:04:16 UTC", description: "Add release note about expiring internal metrics", pr_number: 14338, scopes: [], type: "docs", breaking_change: false, author: "Bruce Guenter", files_count: 1, insertions_count: 4, deletions_count: 0},
82+
{sha: "1ca92df8b631cb85d0e089e38071507a15324d94", date: "2022-09-12 22:11:53 UTC", description: "add cpu count metrics to `host_metrics` cue docs", pr_number: 14366, scopes: ["docs"], type: "fix", breaking_change: false, author: "Kyle Criddle", files_count: 1, insertions_count: 8, deletions_count: 0},
83+
{sha: "5cec2a14905ecbdb7b4c42754f55f5b5f5a7fdbd", date: "2022-09-13 01:32:00 UTC", description: "Restore `expire_metrics` back to original type", pr_number: 14363, scopes: ["config"], type: "chore", breaking_change: false, author: "Bruce Guenter", files_count: 5, insertions_count: 61, deletions_count: 10},
84+
]
85+
}

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.24.1",
56
"0.24.0",
67
"0.23.3",
78
"0.23.0",

0 commit comments

Comments
 (0)