Skip to content

Commit 5623d1e

Browse files
committed
chore(releasing): Prepare v0.27.0 release
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 42f9729 commit 5623d1e

File tree

7 files changed

+613
-4
lines changed

7 files changed

+613
-4
lines changed

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

website/content/en/blog/tracking-allocations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We are excited to announce that Vector now has support for exposing per-componen
1616

1717
![vector top with allocation tracing](/img/blog/vector-top-allocation-tracking.png)
1818

19-
To explore the feature, you'll have to [download](https://vector.dev/download/) the nightly build of Vector. Once you've got that, start Vector with the `--allocation-tracing` flag, launch `vector top` and monitor your components!
19+
To explore the feature, you'll need version [v0.27.0](https://vector.dev/download/), or later, of Vector. Once you've got that, start Vector with the `--allocation-tracing` flag, launch `vector top` and monitor your components!
2020

2121
## What's new
2222

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Vector v0.27.0 release notes
3+
weight: 21
4+
---

website/cue/reference/administration/interfaces/kubectl.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ administration: interfaces: kubectl: {
1919
role_implementations: [Name=string]: {
2020
commands: {
2121
_deployment_variant: string
22-
_vector_version: "0.26"
22+
_vector_version: "0.27"
2323
_namespace: string | *"vector"
2424
_controller_resource_type: string
2525
_controller_resource_name: string | *_deployment_variant

website/cue/reference/releases/0.26.0.cue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ releases: "0.26.0": {
66

77
whats_next: []
88

9-
known_issues: []
9+
known_issues: [
10+
"""
11+
Annotating namespace labels in the `kubernetes_logs` source cannot be disabled by
12+
setting `namespace_labels` to `""`. Fixed in v0.27.0.
13+
""",
14+
]
1015

1116
description: """
1217
The Vector team is pleased to announce version 0.26.0!

0 commit comments

Comments
 (0)