Skip to content

Commit c6b5bc2

Browse files
committed
chore(releasing): Prepare v0.26.0 release
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 1651dd8 commit c6b5bc2

File tree

6 files changed

+485
-11
lines changed

6 files changed

+485
-11
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.25.2"
15+
VECTOR_VERSION="0.26.0"
1616
_divider="--------------------------------------------------------------------------------"
1717
_prompt=">>>"
1818
_indent=" "

website/content/en/highlights/2022-11-07-0-26-0-upgrade-guide.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Vector's 0.26.0 release includes **breaking changes**:
1414
1. [Removal of `check_fields` condition type](#check-fields-removal)
1515
2. [Removal of `lanes` parameter for `route` transform](#lanes-parameter-route-transform-removal)
1616
3. [Removal of `geoip` transform](#geo-transform-removal)
17-
3. [Enrichment of `fluent` source with `source_type` field](#fluent-source-type-field)
1817

1918
We cover them below to help you upgrade quickly:
2019

@@ -67,11 +66,3 @@ get the same functionality through a `remap` transform with [`geoip` enrichment
6766
tables](/docs/reference/configuration/global-options/#enrichment_tables.geoip). These can be used
6867
with [VRL's enrichment table functions](/docs/reference/vrl/functions/#enrichment-functions) to
6968
enrich events using a [GeoIP database](https://www.maxmind.com/en/geoip2-databases).
70-
71-
#### Enrichment of `fluent` source with `source_type` field {#fluent-source-type-field}
72-
73-
The `fluent` source was not enriching events with the `source_type` field.
74-
This behavior was added, using the global option [log_schema.source_type_key](https://vector.dev/docs/reference/configuration/global-options/#log_schema.source_type_key),
75-
for consistency.
76-
77-
This marks a breaking change to the shape of the log events output from the `fluent` source.

website/content/en/releases/0.26.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Vector v0.26.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.25"
22+
_vector_version: "0.26"
2323
_namespace: string | *"vector"
2424
_controller_resource_type: string
2525
_controller_resource_name: string | *_deployment_variant

0 commit comments

Comments
 (0)