Skip to content

Commit

Permalink
chore(releasing): Prepare v0.42.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Oct 16, 2024
1 parent 9c67bba commit 05d6171
Show file tree
Hide file tree
Showing 32 changed files with 370 additions and 112 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ toml = { version = "0.8.19", default-features = false, features = ["display", "p
tonic = { version = "0.11", default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
tonic-build = { version = "0.11", default-features = false, features = ["transport", "prost"] }
uuid = { version = "1.10.0", features = ["v4", "v7", "serde"] }
vrl = { git = "https://github.com/vectordotdev/vrl", branch = "main", features = ["arbitrary", "cli", "test", "test_framework"] }
vrl = { version = "0.19.0", features = ["arbitrary", "cli", "test", "test_framework"] }

[dependencies]
pin-project.workspace = true
Expand Down
3 changes: 0 additions & 3 deletions changelog.d/20836-more_aggregations.enhancement.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21173_http_server_options_support.feature.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21194_dot_graph_attributes.feature.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21278-expose_mqtt_retain.enhancement.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/21286-fix-logstash-frame-decode.fix.md

This file was deleted.

28 changes: 0 additions & 28 deletions changelog.d/21292_axiom_sink_rebase_on_http_sink.feature.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/21313-new-relic-logs-attributes.fix.md

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21331-new-greptimedb-metric-option.enhancement.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21365_tls_sni_support.enhancement.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21370-improvement-to-sysv-script.fix.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21383-nats-subscriber-capacity.fix.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21385-nats-source-multiple-url.enhancement.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/21423-optional-namespace-log-to-metric.fix.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21447-gcs-sink-retry-on-http-error-408.fix.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21455-socket-sink-graceful-reload.fix.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/adaptive-concurrency-deadlock.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/aws-rt-tokio.fix.md

This file was deleted.

13 changes: 0 additions & 13 deletions changelog.d/gcp_adjust_token_regeneration.fix.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/new-relic-event-path-quoting.fix.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.41.1"}"
VECTOR_VERSION="${VECTOR_VERSION:-"0.42.0"}"
_divider="--------------------------------------------------------------------------------"
_prompt=">>>"
_indent=" "
Expand Down
4 changes: 4 additions & 0 deletions website/content/en/releases/0.42.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Vector v0.42.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.41"
_vector_version: "0.42"
_namespace: string | *"vector"
_controller_resource_type: string
_controller_resource_name: string | *_deployment_variant
Expand Down
Loading

0 comments on commit 05d6171

Please sign in to comment.