Skip to content

Commit a7429e2

Browse files
committed
chore(releasing): prepare v0.46.0 release (#22801)
* chore(releasing): Pinned VRL version to 0.23.0 * chore(releasing): Generated release CUE file * chore(releasing): Updated website/cue/reference/administration/interfaces/kubectl.cue vector version to 0.46.0 * chore(releasing): Updated distribution/install.sh vector version to 0.46.0 * chore(releasing): Add 0.46.0 to versions.cue * chore(releasing): Created release md file * chore(releasing): vdev release prepare creates a draft PR * chore(releasing): vdev release prepare PR now has label * manual edits * improve rendering of authors * reduce big empty space * render VRL changelog in its own section * add newline at EOF * chore(dev): fix code fmt * chore(releasing): clippy fixes * chore(deps): Bump indexmap from 2.8.0 to 2.9.0 (#22814) Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.8.0 to 2.9.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.8.0...2.9.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(releasing): clippy fixes * chore(deps): Bump smallvec from 1.14.0 to 1.15.0 (#22817) Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: smallvec dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump openssl from 0.10.71 to 0.10.72 in the cargo group (#22802) Bumps the cargo group with 1 update: [openssl](https://github.com/sfackler/rust-openssl). Updates `openssl` from 0.10.71 to 0.10.72 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.71...openssl-v0.10.72) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.72 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <[email protected]> * move VRL changelog under Vector changelog * changelog entry improvement * mention vrl functions * chore(deps): Bump crossterm from 0.28.1 to 0.29.0 (#22815) * chore(deps): Bump crossterm from 0.28.1 to 0.29.0 Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.28.1 to 0.29.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29) --- updated-dependencies: - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * dd-rust-license-tool write --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <[email protected]> * vector top bug and known issue * split one entry to two, to improve rendering * mention what 'ratio' does * fix(deps): update tokio to fix RUSTSEC-2025-0023 (#22820) * chore(deps): Bump vrl from `7020ba2` to `048253d` (#22812) * chore(deps): Bump vrl from `7020ba2` to `048253d` Bumps [vrl](https://github.com/vectordotdev/vrl) from `7020ba2` to `048253d`. - [Commits](vectordotdev/vrl@7020ba2...048253d) --- updated-dependencies: - dependency-name: vrl dependency-version: '048253de6a6309a2bc40ac3b9e06cb9cd3f060ea' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * dd-rust-license-tool write * resolved conflicts and updated VRL again --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <[email protected]> * chore(deps): Bump openssl from 0.10.71 to 0.10.72 in the cargo group (#22802) Bumps the cargo group with 1 update: [openssl](https://github.com/sfackler/rust-openssl). Updates `openssl` from 0.10.71 to 0.10.72 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.71...openssl-v0.10.72) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.72 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <[email protected]> * fix(deps): update tokio to fix RUSTSEC-2025-0023 (#22820) * chore(administration): update CODEOWNERS files for cue docs PRs (#22824) * chore(admin): update codeowners for docs PR * review point * docs(external): add documentation for Lz4 encode and decode features in vrl (#22702) * add lz4 encode and decode functions to the remap documentation * cue fmt --------- Co-authored-by: Pavlos Rontidis <[email protected]> * CI=true make check-docs --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Lamb <[email protected]> chore(releasing): update release date
1 parent 1301b96 commit a7429e2

37 files changed

+626
-205
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ regression/config.yaml @vectordotdev/vector @vectordotdev/single-machine-perform
55
docs/ @vectordotdev/ux-team @vectordotdev/documentation
66
website/ @vectordotdev/ux-team
77
website/content @vectordotdev/documentation
8+
website/cue/reference/remap @vectordotdev/documentation
89

910
website/js @vectordotdev/vector-website
1011
website/layouts @vectordotdev/vector-website

0 commit comments

Comments
 (0)