Skip to content

Commit 1c15c1c

Browse files
authored
Prepare 2.0.0 (#334)
1 parent c8af63f commit 1c15c1c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 2.0.0
4+
5+
- Update promlib to v0.0.7 and grafana/prometheus to 11.5.0-218678 [#319](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/319)
6+
- Bump golang.org/x/net from 0.31.0 to 0.33.0 in the go_modules group [#329](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/329)
7+
- Chore: Add react and react-dom major updates to dependabot ignore [#331](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/331)
8+
39
## 1.0.5
410

511
- Update compatibility info in plugin.json in [#327](https://github.com/grafana/grafana-amazonprometheus-datasource/pull/327)

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": "1.0.5",
3+
"version": "2.0.0",
44
"description": "A plugin for Amazon Managed Prometheus",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

src/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Compatibility
2+
3+
Amazon Managed Service for Prometheus 2.0.0 is not compatible with Grafana<11.5.0 If you are running version 11.4.x and lower, please use plugin version 1.0.5
4+
15
# Amazon Managed Service for Prometheus Data Source
26

37
Amazon Managed Service for Prometheus is a Prometheus-compatible service that monitors and provides alerts on containerized applications and infrastructure at scale.

0 commit comments

Comments
 (0)