Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.1...v0.3.0) (2019-08-25)

### Bug Fixes

* **gemfile:** don't put Gemfile.lock in repo ([c20c491](c20c491))
* **install:** fix systemd unit install on Suse ([94c5367](94c5367))
* **state:** fix int comparison ([4874c05](4874c05))
* **states:** use curl instead of wget (not installed everywhere) ([cfdfc38](cfdfc38))

### Code Refactoring

* **kitchen:** sync Kitchene file with template-formula ([5d40aec](5d40aec))

### Continuous Integration

* **travis:** default-debian-9-develop-py3 is buggy ([ec3e57d](ec3e57d))
* **travis:** re-enable tests on default-debian-9-develop-py3 ([70f8d6f](70f8d6f))
* **travis:** run tests first ([13a55a7](13a55a7))

### Documentation

* **readme:** update readme and add some documentation ([d1fad82](d1fad82))

### Features

* **yamllint:** include for this repo and apply rules throughout ([f9e638c](f9e638c))

### Styles

* **misc:** fix coding style ([cece6c8](cece6c8))

### Tests

* **inspec:** use inspec to run tests ([34625cc](34625cc))
* **kitchen:** add binstub for Kitchen ([77791d1](77791d1))
* **kitchen:** fix InfluxDB version in test pillar (and pillar.example) ([59d23b3](59d23b3))
* **kitchen:** update Gemfile ([630d762](630d762))
* **kitchen:** update test pillar ([3af72f6](3af72f6))
  • Loading branch information
semantic-release-bot committed Aug 25, 2019
1 parent 8f912ab commit 70e9b69
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 0 deletions.
24 changes: 24 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Authors

This list is sorted by the number of commits per contributor in _descending_ order.

Avatar|Contributor|Contributions
:-:|---|:-:
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|49
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/223763?v=4' width='36' height='36' alt='@alfredopalhares'>|[@alfredopalhares](https://github.com/alfredopalhares)|40
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|7
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/288709?v=4' width='36' height='36' alt='@ruimarinho'>|[@ruimarinho](https://github.com/ruimarinho)|3
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/484559?v=4' width='36' height='36' alt='@fixe'>|[@fixe](https://github.com/fixe)|3
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20441?v=4' width='36' height='36' alt='@iggy'>|[@iggy](https://github.com/iggy)|2
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/10433172?v=4' width='36' height='36' alt='@racingferret'>|[@racingferret](https://github.com/racingferret)|2
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|2
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|1
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1630267?v=4' width='36' height='36' alt='@gianarb'>|[@gianarb](https://github.com/gianarb)|1
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/8525?v=4' width='36' height='36' alt='@qybl'>|[@qybl](https://github.com/qybl)|1
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/92085?v=4' width='36' height='36' alt='@nunofgs'>|[@nunofgs](https://github.com/nunofgs)|1
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|1
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>|[@puneetk](https://github.com/puneetk)|1

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-25.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
# Changelog

# [0.3.0](https://github.com/saltstack-formulas/influxdb-formula/compare/v0.2.1...v0.3.0) (2019-08-25)


### Bug Fixes

* **gemfile:** don't put Gemfile.lock in repo ([c20c491](https://github.com/saltstack-formulas/influxdb-formula/commit/c20c491))
* **install:** fix systemd unit install on Suse ([94c5367](https://github.com/saltstack-formulas/influxdb-formula/commit/94c5367))
* **state:** fix int comparison ([4874c05](https://github.com/saltstack-formulas/influxdb-formula/commit/4874c05))
* **states:** use curl instead of wget (not installed everywhere) ([cfdfc38](https://github.com/saltstack-formulas/influxdb-formula/commit/cfdfc38))


### Code Refactoring

* **kitchen:** sync Kitchene file with template-formula ([5d40aec](https://github.com/saltstack-formulas/influxdb-formula/commit/5d40aec))


### Continuous Integration

* **travis:** default-debian-9-develop-py3 is buggy ([ec3e57d](https://github.com/saltstack-formulas/influxdb-formula/commit/ec3e57d))
* **travis:** re-enable tests on default-debian-9-develop-py3 ([70f8d6f](https://github.com/saltstack-formulas/influxdb-formula/commit/70f8d6f))
* **travis:** run tests first ([13a55a7](https://github.com/saltstack-formulas/influxdb-formula/commit/13a55a7))


### Documentation

* **readme:** update readme and add some documentation ([d1fad82](https://github.com/saltstack-formulas/influxdb-formula/commit/d1fad82))


### Features

* **yamllint:** include for this repo and apply rules throughout ([f9e638c](https://github.com/saltstack-formulas/influxdb-formula/commit/f9e638c))


### Styles

* **misc:** fix coding style ([cece6c8](https://github.com/saltstack-formulas/influxdb-formula/commit/cece6c8))


### Tests

* **inspec:** use inspec to run tests ([34625cc](https://github.com/saltstack-formulas/influxdb-formula/commit/34625cc))
* **kitchen:** add binstub for Kitchen ([77791d1](https://github.com/saltstack-formulas/influxdb-formula/commit/77791d1))
* **kitchen:** fix InfluxDB version in test pillar (and pillar.example) ([59d23b3](https://github.com/saltstack-formulas/influxdb-formula/commit/59d23b3))
* **kitchen:** update Gemfile ([630d762](https://github.com/saltstack-formulas/influxdb-formula/commit/630d762))
* **kitchen:** update test pillar ([3af72f6](https://github.com/saltstack-formulas/influxdb-formula/commit/3af72f6))

0.0.2 / 2014-08-20
==================
Expand Down
62 changes: 62 additions & 0 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
.. role:: raw-html-m2r(raw)
:format: html


Authors
=======

This list is sorted by the number of commits per contributor in *descending* order.

.. list-table::
:header-rows: 1

* - Avatar
- Contributor
- Contributions
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>`
- `@babilen5 <https://github.com/babilen5>`_
- 49
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/223763?v=4' width='36' height='36' alt='@alfredopalhares'>`
- `@alfredopalhares <https://github.com/alfredopalhares>`_
- 40
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
- `@nmadhok <https://github.com/nmadhok>`_
- 7
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/288709?v=4' width='36' height='36' alt='@ruimarinho'>`
- `@ruimarinho <https://github.com/ruimarinho>`_
- 3
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/484559?v=4' width='36' height='36' alt='@fixe'>`
- `@fixe <https://github.com/fixe>`_
- 3
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20441?v=4' width='36' height='36' alt='@iggy'>`
- `@iggy <https://github.com/iggy>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/10433172?v=4' width='36' height='36' alt='@racingferret'>`
- `@racingferret <https://github.com/racingferret>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
- `@myii <https://github.com/myii>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
- `@gravyboat <https://github.com/gravyboat>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1630267?v=4' width='36' height='36' alt='@gianarb'>`
- `@gianarb <https://github.com/gianarb>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/8525?v=4' width='36' height='36' alt='@qybl'>`
- `@qybl <https://github.com/qybl>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/92085?v=4' width='36' height='36' alt='@nunofgs'>`
- `@nunofgs <https://github.com/nunofgs>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>`
- `@whiteinge <https://github.com/whiteinge>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>`
- `@puneetk <https://github.com/puneetk>`_
- 1


----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-08-25.
77 changes: 77 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@

Changelog
=========

`0.3.0 <https://github.com/saltstack-formulas/influxdb-formula/compare/v0.2.1...v0.3.0>`_ (2019-08-25)
----------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **gemfile:** don't put Gemfile.lock in repo (\ `c20c491 <https://github.com/saltstack-formulas/influxdb-formula/commit/c20c491>`_\ )
* **install:** fix systemd unit install on Suse (\ `94c5367 <https://github.com/saltstack-formulas/influxdb-formula/commit/94c5367>`_\ )
* **state:** fix int comparison (\ `4874c05 <https://github.com/saltstack-formulas/influxdb-formula/commit/4874c05>`_\ )
* **states:** use curl instead of wget (not installed everywhere) (\ `cfdfc38 <https://github.com/saltstack-formulas/influxdb-formula/commit/cfdfc38>`_\ )

Code Refactoring
^^^^^^^^^^^^^^^^


* **kitchen:** sync Kitchene file with template-formula (\ `5d40aec <https://github.com/saltstack-formulas/influxdb-formula/commit/5d40aec>`_\ )

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* **travis:** default-debian-9-develop-py3 is buggy (\ `ec3e57d <https://github.com/saltstack-formulas/influxdb-formula/commit/ec3e57d>`_\ )
* **travis:** re-enable tests on default-debian-9-develop-py3 (\ `70f8d6f <https://github.com/saltstack-formulas/influxdb-formula/commit/70f8d6f>`_\ )
* **travis:** run tests first (\ `13a55a7 <https://github.com/saltstack-formulas/influxdb-formula/commit/13a55a7>`_\ )

Documentation
^^^^^^^^^^^^^


* **readme:** update readme and add some documentation (\ `d1fad82 <https://github.com/saltstack-formulas/influxdb-formula/commit/d1fad82>`_\ )

Features
^^^^^^^^


* **yamllint:** include for this repo and apply rules throughout (\ `f9e638c <https://github.com/saltstack-formulas/influxdb-formula/commit/f9e638c>`_\ )

Styles
^^^^^^


* **misc:** fix coding style (\ `cece6c8 <https://github.com/saltstack-formulas/influxdb-formula/commit/cece6c8>`_\ )

Tests
^^^^^


* **inspec:** use inspec to run tests (\ `34625cc <https://github.com/saltstack-formulas/influxdb-formula/commit/34625cc>`_\ )
* **kitchen:** add binstub for Kitchen (\ `77791d1 <https://github.com/saltstack-formulas/influxdb-formula/commit/77791d1>`_\ )
* **kitchen:** fix InfluxDB version in test pillar (and pillar.example) (\ `59d23b3 <https://github.com/saltstack-formulas/influxdb-formula/commit/59d23b3>`_\ )
* **kitchen:** update Gemfile (\ `630d762 <https://github.com/saltstack-formulas/influxdb-formula/commit/630d762>`_\ )
* **kitchen:** update test pillar (\ `3af72f6 <https://github.com/saltstack-formulas/influxdb-formula/commit/3af72f6>`_\ )

0.0.2 / 2014-08-20
------------------


* Use default mapping on the main state

0.0.1 / 2014-08-20
------------------


* Initial release


.. raw:: html

<!--
vi: set ft=markdown :
-->

0 comments on commit 70e9b69

Please sign in to comment.