From bd6fead7e83e0f5cb95d773b9c0a84cd41734585 Mon Sep 17 00:00:00 2001 From: ankur22 Date: Mon, 6 Jan 2025 15:11:33 +0000 Subject: [PATCH] Add more PRs to release notes --- release notes/v0.56.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release notes/v0.56.0.md b/release notes/v0.56.0.md index 820705b0855..9af44702037 100644 --- a/release notes/v0.56.0.md +++ b/release notes/v0.56.0.md @@ -35,6 +35,7 @@ _Format as ` . `_: - [#4093](https://github.com/grafana/k6/pull/4093) Introduces a `--json` flag to a `k6 version` sub-command, which switches an output to a JSON format. - [browser#1553](https://github.com/grafana/xk6-browser/pull/1553) Reduces logging noise produced by the browser module. - [#4140](https://github.com/grafana/k6/pull/4140) Tags browser module metrics with a `resource_type` tag which can be one of these values: `"Document"`, `"Stylesheet"`, `"Image"`, `"Media"`, `"Font"`, `"Script"`, `"TextTrack"`, `"XHR"`, `"Fetch"`, `"Prefetch"`, `"EventSource"`, `"WebSocket"`, `"Manifest"`, `"SignedExchange"`, `"Ping"`, `"CSPViolationReport"`, `"Preflight"`, `"Other"`, or `"Unknown"`. +- [#4092](https://github.com/grafana/k6/pull/4092) Populates `__ENV.K6_CLOUDRUN_TEST_RUN_ID` with the corresponding value for local executions streaming results to the Cloud: `k6 cloud run --local-execution`. ## Bug fixes @@ -65,7 +66,9 @@ _Format as ` . `_: - [#4047](https://github.com/grafana/k6/pull/4047) Uses `(*Regexp).MatchString` to avoid unnecessary `[]byte` conversions. Thanks, @Juneezee for the contribution. - [#4055](https://github.com/grafana/k6/pull/4055) Updates release template. - [#4143](https://github.com/grafana/k6/pull/4143) Fix k6packager workflow which also broke v0.55.1 initial release. - +- [#4063](https://github.com/grafana/k6/pull/4063) Updates usage report to return whether k6 was ran from CI. +- [#4072](https://github.com/grafana/k6/pull/4072) Uses the precompiled 'gotip' on the xk6 workflow. +- [#4084](https://github.com/grafana/k6/pull/4084) Updates usage report to return usage of the deprecated 'ext.loadimpact' option. ## _Optional_ Roadmap