-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: vectordotdev/vector
base: master
head repository: vectordotdev/vector
compare: website
- 8 commits
- 59 files changed
- 4 contributors
Commits on Apr 8, 2025
-
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] <support@github.com> 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] <support@github.com> 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com> * 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] <support@github.com> * dd-rust-license-tool write --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com> * 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] <support@github.com> * dd-rust-license-tool write * resolved conflicts and updated VRL again --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com> * 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 <pavlos.rontidis@gmail.com> * CI=true make check-docs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Lamb <admin@oranged.to> chore(releasing): update release date
Configuration menu - View commit details
-
Copy full SHA for a7429e2 - Browse repository at this point
Copy the full SHA a7429e2View commit details
Commits on Apr 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ba61fb4 - Browse repository at this point
Copy the full SHA ba61fb4View commit details -
Configuration menu - View commit details
-
10000
Copy full SHA for 782f750 - Browse repository at this point
Copy the full SHA 782f750View commit details
Commits on Apr 15, 2025
-
chore(releasing): add v0.46.1 patch commits (#22874)
* patch prep steps * add 0.46.1.cue
Configuration menu - View commit details
-
Copy full SHA for 107f183 - Browse repository at this point
Copy the full SHA 107f183View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd4e9b - Browse repository at this point
Copy the full SHA dbd4e9bView commit details
Commits on Apr 23, 2025
-
chore(website): guide page improvements (#22936)
* chore(website): guide page improvements * weights and yaml conversion
Configuration menu - View commit details
-
Copy full SHA for 732a461 - Browse repository at this point
Copy the full SHA 732a461View commit details -
docs(external): fix typo in CONTRIBUTING.md (#22930)
fix typo in CONTRIBUTING.md
Configuration menu - View commit details
-
Copy full SHA for a0c62fe - Browse repository at this point
Copy the full SHA a0c62feView commit details
Commits on May 6, 2025
-
docs(external): introduce log namespace guide (#22985)
* feat(website): introduce log namespace guide * fmt fixes * simplify example, remove metadata * Jesse's review points * md lint fixes * Apply suggestions from code review Co-authored-by: Joe Peeples <joe.peeples@datadoghq.com> * docs review * grammar fix * remove t1 from the first section and improve the decoder difference section * improve second section * remove remap from first section * simplify second section even further --------- Co-authored-by: Joe Peeples <joe.peeples@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for faa380e - Browse repository at this point
Copy the full SHA faa380eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...website