-
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.0 #21906
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 7 Passed, 0 Skipped, 25.45s Total Time |
Co-authored-by: Sandra (neko) <[email protected]>
Co-authored-by: Sandra (neko) <[email protected]>
Co-authored-by: Sandra (neko) <[email protected]>
Co-authored-by: Sandra (neko) <[email protected]>
Co-authored-by: Sandra (neko) <[email protected]>
Co-authored-by: Sandra (neko) <[email protected]>
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.
Lots of exciting changes in this release! I left some comments on the changelog, but the other changes look to be as expected.
Also, I think the base branch name here is wrong. It should be v0.43
, not v0.43.0
. The latter is what the git tag for the release will be.
|
||
### Breaking Changes & Upgrade Guide | ||
|
||
- Fixes the `to_float` function to return an error instead of `f64::INFINITY` when parsing [non-normal](https://doc.rust-lang.org/std/primitive.f64.html#method.is_normal) numbers. (https://github.com/vectordotdev/vrl/pull/1107) |
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.
Technically this means there is a breaking change in this release, but it is a rare enough case that I don't think we need an upgrade guide.
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
👍 Fixed |
This comment was marked as outdated.
This comment was marked as outdated.
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.
Just a few more comments, otherwise looks good!
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Jesse Szwedko <[email protected]>
* pin to latest VRL * cargo vdev build release-cue * update versions * fix static img link (need to automate this) * add description * vrl changelog added * fix typo * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * spell checker fixes * remove PartialOrd entry * dd-rust-license-tool write * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * PR feedback and cue fmt * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * fix indentation * fix indentation --------- Co-authored-by: Sandra (neko) <[email protected]> Co-authored-by: Jesse Szwedko <[email protected]> fix(ci): multiple workflows need 'contents: write' permissions (#21940) * fix(ci): publish workflow needs more permissions * update more workflows
* pin to latest VRL * cargo vdev build release-cue * update versions * fix static img link (need to automate this) * add description * vrl changelog added * fix typo * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Sandra (neko) <[email protected]> * spell checker fixes * remove PartialOrd entry * dd-rust-license-tool write * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * PR feedback and cue fmt * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * Update website/cue/reference/releases/0.43.0.cue Co-authored-by: Jesse Szwedko <[email protected]> * fix indentation * fix indentation --------- Co-authored-by: Sandra (neko) <[email protected]> Co-authored-by: Jesse Szwedko <[email protected]> fix(ci): multiple workflows need 'contents: write' permissions (#21940) * fix(ci): publish workflow needs more permissions * update more workflows
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
#21893