From bf6b17e7a2534a07be8b382200099d57c4694afa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jun 2019 14:17:39 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/saltstack-formulas/grafana-formula/compare/v1.1.1...v2.0.0) (2019-06-23) ### Features * **repository:** support rpm-based linux distros ([ded3157](https://github.com/saltstack-formulas/grafana-formula/commit/ded3157)) ### BREAKING CHANGES * **repository:** the parameter `pkg` is now a dictionary. References to `grafana.pkg` should be changed to `grafana.pkg.name`. --- CHANGELOG.md | 13 +++++++++++++ FORMULA | 2 +- docs/CHANGELOG.rst | 16 ++++++++++++++++ 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02412fc..753612e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +# [2.0.0](https://github.com/saltstack-formulas/grafana-formula/compare/v1.1.1...v2.0.0) (2019-06-23) + + +### Features + +* **repository:** support rpm-based linux distros ([ded3157](https://github.com/saltstack-formulas/grafana-formula/commit/ded3157)) + + +### BREAKING CHANGES + +* **repository:** the parameter `pkg` is now a dictionary. References + to `grafana.pkg` should be changed to `grafana.pkg.name`. + ## [1.1.1](https://github.com/saltstack-formulas/grafana-formula/compare/v1.1.0...v1.1.1) (2019-06-23) diff --git a/FORMULA b/FORMULA index b10a40f..dde8829 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: grafana os: FreeBSD os_family: FreeBSD -version: 1.1.1 +version: 2.0.0 release: 1 minimum_version: 2016.11 summary: Grafana formula diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7eaf12d..9cd7354 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`2.0.0 `_ (2019-06-23) +--------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **repository:** support rpm-based linux distros (\ `ded3157 `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* **repository:** the parameter ``pkg`` is now a dictionary. References + to ``grafana.pkg`` should be changed to ``grafana.pkg.name``. + `1.1.1 `_ (2019-06-23) ---------------------------------------------------------------------------------------------------------