Skip to content

Commit ca12b2d

Browse files
authored
Prepare 2.32.0 (#855)
1 parent af72b79 commit ca12b2d

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
environment: [dev, ops, prod]
3131
name: CD
32-
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ddc6565117d4fd559e0f22c4f9cf1ac76c229e14 # ci-cd-workflows/v3
32+
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@main # ci-cd-workflows/v3
3333
permissions:
3434
contents: write
3535
id-token: write

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: {}
1111
jobs:
1212
ci:
1313
name: CI
14-
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ddc6565117d4fd559e0f22c4f9cf1ac76c229e14 # ci-cd-workflows/v3
14+
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@main # ci-cd-workflows/v3
1515
permissions:
1616
contents: read
1717
id-token: write

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## 2.32.0
6+
7+
- Support cross-cluster field fetching in [#852](https://github.com/grafana/opensearch-datasource/pull/852)
8+
- Publish to every environment on Cloud and Add On-Prem promotion in [#844](https://github.com/grafana/opensearch-datasource/pull/844)
9+
10+
- chore(deps): pin dependencies in [#829](https://github.com/grafana/opensearch-datasource/pull/829)
11+
- chore(deps): pin dependency @types/react to v18.3.12 in [#830](https://github.com/grafana/opensearch-datasource/pull/830)
12+
- Dependencies: Update grafana/create plugin in [#851](https://github.com/grafana/opensearch-datasource/pull/851)
13+
- Bump webpack from 5.101.3 to 5.102.1 in [#849](https://github.com/grafana/opensearch-datasource/pull/849)
14+
- Bump @types/node from 22.18.12 to 22.18.13 in the npm-patch-dev-dependencies group in [#848](https://github.com/grafana/opensearch-datasource/pull/848)
15+
- Bump @grafana/aws-sdk from 0.7.1 to 0.8.2 in [#847](https://github.com/grafana/opensearch-datasource/pull/847)
16+
- Bump semver from 7.7.2 to 7.7.3 in [#842](https://github.com/grafana/opensearch-datasource/pull/842)
17+
- Bump lefthook from 1.12.2 to 1.13.6 in [#843](https://github.com/grafana/opensearch-datasource/pull/843)
18+
- Bump the npm-patch-dev-dependencies group with 5 updates in [#840](https://github.com/grafana/opensearch-datasource/pull/840)
19+
- Bump @types/node from 22.17.2 to 22.18.11 in [#841](https://github.com/grafana/opensearch-datasource/pull/841)
20+
- Bump eslint-plugin-jsdoc from 51.4.1 to 60.5.0 in [#839](https://github.com/grafana/opensearch-datasource/pull/839)
21+
- Bump @grafana/plugin-ui from 0.10.9 to 0.11.1 in [#821](https://github.com/grafana/opensearch-datasource/pull/821)
22+
- Bump actions/setup-node from 5 to 6 in [#823](https://github.com/grafana/opensearch-datasource/pull/823)
23+
- Bump actions/checkout from 4 to 5 in [#758](https://github.com/grafana/opensearch-datasource/pull/758)
24+
- Bump github.com/grafana/grafana-aws-sdk from 1.3.0 to 1.3.1 in [#836](https://github.com/grafana/opensearch-datasource/pull/836)
25+
526
## 2.31.1
627

728
- Lucene logs: Include logs in exception for bucketAggs in [#824](https://github.com/grafana/opensearch-datasource/pull/824)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-opensearch-datasource",
3-
"version": "2.31.1",
3+
"version": "2.32.0",
44
"description": "",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)