Skip to content

Commit

Permalink
chore(master): release 1.2.0 (#128)
Browse files Browse the repository at this point in the history
* chore(master): release 1.2.0

* docs: rewrite changelog to match with release-please's format

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: hbollon <[email protected]>
  • Loading branch information
github-actions[bot] and hbollon authored May 17, 2022
1 parent ad98492 commit 9f16634
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 19 deletions.
71 changes: 53 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
## [1.1.0](https://www.github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/v1.0.0...v1.1.0) (2022-05-05)
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/v1.1.0...v1.2.0) (2022-05-17)


### Features

* add numerical severity value on alerts ([#98](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/issues/98)) ([ad98492](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/ad984928626f8e8348a136d17395e76058cca9fa))


### Bug Fixes

* labels and annotations merged only from the first alert ([#118](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/issues/118)) ([a49e90e](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/a49e90e3426738e9d62cda87155c8786cc727325))


### Miscellaneous Changes

* update .gitignore with vscode and build directories ([d350bb1](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/d350bb107ff7d0400c6777e6477c004f05fd5d52))
* upgrade grafana dependencies to v8.5.2 ([2df0340](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/2df0340f88edf57997cc5b01f840b56f4587be69))
* upgrade lodash to v4.17.21 ([913bb00](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/913bb0003507bf2946593106976d33d393bba93e))
* upgrade tslib to v2.4.0 ([913bb00](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/913bb0003507bf2946593106976d33d393bba93e))

## [1.1.0](https://www.github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/1.0.0...v1.1.0) (2022-05-05)


### Features
Expand All @@ -19,62 +45,71 @@
* **ci:** remove package-lock.json ([db32e71](https://www.github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/db32e712ee1c6151ddbc5be6032e3d198e3e9800))
* **doc:** add missing images ([a26d316](https://www.github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/a26d316a3067d72cc615937a683401ad9e0ed247))

## [1.0.0](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/1.0.0...0.0.8) (Feb 12, 2021)

## 1.0.0 (Feb 12, 2021)

- IMPROVEMENTS
### IMPROVEMENTS

* Rewrite plugin to match latest dev standards (Typescript, Yarn)
* Add support of latest Grafana versions

## 0.0.8 (Apr 22, 2020)
## [0.0.8](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/0.0.8...0.0.7) (Apr 22, 2020)

- IMPROVEMENTS

### IMPROVEMENTS

* Add support of variable templating ([#55](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/pull/55))

- BUGFIX
### BUGFIX

* Fix datasource request ([#73](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/pull/73))

## 0.0.7 (Jan 25, 2019)
## [0.0.7](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/0.0.7...0.0.6) (Jan 25, 2019)


- IMPROVEMENTS
### IMPROVEMENTS

* Allow undefined severity labels ([#44](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/issues/44))
* Allow usage of multi-values variables ([#40](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/issues/40))

- BUGFIX
### BUGFIX

* Fix blank severity column ([#31](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/issues/31))

## 0.0.6 (May 22, 2018)
## [0.0.6](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/0.0.6...0.0.5) (May 22, 2018)


### IMPROVEMENTS

* Use Apache License 2.0
* Fix severity labels struct (#26)

## 0.0.5 (May 23, 2018)
## [0.0.5](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/0.0.5...0.0.4) (May 23, 2018)


- Datasource:
### IMPROVEMENTS

* Display annotations and labels in separate columns
* Add a selector in query editor to choose the columns to display

## 0.0.4 (March 29, 2018)
## [0.0.4](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/0.0.4...0.0.3) (March 29, 2018)


- Datasource:
### IMPROVEMENTS

* Allow manual definition of severity levels
* Fix templating and add support of All and Multi variables

## 0.0.3 (December 01, 2017)
## [0.0.3](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/0.0.3...0.0.2) (December 01, 2017)

- Datasource:

### IMPROVEMENTS

* Add templating support

## 0.0.2 (December 01, 2017)
## [0.0.2](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/0.0.2...0.0.1) (December 01, 2017)


- Datasource:
### IMPROVEMENTS

* Add support annotations
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camptocamp-prometheus-alertmanager-datasource",
"version": "1.1.0",
"version": "1.2.0",
"description": "Grafana Datasource for Prometheus Alertmanager by Camptocamp",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9f16634

Please sign in to comment.