Skip to content

Commit

Permalink
chore(releasing): Prepare v0.26.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 Dec 5, 2022
1 parent 1651dd8 commit c6b5bc2
Show file tree
Hide file tree
Showing 6 changed files with 485 additions and 11 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.25.2"
VECTOR_VERSION="0.26.0"
_divider="--------------------------------------------------------------------------------"
_prompt=">>>"
_indent=" "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Vector's 0.26.0 release includes **breaking changes**:
1. [Removal of `check_fields` condition type](#check-fields-removal)
2. [Removal of `lanes` parameter for `route` transform](#lanes-parameter-route-transform-removal)
3. [Removal of `geoip` transform](#geo-transform-removal)
3. [Enrichment of `fluent` source with `source_type` field](#fluent-source-type-field)

We cover them below to help you upgrade quickly:

Expand Down Expand Up @@ -67,11 +66,3 @@ get the same functionality through a `remap` transform with [`geoip` enrichment
tables](/docs/reference/configuration/global-options/#enrichment_tables.geoip). These can be used
with [VRL's enrichment table functions](/docs/reference/vrl/functions/#enrichment-functions) to
enrich events using a [GeoIP database](https://www.maxmind.com/en/geoip2-databases).

#### Enrichment of `fluent` source with `source_type` field {#fluent-source-type-field}

The `fluent` source was not enriching events with the `source_type` field.
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),
for consistency.

This marks a breaking change to the shape of the log events output from the `fluent` source.
4 changes: 4 additions & 0 deletions website/content/en/releases/0.26.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Vector v0.26.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.25"
_vector_version: "0.26"
_namespace: string | *"vector"
_controller_resource_type: string
_controller_resource_name: string | *_deployment_variant
Expand Down
Loading

0 comments on commit c6b5bc2

Please sign in to comment.