Skip to content

Commit

Permalink
chore(releasing): Prepare v0.27.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Jan 18, 2023
1 parent 42f9729 commit 5623d1e
Show file tree
Hide file tree
Showing 7 changed files with 613 additions and 4 deletions.
2 changes: 1 addition & 1 deletion distribution/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.26.0"
VECTOR_VERSION="0.27.0"
_divider="--------------------------------------------------------------------------------"
_prompt=">>>"
_indent=" "
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/blog/tracking-allocations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We are excited to announce that Vector now has support for exposing per-componen

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

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!
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!

## What's new

Expand Down
4 changes: 4 additions & 0 deletions website/content/en/releases/0.27.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Vector v0.27.0 release notes
weight: 21
---
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ administration: interfaces: kubectl: {
role_implementations: [Name=string]: {
commands: {
_deployment_variant: string
_vector_version: "0.26"
_vector_version: "0.27"
_namespace: string | *"vector"
_controller_resource_type: string
_controller_resource_name: string | *_deployment_variant
Expand Down
7 changes: 6 additions & 1 deletion website/cue/reference/releases/0.26.0.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ releases: "0.26.0": {

whats_next: []

known_issues: []
known_issues: [
"""
Annotating namespace labels in the `kubernetes_logs` source cannot be disabled by
setting `namespace_labels` to `""`. Fixed in v0.27.0.
""",
]

description: """
The Vector team is pleased to announce version 0.26.0!
Expand Down
Loading

0 comments on commit 5623d1e

Please sign in to comment.