File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 2.1.0] ( https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/v2.0.1...v2.1.0 ) (2024-09-27)
8
+
9
+
10
+ ### Features
11
+
12
+ * interpolate receiver query param ([ #157 ] ( https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/issues/157 ) ) ([ b2eeb6f] ( https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/b2eeb6f61d37580e9af924cf21fceff1e3743c7c ) )
13
+
7
14
## [ 2.0.1] ( https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/v2.0.0...v2.0.1 ) (2024-07-25)
8
15
9
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " camptocamp-prometheus-alertmanager-datasource" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " Grafana datasource for the prometheus alertmanager" ,
5
5
"scripts" : {
6
6
"build" : " webpack -c ./.config/webpack/webpack.config.ts --env production" ,
You can’t perform that action at this time.
0 commit comments