Skip to content

Upgrade Vector to version 0.39.0 #561

@siegfriedweber

Description

@siegfriedweber

Vector 0.39.0

No changes are required.

Vector 0.38.0

No changes are required.

Vector 0.37.1

No changes are required.

Vector 0.37.0

Changelog

The reasoning for this change is that users often miss the undefined variable warning and are confused by Vector not behaving as the expected. In particular, this happens when using $1 in regex capture groups in VRL without realizing they need to be escaped as $$1 to avoid interpolation.

https://vector.dev/highlights/2023-03-26-0-37-0-upgrade-guide/#strict-env-vars

The regex anchor $ is used (https://github.com/stackabletech/operator-rs/blob/0.65.0/crates/stackable-operator/src/product_logging/framework.rs#L964). According to https://vector.dev/docs/reference/vrl/expressions/#regular-expression-examples, it is not necessary to escape this occurrence, so no changes should be required.

Vector 0.36.1

No changes are required.

Vector 0.36.0

Changelog

  • Added a boolean graphql field to the api configuration to allow disabling the graphql endpoint.
    Note that the playground endpoint will now only be enabled if the graphql endpoint is also enabled.

https://vector.dev/releases/0.36.0/#changelog

The logging integration tests use the graphql endpoint. It is enabled by default, so no changes should be required.

Vector 0.35.1

No changes are required.

Metadata

Metadata

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions