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

Release notes v0.46.0 #3246

Merged
merged 35 commits into from
Aug 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
91d33f5
Add release notes v0.46.0 file
codebien Jun 23, 2023
32b3f01
Add release notes template for version 0.46
oleiade Jun 26, 2023
1078693
changelog: a record for the
olegbespalov Jun 27, 2023
af4e7fc
Fill release notes templates for version 0.46
oleiade Aug 3, 2023
e5dee88
Bump k6 version to version 0.46
oleiade Aug 3, 2023
372e3dc
Update release notes/v0.46.0.md
oleiade Aug 3, 2023
b4d8c88
Add loki headers changes
mstoykov Aug 3, 2023
b2f96c7
Add cloud traces to the release notes
Blinkuu Aug 3, 2023
202fbba
Remove redundant new line
Blinkuu Aug 3, 2023
029ba7d
Drop 3227 from misc section
mstoykov Aug 3, 2023
136c678
Update release notes/v0.46.0.md
oleiade Aug 10, 2023
d3acd62
Update release notes/v0.46.0.md
oleiade Aug 10, 2023
6214fc2
feat: gRPC connection's TLS
olegbespalov Aug 10, 2023
1563184
Apply PR reviews suggestions
oleiade Aug 10, 2023
cf72813
Move miscelaneous items in dedicated sections
oleiade Aug 10, 2023
a1dff42
Fix the mention of the grpc fix
oleiade Aug 10, 2023
4b94388
Cloud output v2 changelog (#3161)
codebien Aug 10, 2023
e587426
Document xk6-grpc's change
olegbespalov Aug 10, 2023
b754aab
Adds xk6-browser v1.0.2 release notes (#3260)
ka3de Aug 11, 2023
a32c5ac
Update release notes/v0.46.0.md
oleiade Aug 11, 2023
9ae4351
Update release notes/v0.46.0.md
oleiade Aug 11, 2023
778a3c9
Update release notes/v0.46.0.md
oleiade Aug 11, 2023
1383381
Update release notes/v0.46.0.md
oleiade Aug 11, 2023
1388a83
Update release notes/v0.46.0.md
oleiade Aug 11, 2023
cf5d919
Apply suggestions from code review
oleiade Aug 11, 2023
b6cb1f2
Revert consts.go version bump
oleiade Aug 11, 2023
ccbae7f
Integrate oleg's review
oleiade Aug 11, 2023
098dd23
Apply suggestions from code review
oleiade Aug 14, 2023
fe13ab3
Apply Heitor's suggestions
oleiade Aug 14, 2023
40e07f6
fix grpc issue mention consistency
oleiade Aug 14, 2023
2161914
Update release notes/v0.46.0.md
oleiade Aug 14, 2023
daabd8c
Iterate on the release notes
oleiade Aug 14, 2023
4c5b8cf
Update release notes/v0.46.0.md
oleiade Aug 14, 2023
b3ec841
Iterate on v0.46 release notes
oleiade Aug 14, 2023
cd9424a
Update release notes/v0.46.0.md
oleiade Aug 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update release notes/v0.46.0.md
Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com>
oleiade and codebien authored Aug 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 4c5b8cf540a13dc7072703713d93cf2388d06abe
2 changes: 1 addition & 1 deletion release notes/v0.46.0.md
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ Thanks to @federicotdn for adding this feature.

This release supports the new integration between k6 and Tempo in the cloud. [Grafana Cloud k6](https://grafana.com/products/cloud/k6) and Grafana Cloud Tempo customers will be able to start their traces in k6 using the existing `k6/experimental/tracing` module to enrich their test run analysis page with metrics and aggregations from tracing data.

The new cloud traces will work "out of the box" for `k6 cloud` runs. In case of `k6 run` execution, the `K6_CLOUD_TRACES_ENABLED` environment variable has to be set to `true`.
The new Cloud traces will work "out of the box" for `k6 cloud` runs. In case of `k6 run` execution, the `K6_CLOUD_TRACES_ENABLED` environment variable has to be set to `true`.

### Ability to configure TLS per gRPC connection [#3159](https://github.com/grafana/k6/pull/3159), [xk6-grpc#25](https://github.com/grafana/xk6-grpc/pull/25)