Skip to content

Commit 88e017f

Browse files
committed
chore(releasing): Prepare v0.43.0 (#21906)
* pin to latest VRL * cargo vdev build release-cue * update versions * fix static img link (need to automate this) * add description * vrl changelog added * fix typo * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * spell checker fixes * remove PartialOrd entry * dd-rust-license-tool write * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * PR feedback and cue fmt * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * fix indentation * fix indentation --------- Co-authored-by: Sandra (neko) <[email protected]> Co-authored-by: Jesse Szwedko <[email protected]> fix(ci): multiple workflows need 'contents: write' permissions (#21940) * fix(ci): publish workflow needs more permissions * update more workflows
1 parent c3d91af commit 88e017f

File tree

43 files changed

+526
-159
lines changed

Some content is hidden

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

43 files changed

+526
-159
lines changed

.github/actions/spelling/allow.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,3 +474,5 @@ zst
474474
zstandard
475475
otel
476476
otelcol
477+
siv
478+
onig

.github/workflows/custom_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Custom Builds
22

33
permissions:
4-
contents: read
4+
contents: write
55
packages: write
66

77
on:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Nightly
22

33
permissions:
4-
contents: read
4+
contents: write
55
packages: write
66

77
on:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish
22

33
permissions:
4-
contents: read
4+
contents: write
55
packages: write
66

77
on:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release Suite
22

33
permissions:
4-
contents: read
4+
contents: write
55
packages: write
66

77
on:

Cargo.lock

Lines changed: 54 additions & 49 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
@@ -164,7 +164,7 @@ vector-lib = { path = "lib/vector-lib", default-features = false, features = ["v
164164
vector-config = { path = "lib/vector-config" }
165165
vector-config-common = { path = "lib/vector-config-common" }
166166
vector-config-macros = { path = "lib/vector-config-macros" }
167-
vrl = { git = "https://github.com/vectordotdev/vrl", branch = "main", features = ["arbitrary", "cli", "test", "test_framework"] }
167+
vrl = { version = "0.20.0", features = ["arbitrary", "cli", "test", "test_framework"] }
168168

169169
[dependencies]
170170
pin-project.workspace = true

0 commit comments

Comments
 (0)