Skip to content

Commit e17a682

Browse files
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>
1 parent 1ec7191 commit e17a682

34 files changed

Lines changed: 534 additions & 90 deletions

.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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.

changelog.d/23666_memory_enrichment_ttl_field.feature.md

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

0 commit comments

Comments
 (0)