From b298382aed1cc212fd28cfd7aad90ea2d09e4d55 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jun 2019 16:58:22 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://github.com/saltstack-formulas/grafana-formula/compare/v2.0.0...v3.0.0) (2019-06-23) ### Features * **alternatives:** add linux alternatives support ([0b05c5d](https://github.com/saltstack-formulas/grafana-formula/commit/0b05c5d)) * **archives:** introduce support for archive files ([e7a1523](https://github.com/saltstack-formulas/grafana-formula/commit/e7a1523)) ### Tests * **fixes:** fix two kitchen test failures ([4447f32](https://github.com/saltstack-formulas/grafana-formula/commit/4447f32)) * **inspec:** expand unit tests for archives ([27bc326](https://github.com/saltstack-formulas/grafana-formula/commit/27bc326)) ### BREAKING CHANGES * **archives:** the parameter `pkg` is now a dictionary. References to `template.pkg` should be changed to `template.pkg.name`. --- AUTHORS.md | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 2 +- docs/CHANGELOG.rst | 24 ++++++++++++++++++++++++ 5 files changed, 47 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 698b8b0..c12431e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|4 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|7 @alxwr|[@alxwr](https://github.com/alxwr)|1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 753612e..dc9e723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +# [3.0.0](https://github.com/saltstack-formulas/grafana-formula/compare/v2.0.0...v3.0.0) (2019-06-23) + + +### Features + +* **alternatives:** add linux alternatives support ([0b05c5d](https://github.com/saltstack-formulas/grafana-formula/commit/0b05c5d)) +* **archives:** introduce support for archive files ([e7a1523](https://github.com/saltstack-formulas/grafana-formula/commit/e7a1523)) + + +### Tests + +* **fixes:** fix two kitchen test failures ([4447f32](https://github.com/saltstack-formulas/grafana-formula/commit/4447f32)) +* **inspec:** expand unit tests for archives ([27bc326](https://github.com/saltstack-formulas/grafana-formula/commit/27bc326)) + + +### BREAKING CHANGES + +* **archives:** the parameter `pkg` is now a dictionary. References + to `template.pkg` should be changed to `template.pkg.name`. + # [2.0.0](https://github.com/saltstack-formulas/grafana-formula/compare/v1.1.1...v2.0.0) (2019-06-23) diff --git a/FORMULA b/FORMULA index dde8829..9eae51f 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: grafana os: FreeBSD os_family: FreeBSD -version: 2.0.0 +version: 3.0.0 release: 1 minimum_version: 2016.11 summary: Grafana formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index cd36d7f..824032a 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 4 + - 7 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 1 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9cd7354..1e3536f 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,30 @@ Changelog ========= +`3.0.0 `_ (2019-06-23) +--------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **alternatives:** add linux alternatives support (\ `0b05c5d `_\ ) +* **archives:** introduce support for archive files (\ `e7a1523 `_\ ) + +Tests +^^^^^ + + +* **fixes:** fix two kitchen test failures (\ `4447f32 `_\ ) +* **inspec:** expand unit tests for archives (\ `27bc326 `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* **archives:** the parameter ``pkg`` is now a dictionary. References + to ``template.pkg`` should be changed to ``template.pkg.name``. + `2.0.0 `_ (2019-06-23) ---------------------------------------------------------------------------------------------------------