Skip to content

Commit 70e9b69

Browse files
chore(release): 0.3.0 [skip ci]
# [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))
1 parent 8f912ab commit 70e9b69

File tree

4 files changed

+210
-0
lines changed

4 files changed

+210
-0
lines changed

AUTHORS.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Authors
2+
3+
This list is sorted by the number of commits per contributor in _descending_ order.
4+
5+
Avatar|Contributor|Contributions
6+
:-:|---|:-:
7+
<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
8+
<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
9+
<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
10+
<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
11+
<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
12+
<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
13+
<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
14+
<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
15+
<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
16+
<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
17+
<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
18+
<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
19+
<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
20+
<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
21+
22+
---
23+
24+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-25.

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
# Changelog
2+
3+
# [0.3.0](https://github.com/saltstack-formulas/influxdb-formula/compare/v0.2.1...v0.3.0) (2019-08-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **gemfile:** don't put Gemfile.lock in repo ([c20c491](https://github.com/saltstack-formulas/influxdb-formula/commit/c20c491))
9+
* **install:** fix systemd unit install on Suse ([94c5367](https://github.com/saltstack-formulas/influxdb-formula/commit/94c5367))
10+
* **state:** fix int comparison ([4874c05](https://github.com/saltstack-formulas/influxdb-formula/commit/4874c05))
11+
* **states:** use curl instead of wget (not installed everywhere) ([cfdfc38](https://github.com/saltstack-formulas/influxdb-formula/commit/cfdfc38))
12+
13+
14+
### Code Refactoring
15+
16+
* **kitchen:** sync Kitchene file with template-formula ([5d40aec](https://github.com/saltstack-formulas/influxdb-formula/commit/5d40aec))
17+
18+
19+
### Continuous Integration
20+
21+
* **travis:** default-debian-9-develop-py3 is buggy ([ec3e57d](https://github.com/saltstack-formulas/influxdb-formula/commit/ec3e57d))
22+
* **travis:** re-enable tests on default-debian-9-develop-py3 ([70f8d6f](https://github.com/saltstack-formulas/influxdb-formula/commit/70f8d6f))
23+
* **travis:** run tests first ([13a55a7](https://github.com/saltstack-formulas/influxdb-formula/commit/13a55a7))
24+
25+
26+
### Documentation
27+
28+
* **readme:** update readme and add some documentation ([d1fad82](https://github.com/saltstack-formulas/influxdb-formula/commit/d1fad82))
29+
30+
31+
### Features
32+
33+
* **yamllint:** include for this repo and apply rules throughout ([f9e638c](https://github.com/saltstack-formulas/influxdb-formula/commit/f9e638c))
34+
35+
36+
### Styles
37+
38+
* **misc:** fix coding style ([cece6c8](https://github.com/saltstack-formulas/influxdb-formula/commit/cece6c8))
39+
40+
41+
### Tests
42+
43+
* **inspec:** use inspec to run tests ([34625cc](https://github.com/saltstack-formulas/influxdb-formula/commit/34625cc))
44+
* **kitchen:** add binstub for Kitchen ([77791d1](https://github.com/saltstack-formulas/influxdb-formula/commit/77791d1))
45+
* **kitchen:** fix InfluxDB version in test pillar (and pillar.example) ([59d23b3](https://github.com/saltstack-formulas/influxdb-formula/commit/59d23b3))
46+
* **kitchen:** update Gemfile ([630d762](https://github.com/saltstack-formulas/influxdb-formula/commit/630d762))
47+
* **kitchen:** update test pillar ([3af72f6](https://github.com/saltstack-formulas/influxdb-formula/commit/3af72f6))
148

249
0.0.2 / 2014-08-20
350
==================

docs/AUTHORS.rst

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
.. role:: raw-html-m2r(raw)
2+
:format: html
3+
4+
5+
Authors
6+
=======
7+
8+
This list is sorted by the number of commits per contributor in *descending* order.
9+
10+
.. list-table::
11+
:header-rows: 1
12+
13+
* - Avatar
14+
- Contributor
15+
- Contributions
16+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>`
17+
- `@babilen5 <https://github.com/babilen5>`_
18+
- 49
19+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/223763?v=4' width='36' height='36' alt='@alfredopalhares'>`
20+
- `@alfredopalhares <https://github.com/alfredopalhares>`_
21+
- 40
22+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
23+
- `@nmadhok <https://github.com/nmadhok>`_
24+
- 7
25+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/288709?v=4' width='36' height='36' alt='@ruimarinho'>`
26+
- `@ruimarinho <https://github.com/ruimarinho>`_
27+
- 3
28+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/484559?v=4' width='36' height='36' alt='@fixe'>`
29+
- `@fixe <https://github.com/fixe>`_
30+
- 3
31+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20441?v=4' width='36' height='36' alt='@iggy'>`
32+
- `@iggy <https://github.com/iggy>`_
33+
- 2
34+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/10433172?v=4' width='36' height='36' alt='@racingferret'>`
35+
- `@racingferret <https://github.com/racingferret>`_
36+
- 2
37+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
38+
- `@myii <https://github.com/myii>`_
39+
- 2
40+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
41+
- `@gravyboat <https://github.com/gravyboat>`_
42+
- 1
43+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1630267?v=4' width='36' height='36' alt='@gianarb'>`
44+
- `@gianarb <https://github.com/gianarb>`_
45+
- 1
46+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/8525?v=4' width='36' height='36' alt='@qybl'>`
47+
- `@qybl <https://github.com/qybl>`_
48+
- 1
49+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/92085?v=4' width='36' height='36' alt='@nunofgs'>`
50+
- `@nunofgs <https://github.com/nunofgs>`_
51+
- 1
52+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>`
53+
- `@whiteinge <https://github.com/whiteinge>`_
54+
- 1
55+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>`
56+
- `@puneetk <https://github.com/puneetk>`_
57+
- 1
58+
59+
60+
----
61+
62+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-08-25.

docs/CHANGELOG.rst

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
2+
Changelog
3+
=========
4+
5+
`0.3.0 <https://github.com/saltstack-formulas/influxdb-formula/compare/v0.2.1...v0.3.0>`_ (2019-08-25)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **gemfile:** don't put Gemfile.lock in repo (\ `c20c491 <https://github.com/saltstack-formulas/influxdb-formula/commit/c20c491>`_\ )
13+
* **install:** fix systemd unit install on Suse (\ `94c5367 <https://github.com/saltstack-formulas/influxdb-formula/commit/94c5367>`_\ )
14+
* **state:** fix int comparison (\ `4874c05 <https://github.com/saltstack-formulas/influxdb-formula/commit/4874c05>`_\ )
15+
* **states:** use curl instead of wget (not installed everywhere) (\ `cfdfc38 <https://github.com/saltstack-formulas/influxdb-formula/commit/cfdfc38>`_\ )
16+
17+
Code Refactoring
18+
^^^^^^^^^^^^^^^^
19+
20+
21+
* **kitchen:** sync Kitchene file with template-formula (\ `5d40aec <https://github.com/saltstack-formulas/influxdb-formula/commit/5d40aec>`_\ )
22+
23+
Continuous Integration
24+
^^^^^^^^^^^^^^^^^^^^^^
25+
26+
27+
* **travis:** default-debian-9-develop-py3 is buggy (\ `ec3e57d <https://github.com/saltstack-formulas/influxdb-formula/commit/ec3e57d>`_\ )
28+
* **travis:** re-enable tests on default-debian-9-develop-py3 (\ `70f8d6f <https://github.com/saltstack-formulas/influxdb-formula/commit/70f8d6f>`_\ )
29+
* **travis:** run tests first (\ `13a55a7 <https://github.com/saltstack-formulas/influxdb-formula/commit/13a55a7>`_\ )
30+
31+
Documentation
32+
^^^^^^^^^^^^^
33+
34+
35+
* **readme:** update readme and add some documentation (\ `d1fad82 <https://github.com/saltstack-formulas/influxdb-formula/commit/d1fad82>`_\ )
36+
37+
Features
38+
^^^^^^^^
39+
40+
41+
* **yamllint:** include for this repo and apply rules throughout (\ `f9e638c <https://github.com/saltstack-formulas/influxdb-formula/commit/f9e638c>`_\ )
42+
43+
Styles
44+
^^^^^^
45+
46+
47+
* **misc:** fix coding style (\ `cece6c8 <https://github.com/saltstack-formulas/influxdb-formula/commit/cece6c8>`_\ )
48+
49+
Tests
50+
^^^^^
51+
52+
53+
* **inspec:** use inspec to run tests (\ `34625cc <https://github.com/saltstack-formulas/influxdb-formula/commit/34625cc>`_\ )
54+
* **kitchen:** add binstub for Kitchen (\ `77791d1 <https://github.com/saltstack-formulas/influxdb-formula/commit/77791d1>`_\ )
55+
* **kitchen:** fix InfluxDB version in test pillar (and pillar.example) (\ `59d23b3 <https://github.com/saltstack-formulas/influxdb-formula/commit/59d23b3>`_\ )
56+
* **kitchen:** update Gemfile (\ `630d762 <https://github.com/saltstack-formulas/influxdb-formula/commit/630d762>`_\ )
57+
* **kitchen:** update test pillar (\ `3af72f6 <https://github.com/saltstack-formulas/influxdb-formula/commit/3af72f6>`_\ )
58+
59+
0.0.2 / 2014-08-20
60+
------------------
61+
62+
63+
* Use default mapping on the main state
64+
65+
0.0.1 / 2014-08-20
66+
------------------
67+
68+
69+
* Initial release
70+
71+
72+
.. raw:: html
73+
74+
<!--
75+
vi: set ft=markdown :
76+
-->
77+

0 commit comments

Comments
 (0)