Skip to content

Commit 7e28e14

Browse files
authored
Prepare 3.1.2 (#540)
1 parent c96bd12 commit 7e28e14

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

3+
## 3.1.2
4+
5+
- Migrate to aws-sdk-go-v2 in [#491](https://github.com/grafana/athena-datasource/pull/491)
6+
- use vault instead of github secrets in [#534](https://github.com/grafana/athena-datasource/pull/534)
7+
- Github workflows: Don't use hash for grafana actions and add permissions for PRs in [#539](https://github.com/grafana/athena-datasource/pull/539)
8+
- Add zizmor config in [#537](https://github.com/grafana/athena-datasource/pull/537)
9+
- Cleanup github actions files in [#533](https://github.com/grafana/athena-datasource/pull/533)
10+
- Chore: add label to external contributions in [#499](https://github.com/grafana/athena-datasource/pull/499)
11+
- Bump the all-go-dependencies group across 1 directory with 5 updates in [#538](https://github.com/grafana/athena-datasource/pull/538)
12+
- Bump golang.org/x/net from 0.36.0 to 0.38.0 in the go_modules group in [#528](https://github.com/grafana/athena-datasource/pull/528)
13+
- Bump the all-node-dependencies group across 1 directory with 14 updates in [#523](https://github.com/grafana/athena-datasource/pull/523)
14+
- Bump the all-go-dependencies group with 2 updates in [#522](https://github.com/grafana/athena-datasource/pull/522)
15+
- Bump the all-node-dependencies group across 1 directory with 14 updates in [#519](https://github.com/grafana/athena-datasource/pull/519)
16+
- Bump @babel/runtime from 7.26.9 to 7.26.10 in the npm_and_yarn group in [#518](https://github.com/grafana/athena-datasource/pull/518)
17+
- Bump golang.org/x/net from 0.34.0 to 0.36.0 in the go_modules group in [#515](https://github.com/grafana/athena-datasource/pull/515)
18+
- Bump github.com/grafana/grafana-plugin-sdk-go from 0.266.0 to 0.269.0 in the all-go-dependencies group in [#512](https://github.com/grafana/athena-datasource/pull/512)
19+
320
## 3.1.1
421

522
- Bugfix: Make sure Athena error object is not nil in [#516](https://github.com/grafana/athena-datasource/pull/516)

cspell.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"additionaleventdata",
8787
"combobox",
8888
"jackspeak",
89-
"dompurify"
89+
"dompurify",
90+
"zizmor"
9091
]
9192
}

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.1",
3+
"version": "3.1.2",
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)