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

⬆️ Bump vrl from 0.18.0 to 0.19.0 in /internal/utils/ffi/vrl/rust-crate #160

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps vrl from 0.18.0 to 0.19.0.

Changelog

Sourced from vrl's changelog.

[0.19.0 (2024-09-30)]

Breaking Changes & Upgrade Guide

  • The multi-line mode of the parse_groks VRL function is now enabled by default. Use the (?-m) modifier to disable this behaviour. (vectordotdev/vrl#1022)

Enhancements

Fixes

  • The parse_xml function now doesn't add an unnecessary text key when processing single nodes. (vectordotdev/vrl#849)
  • parse_grok and parse_groks no longer require field names containing a hyphen (e.g. @a-b) to be quoted.
  • The function match_datadog_query doesn't panic if an invalid path is passed, instead it returns an error. (vectordotdev/vrl#1031)
  • The parse_ruby_hash parser is extended to match Datadog implementation. Previously it would parse the key in {:key => "value"} as :key, now it will parse it as key. (vectordotdev/vrl#1050)
Commits
  • 4ff13f4 chore(releasing): Prepare VRL v0.19.0 (#1058)
  • e1be30e fix(datadog grok): enable the DOTALL mode by default (#1022)
  • 30296eb fix(parse_ruby_hash): drop initial colon in key parsing (#1050)
  • b975970 chore(deps): bump prost from 0.13.2 to 0.13.3 in the prost group (#1046)
  • 4f10c91 chore(deps): bump thiserror from 1.0.63 to 1.0.64 (#1047)
  • 7528e47 chore(deps): bump clap from 4.5.17 to 4.5.18 (#1048)
  • bcd9e67 chore(deps): bump snafu from 0.8.4 to 0.8.5 (#1049)
  • a8aa30e chore(deps): bump bytes from 1.7.1 to 1.7.2 (#1042)
  • 4433fad chore(deps): bump pest_derive from 2.7.12 to 2.7.13 (#1044)
  • 542f135 chore(deps): bump webbrowser from 1.0.1 to 1.0.2 (#1038)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the deps: rust Dependency update label Oct 7, 2024
Copy link

github-actions bot commented Oct 7, 2024

TestsPassed ✅Skipped ⏭️Failed ❌
End-To-End Test Report11 ran11 passed0 skipped0 failed

@linkdd
Copy link
Contributor

linkdd commented Oct 7, 2024

@dependabot rebase

Bumps [vrl](https://github.com/vectordotdev/vrl) from 0.18.0 to 0.19.0.
- [Changelog](https://github.com/vectordotdev/vrl/blob/main/CHANGELOG.md)
- [Commits](vectordotdev/vrl@v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: vrl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/internal/utils/ffi/vrl/rust-crate/vrl-0.19.0 branch from 6c0b706 to cf00ab2 Compare October 7, 2024 17:50
Copy link

sonarcloud bot commented Oct 7, 2024

Copy link
Contributor

@linkdd linkdd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 9deed87 into main Oct 7, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/internal/utils/ffi/vrl/rust-crate/vrl-0.19.0 branch October 7, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps: rust Dependency update
Development

Successfully merging this pull request may close these issues.

1 participant