Skip to content

Commit e6fece9

Browse files
authored
Bump grafana aws sdk to pick up v2 auth fix (#544)
1 parent 7e28e14 commit e6fece9

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 3.1.3
4+
- Bump grafana-aws-sdk to pick up v2 auth fix in [#544](https://github.com/grafana/athena-datasource/pull/544)
5+
36
## 3.1.2
47

58
- Migrate to aws-sdk-go-v2 in [#491](https://github.com/grafana/athena-datasource/pull/491)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2 v1.36.3
99
github.com/aws/aws-sdk-go-v2/service/athena v1.50.5
1010
github.com/google/go-cmp v0.7.0
11-
github.com/grafana/grafana-aws-sdk v0.38.3
11+
github.com/grafana/grafana-aws-sdk v0.38.4
1212
github.com/grafana/grafana-plugin-sdk-go v0.277.0
1313
github.com/grafana/sqlds/v4 v4.2.2
1414
github.com/pkg/errors v0.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ github.com/grafana/athenadriver v0.0.0-20250110154747-907b6f45eba0 h1:oQcudNcDDz
123123
github.com/grafana/athenadriver v0.0.0-20250110154747-907b6f45eba0/go.mod h1:OTTXLd7aV7Mt0tMDQMKTAbHtAlWV1SaYk8+U46z4lpE=
124124
github.com/grafana/dataplane/sdata v0.0.9 h1:AGL1LZnCUG4MnQtnWpBPbQ8ZpptaZs14w6kE/MWfg7s=
125125
github.com/grafana/dataplane/sdata v0.0.9/go.mod h1:Jvs5ddpGmn6vcxT7tCTWAZ1mgi4sbcdFt9utQx5uMAU=
126-
github.com/grafana/grafana-aws-sdk v0.38.3 h1:oFw90xwNLt8gYAM5DSKvkquAEh6Y2aljA/8d+QC4CBg=
127-
github.com/grafana/grafana-aws-sdk v0.38.3/go.mod h1:8b/1HXTszz+1n81ONImzyVB+5LfkotRGFHs8Yp7DQ8Y=
126+
github.com/grafana/grafana-aws-sdk v0.38.4 h1:gp6WlELScSg71LgmgwJzwc1W+ey+3MdWNLX3eb3j14Y=
127+
github.com/grafana/grafana-aws-sdk v0.38.4/go.mod h1:8b/1HXTszz+1n81ONImzyVB+5LfkotRGFHs8Yp7DQ8Y=
128128
github.com/grafana/grafana-plugin-sdk-go v0.277.0 h1:VDU2F4Y5NeRS//ejctdZtsAshrGaEdbtW33FsK0EQss=
129129
github.com/grafana/grafana-plugin-sdk-go v0.277.0/go.mod h1:mAUWg68w5+1f5TLDqagIr8sWr1RT9h7ufJl5NMcWJAU=
130130
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-athena-datasource",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Use Amazon Athena with Grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)