Skip to content

Commit

Permalink
chore(releasing): Prepare v0.43.0 (#21906)
Browse files Browse the repository at this point in the history
* 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) <165049174+neko-dd@users.noreply.github.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>

* 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 <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* PR feedback and cue fmt

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* Update website/cue/reference/releases/0.43.0.cue

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

* fix indentation

* fix indentation

---------

Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>
Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

fix(ci): multiple workflows need 'contents: write' permissions (#21940)

* fix(ci): publish workflow needs more permissions

* update more workflows
  • Loading branch information
pront committed Dec 3, 2024
1 parent c3d91af commit 88e017f
Show file tree
Hide file tree
Showing 43 changed files with 526 additions and 159 deletions.
2 changes: 2 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,3 +474,5 @@ zst
zstandard
otel
otelcol
siv
onig
2 changes: 1 addition & 1 deletion .github/workflows/custom_builds.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Custom Builds

permissions:
contents: read
contents: write
packages: write

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Nightly

permissions:
contents: read
contents: write
packages: write

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish

permissions:
contents: read
contents: write
packages: write

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release Suite

permissions:
contents: read
contents: write
packages: write

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

[dependencies]
pin-project.workspace = true
Expand Down
Loading

0 comments on commit 88e017f

Please sign in to comment.