Skip to content

Commit

Permalink
chore(releasing): Prepare v0.36.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 Feb 13, 2024
1 parent 10f5d7d commit a5e48bb
Show file tree
Hide file tree
Showing 15 changed files with 388 additions and 30 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/15813_sink_clickhouse_format.feature.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/19643_only_set_connection_close_http1.fix.md

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/19812_journald_metadata_missing.fix.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/19825.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/bump_alpine_3_19.enhancement.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/validate_skip_healthchecks.enhancement.md

This file was deleted.

2 changes: 1 addition & 1 deletion distribution/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -u
# If PACKAGE_ROOT is unset or empty, default it.
PACKAGE_ROOT="${PACKAGE_ROOT:-"https://packages.timber.io/vector"}"
# If VECTOR_VERSION is unset or empty, default it.
VECTOR_VERSION="${VECTOR_VERSION:-"0.35.1"}"
VECTOR_VERSION="${VECTOR_VERSION:-"0.36.0"}"
_divider="--------------------------------------------------------------------------------"
_prompt=">>>"
_indent=" "
Expand Down
12 changes: 12 additions & 0 deletions website/content/en/highlights/2024-02-13-0-36-0-upgrade-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
date: "2024-02-13"
title: "0.36 Upgrade Guide"
description: "An upgrade guide that addresses breaking changes in 0.36.0"
authors: ["jszwedko"]
release: "0.36.0"
hide_on_release_notes: false
badges:
type: breaking change
---

Vector's 0.36.0 release includes no **breaking changes** or **deprecations**:
4 changes: 4 additions & 0 deletions website/content/en/releases/0.36.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Vector v0.36.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.35"
_vector_version: "0.36"
_namespace: string | *"vector"
_controller_resource_type: string
_controller_resource_name: string | *_deployment_variant
Expand Down
369 changes: 369 additions & 0 deletions website/cue/reference/releases/0.36.0.cue

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions website/cue/reference/versions.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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.36.0",
"0.35.1",
"0.35.0",
"0.34.2",
Expand Down

0 comments on commit a5e48bb

Please sign in to comment.