-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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.1
release
#21993
Conversation
* fix(reduce transform): enable quoting for invalid fields * changelog * fix * cargo fmt
Datadog ReportBranch report: ✅ 0 Failed, 7 Passed, 0 Skipped, 25.5s Total Time |
…21991) * fix(internal_metrics source): Emit build_info on an interval Signed-off-by: Jesse Szwedko <[email protected]> * Add changelog entry Signed-off-by: Jesse Szwedko <[email protected]> * Fix imports Signed-off-by: Jesse Szwedko <[email protected]> * fix: add import --------- Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: Pavlos Rontidis <[email protected]>
{ | ||
type: "fix" | ||
description: """ | ||
Update to VRL v0.20.1 which a reverts to previous `to_float` behavior for non-normal floats. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could also just copy paste the v0.20.1 changelog here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, that would be reasonable.
{ | ||
type: "fix" | ||
description: """ | ||
Update to VRL v0.20.1 which a reverts to previous `to_float` behavior for non-normal floats. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, that would be reasonable.
Summary
Change Type
Is this a breaking change?
How did you test this PR?
Does this PR include user facing changes?
Checklist
Cargo.lock
), pleaserun
dd-rust-license-tool write
to regenerate the license inventory and commit the changes (if any). More details here.References
#21992