Skip to content

Commit

Permalink
chore(releasing): Prepare v0.41.0 release
Browse files Browse the repository at this point in the history
Checklist: #21228

Signed-off-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jorge Hermo <[email protected]>
Co-authored-by: Austin Lai <[email protected]>
  • Loading branch information
3 people committed Sep 9, 2024
1 parent 272db76 commit 97952b5
Show file tree
Hide file tree
Showing 26 changed files with 364 additions and 70 deletions.
6 changes: 1 addition & 5 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ amzn
anchore
androideabi
andy
anonymousip
ansicpg
anumber
anycondition
Expand Down Expand Up @@ -631,7 +630,6 @@ losslessly
lpop
lpush
Luc
luciofranco
lucperkins
lukesteensen
macports
Expand Down Expand Up @@ -683,7 +681,6 @@ mlua
mmdb
Mmm
moby
mockwatchlogs
modulesloaddir
mooper
moosh
Expand Down Expand Up @@ -782,7 +779,7 @@ nullishness
numbackends
oahd
oap
oidc
OIDC
OKD
omfwd
omitempty
Expand Down Expand Up @@ -1210,7 +1207,6 @@ walkthrough
waninfo
wasmtime
watchexec
watchlogs
wayfor
webgraphviz
webpki
Expand Down
3 changes: 0 additions & 3 deletions changelog.d/18876_loki_structured_metadata.feature.md

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20812_add_greptime_log_sink.feature.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20899_static_metrics.feature.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20930_socket_sink_accepts_metrics.fix.md

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20996_recursive_config_watcher.fix.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/21036_kafka_sink_error_status.enhancement.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21039_allow-usage-of-metrics-only-decoders.fix.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21041_influxdb-decoder-timestamp-precision.fix.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21129_suppress_warnings_for_kafka_sink.fix.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21141_fix_crash_when_handling_metrics.fix.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/21179_datadog_search_numbers.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/defer-log-schema-defaults.fix.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/http-server-query-params-with-namespace.fix.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/socket-not-respecting-global-log-namespace.fix.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/support-config-watch-for-windows.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.40.2"}"
VECTOR_VERSION="${VECTOR_VERSION:-"0.41.0"}"
_divider="--------------------------------------------------------------------------------"
_prompt=">>>"
_indent=" "
Expand Down
4 changes: 4 additions & 0 deletions website/content/en/releases/0.41.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Vector v0.41.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.40"
_vector_version: "0.41"
_namespace: string | *"vector"
_controller_resource_type: string
_controller_resource_name: string | *_deployment_variant
Expand Down
356 changes: 356 additions & 0 deletions website/cue/reference/releases/0.41.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.41.0",
"0.40.2",
"0.40.1",
"0.40.0",
Expand Down

0 comments on commit 97952b5

Please sign in to comment.