Skip to content

Commit 19e4809

Browse files
authored
Prepare 2.1.0 (#376)
1 parent 8cc28c0 commit 19e4809

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
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+
## 2.1.0
4+
5+
- Dependencies: Update @grafana/prometheus and promlib with support for UTF8 metrics and labels in [#339](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/339)
6+
- Chore: Migrate from Drone to Github Actions and fix e2e tests in [#371](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/371)
7+
- add zizmor ignore rule in [#368](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/368)
8+
- Cleanup github actions files in [#367](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/367)
9+
- Migrate to plugin-ui in [#343](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/343)
10+
- Chore: add label to external contributions in [#340](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/340)
11+
- Bump the all-dependencies group with 34 updates and migrate to eslintconfig in [#374](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/374)
12+
- Bump the all-dependencies group across 1 directory with 2 updates in [#361](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/361)
13+
- Bump @babel/runtime from 7.26.0 to 7.26.10 in the npm_and_yarn group in [#356](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/356)
14+
- Bump the all-dependencies group across 1 directory with 43 updates in [#353](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/353)
15+
- Bump the all-dependencies group across 1 directory with 2 updates in [#354](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/354)
16+
- Bump golang.org/x/net from 0.34.0 to 0.36.0 in the go_modules group in [#355](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/355)
17+
- Bump github.com/grafana/grafana-plugin-sdk-go from 0.265.0 to 0.266.0 in the all-dependencies group in [#350](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/350)
18+
- Bump the all-dependencies group across 1 directory with 2 updates in [#345](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/345)
19+
320
## 2.0.0
421

522
- Update promlib to v0.0.7 and grafana/prometheus to 11.5.0-218678 [#319](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/319)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-amazonprometheus-datasource",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A plugin for Amazon Managed Prometheus",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)