Commit a7429e2
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](rust-openssl/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](rust-openssl/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 date1 parent 1301b96 commit a7429e2
File tree
37 files changed
+626
-205
lines changed- .github
- changelog.d
- distribution
- lib
- file-source
- vector-core
- vdev/src
- commands/release
- website
- content/en/releases
- cue/reference
- administration/interfaces
- releases
- remap/functions
- layouts/releases
37 files changed
+626
-205
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments