Skip to content

Commit

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

### Features

* **repository:** support rpm-based linux distros ([ded3157](ded3157))

### BREAKING CHANGES

* **repository:** the parameter `pkg` is now a dictionary. References
 to `grafana.pkg` should be changed to `grafana.pkg.name`.
  • Loading branch information
semantic-release-bot committed Jun 23, 2019
1 parent a90b02d commit bf6b17e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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: 1.1.1
version: 2.0.0
release: 1
minimum_version: 2016.11
summary: Grafana formula
Expand Down
16 changes: 16 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
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)
---------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit bf6b17e

Please sign in to comment.