Skip to content

Commit

Permalink
Prepare v2.8.1 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgepoet authored Nov 21, 2023
1 parent b306ae1 commit cd46748
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file.

## 2.8.1

- Bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.37.0 to 0.44.0 by @dependabot in https://github.com/grafana/x-ray-datasource/pull/208
- Bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in https://github.com/grafana/x-ray-datasource/pull/212
- Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.45.0 to 0.46.0 by @dependabot in https://github.com/grafana/x-ray-datasource/pull/218
- Upgrade underscore, d3-color, debug, cosmiconfig, yaml dependencies by @fridgepoet in https://github.com/grafana/x-ray-datasource/pull/217

**Full Changelog**: https://github.com/grafana/x-ray-datasource/compare/v2.8.0...v2.8.1

## 2.8.0

- Migrate ConfigEditor and QueryEditor to the new form styling [#211](https://github.com/grafana/x-ray-datasource/pull/211)
Expand Down
6 changes: 5 additions & 1 deletion cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
"availabilityzone",
"ENDSWITH",
"dataframes",
"typecheck"
"typecheck",
"opentelemetry",
"httptrace",
"otelhttptrace",
"otelgrpc"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-x-ray-datasource",
"version": "2.8.0",
"version": "2.8.1",
"description": "AWS X-Ray data source",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit cd46748

Please sign in to comment.