Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(releasing): Prepare v0.43.0 #21906

Merged
merged 39 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
9b8a25d
pin to latest VRL
pront Nov 27, 2024
9ed603c
cargo vdev build release-cue
pront Nov 27, 2024
975cd4a
update versions
pront Nov 27, 2024
5f8d770
fix static img link (need to automate this)
pront Nov 27, 2024
3ca0c9f
add description
pront Nov 27, 2024
fd5b154
vrl changelog added
pront Nov 27, 2024
6b54313
fix typo
pront Nov 27, 2024
4298edf
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
a3eff5b
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
8ced129
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
5ffafdc
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
951ef7d
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
6f096d4
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
5a47c6c
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
05062ff
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
812d497
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
33f5bbd
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
16c806b
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
d0e439f
spell checker fixes
pront Dec 2, 2024
5ff6334
remove PartialOrd entry
pront Dec 2, 2024
3a2b185
dd-rust-license-tool write
pront Dec 2, 2024
eba9af7
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
f746fd0
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
ed8c8b4
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
ff8cdc3
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
ddf48b4
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
d49f804
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
252a611
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
69a744e
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
6a1d823
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
5cc8819
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
8bf0917
Update website/cue/reference/releases/0.43.0.cue
pront Dec 2, 2024
c8c134d
PR feedback and cue fmt
pront Dec 2, 2024
253268d
Update website/cue/reference/releases/0.43.0.cue
pront Dec 3, 2024
67eaeef
Update website/cue/reference/releases/0.43.0.cue
pront Dec 3, 2024
def7921
Update website/cue/reference/releases/0.43.0.cue
pront Dec 3, 2024
3879d69
Update website/cue/reference/releases/0.43.0.cue
pront Dec 3, 2024
840e747
fix indentation
pront Dec 3, 2024
8e36c6e
fix indentation
pront Dec 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
2 changes: 2 additions & 0 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ ipconfig,https://github.com/liranringel/ipconfig,MIT OR Apache-2.0,Liran Ringel
ipnet,https://github.com/krisprice/ipnet,MIT OR Apache-2.0,Kris Price <[email protected]>
ipnetwork,https://github.com/achanda/ipnetwork,MIT OR Apache-2.0,"Abhishek Chanda <[email protected]>, Linus Färnstrand <[email protected]>"
is-terminal,https://github.com/sunfishcode/is-terminal,MIT,"softprops <[email protected]>, Dan Gohman <[email protected]>"
is_ci,https://github.com/zkat/is_ci,ISC,Kat Marchán <[email protected]>
itertools,https://github.com/rust-itertools/itertools,MIT OR Apache-2.0,bluss
itoa,https://github.com/dtolnay/itoa,MIT OR Apache-2.0,David Tolnay <[email protected]>
jni,https://github.com/jni-rs/jni-rs,MIT OR Apache-2.0,Josh Chase <[email protected]>
Expand Down Expand Up @@ -590,6 +591,7 @@ strsim,https://github.com/dguo/strsim-rs,MIT,Danny Guo <[email protected]>
strsim,https://github.com/rapidfuzz/strsim-rs,MIT,"Danny Guo <[email protected]>, maxbachmann <[email protected]>"
strum,https://github.com/Peternator7/strum,MIT,Peter Glotfelty <[email protected]>
subtle,https://github.com/dalek-cryptography/subtle,BSD-3-Clause,"Isis Lovecruft <[email protected]>, Henry de Valence <[email protected]>"
supports-color,https://github.com/zkat/supports-color,Apache-2.0,Kat Marchán <[email protected]>
syn,https://github.com/dtolnay/syn,MIT OR Apache-2.0,David Tolnay <[email protected]>
syn_derive,https://github.com/Kyuuhachi/syn_derive,MIT OR Apache-2.0,Kyuuhachi <[email protected]>
sync_wrapper,https://github.com/Actyx/sync_wrapper,Apache-2.0,Actyx AG <[email protected]>
Expand Down
3 changes: 0 additions & 3 deletions changelog.d/16252_aws_opensearch_serverless.feature.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/17389_add_cef_encoder.enhancement.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20404-log-redundant-timestamp.fix.md

This file was deleted.

Loading
Loading