-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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.33.1 release #18974
Conversation
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.20.0 to 0.20.1. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.20.0...v0.20.1) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): Bump webpki from 0.22.1 to 0.22.2 Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.1 to 0.22.2. - [Commits](https://github.com/briansmith/webpki/commits) --- updated-dependencies: - dependency-name: webpki dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * update webpki in license-tool.toml --------- 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]>
Bumps [warp](https://github.com/seanmonstar/warp) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](seanmonstar/warp@v0.3.5...v0.3.6) --- updated-dependencies: - dependency-name: warp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jesse Szwedko <[email protected]>
* fix(datadog_metrics sink): improve aggregation performance * fix tests and add concurrency * feedback * add comment to dedupe_by * sort by metric type as well * fix flakey proptest * only dedupe non-counters in prop test
To be valid YAML Signed-off-by: Jesse Szwedko <[email protected]>
✅ Deploy Preview for vector-project canceled.
|
* fix(dnstap source): support DNSSEC RRSIG record data * update codeowners
…er queue is full (#18770) * fix(kafka sink): set concurrency limits equal to kafka producer queue limits * use send_result to better track state * nits * clippy
* chore(ci): Add a test to assert conf files aren't overwritten Signed-off-by: Jesse Szwedko <[email protected]> * shell check Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: Jesse Szwedko <[email protected]>
* chore(ci): Bump MacOS unit test runners to 13 Signed-off-by: Jesse Szwedko <[email protected]> * Trigger on pull_request (temporarily) Signed-off-by: Jesse Szwedko <[email protected]> * Remove PR trigger Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: Jesse Szwedko <[email protected]>
d9540e2
to
980c553
Compare
/ci-run-all |
* chore(ci): Fix cookie banner style issues Signed-off-by: Jesse Szwedko <[email protected]> * spelling Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: Jesse Szwedko <[email protected]>
980c553
to
a2bb2ee
Compare
/ci-run-all |
Regression Detector ResultsRun ID: 0932f64a-9151-4e8d-8abf-38efeef8cd3e ExplanationA regression test is an integrated performance test for Because a target's optimization goal performance in each experiment will vary somewhat each time it is run, we can only estimate mean differences in optimization goal relative to the baseline target. We express these differences as a percentage change relative to the baseline target, denoted "Δ mean %". These estimates are made to a precision that balances accuracy and cost control. We represent this precision as a 90.00% confidence interval denoted "Δ mean % CI": there is a 90.00% chance that the true value of "Δ mean %" is in that interval. We decide whether a change in performance is a "regression" -- a change worth investigating further -- if both of the following two criteria are true:
The table below, if present, lists those experiments that have experienced a statistically significant change in mean optimization goal performance between baseline and comparison SHAs with 90.00% confidence OR have been detected as newly erratic. Negative values of "Δ mean %" mean that baseline is faster, whereas positive values of "Δ mean %" mean that comparison is faster. Results that do not exhibit more than a ±5.00% change in their mean optimization goal are discarded. An experiment is erratic if its coefficient of variation is greater than 0.1. The abbreviated table will be omitted if no interesting change is observed. Changes in experiment optimization goals with confidence ≥ 90.00% and |Δ mean %| ≥ 5.00%:
Fine details of change detection per experiment.
|
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.
LGTM (might be worth getting another stamp for src/sinks changes)
87c2362
to
151a750
Compare
151a750
to
1ffb384
Compare
Datadog ReportBranch report: ✅ |
Signed-off-by: Jesse Szwedko <[email protected]>
1ffb384
to
3cc27b9
Compare
/ci-run-all |
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.
One minor nit, noted in a comment.
This patch release contains fixes for regressions in 0.33.0 and fixes an issues with the Debian release artifacts. | ||
|
||
**Note:** Please see the release notes for [`v0.33.0`](/releases/0.33.0/) for additional changes if upgrading from | ||
`v0.32.X`. In particular, the upgrade guide for breaking changes. |
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.
`v0.32.X`. In particular, the upgrade guide for breaking changes. | |
`v0.32.X`. In particular, see the upgrade guide for breaking changes. |
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.
Thanks! I opened #18987 to follow up on this.
type: "fix" | ||
scopes: ["kafka source"] | ||
description: """ | ||
A performance regression in the `kafka` source was corrected. |
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.
fixed component is kafka sink, not source
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.
Thanks for catching that! I opened #19032 to correct it.
Checklist: #18973
Release milestone: https://github.com/vectordotdev/vector/milestone/118?closed=1