Skip to content

Commit 74380c2

Browse files
chore(releasing): post release steps (#23834)
* cargo vdev build manifests * bump release num * cargo update -p vrl * chore(releasing): prepare v0.50.0 release (#23808) * chore(releasing): Pinned VRL version to 0.27.0 * chore(releasing): Generated release CUE file * chore(releasing): Updated website/cue/reference/administration/interfaces/kubectl.cue vector version to 0.50.0 * chore(releasing): Updated distribution/install.sh vector version to 0.50.0 * chore(releasing): Add 0.50.0 to versions.cue * chore(releasing): Created release md file * bump alpine to 3.22 * replace revert with fix - need to support this properly in the future * allow new words/names * fmt fixes * Try to remove new authors from allow.txt * release description and highlights TODO * highlights, breaking changes, fixes * typo * minor improvements * Update website/cue/reference/releases/0.50.0.cue Co-authored-by: Thomas <thomas.schneider@datadoghq.com> * Update website/cue/reference/releases/0.50.0.cue Co-authored-by: Thomas <thomas.schneider@datadoghq.com> * chore(website): improve indexing for memory table docs (#23827) * chore(website): improve indexing for memory table docs * add table * add highlight for OTLP * fix date * add known issue note --------- Co-authored-by: Thomas <thomas.schneider@datadoghq.com> --------- Co-authored-by: Thomas <thomas.schneider@datadoghq.com>
1 parent 80fee27 commit 74380c2

File tree

51 files changed

+554
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+554
-110
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,3 +544,4 @@ jlambatl
544544
jorgehermo9
545545
notchairmk
546546
yjagdale
547+
xxh

.github/actions/spelling/patterns.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,5 +234,16 @@ uuid_from_friendly_id!\(".*"\)
234234
# Ignore punycode
235235
\bxn--[-0-9a-z]+
236236

237+
# GitHub username regex derived from https://github.com/shinnn/github-username-regex
238+
# [a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}
239+
237240
# changelog.d fragment authors line
238-
^authors: .*$
241+
(?i)^authors:(?: [a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38})+$
242+
243+
# VRL release authors (embedded in releases/*.cue files)
244+
(?i)^\s*authors:(?: [a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38})+ \(https://github\.com/vectordotdev/vrl/pull/\d+\)$
245+
246+
# Release authors (embedded in releases/*.cue files)
247+
# Allow "contributors:" lines with one or more GitHub usernames in a JSON-style array
248+
(?i)^\s*contributors: \["[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}"(?:, "[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}")*\]$
249+

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vector"
3-
version = "0.50.0"
3+
version = "0.51.0"
44
authors = ["Vector Contributors <vector@datadoghq.com>"]
55
edition = "2024"
66
description = "A lightweight and ultra-fast tool for building observability pipelines"

changelog.d/13292_gelf_encoding_chunking.enhancement.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/21756_drain_events_when_shutdown_nats_source.enhancement.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/22029_support_jetstream_in_nats_source.enhancement.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/22968_okta.feature.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/22990_allow_not_watching_k8s_ns.enhancement.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/23559_fix_splunk_hec_ack_compression.fix.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)