Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2019-06-23)

### Features

* **alternatives:** add linux alternatives support ([0b05c5d](0b05c5d))
* **archives:** introduce support for archive files ([e7a1523](e7a1523))

### Tests

* **fixes:** fix two kitchen test failures ([4447f32](4447f32))
* **inspec:** expand unit tests for archives ([27bc326](27bc326))

### BREAKING CHANGES

* **archives:** the parameter `pkg` is now a dictionary. References
 to `template.pkg` should be changed to `template.pkg.name`.
  • Loading branch information
semantic-release-bot committed Jun 23, 2019
1 parent 9aa0f6e commit b298382
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord

Avatar|Contributor|Contributions
:-:|---|:-:
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|4
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|7
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|1

---
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
- 4
- 7
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>`
- `@alxwr <https://github.com/alxwr>`_
- 1
Expand Down
24 changes: 24 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
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)
---------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit b298382

Please sign in to comment.