Skip to content

Commit df02244

Browse files
chore(release): 0.3.1 [skip ci]
## [0.3.1](v0.3.0...v0.3.1) (2019-10-10) ### Bug Fixes * **map.jinja:** fix `salt-lint` errors ([](d7b9682)) ### Continuous Integration * **kitchen:** change `log_level` to `debug` instead of `info` ([](cbf8691)) * **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](a4718ee)) * **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](6690ed8)) * **kitchen+travis:** replace EOL pre-salted images ([](8d1a0ae)) * **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](c651f74)) * **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](ecfe10d)) * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](9f4f588)) * use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](e36e78a))
1 parent 8e1596a commit df02244

File tree

4 files changed

+55
-6
lines changed

4 files changed

+55
-6
lines changed

AUTHORS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ Avatar|Contributor|Contributions
66
:-:|---|:-:
77
<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
88
<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://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|17
10+
<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)|17
911
<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
12+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|3
1013
<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
1114
<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
1215
<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
1316
<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
1517
<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
1618
<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
1719
<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
@@ -21,4 +23,4 @@ Avatar|Contributor|Contributions
2123

2224
---
2325

24-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-25.
26+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-10.

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/saltstack-formulas/influxdb-formula/compare/v0.3.0...v0.3.1) (2019-10-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **map.jinja:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/influxdb-formula/commit/d7b9682))
9+
10+
11+
### Continuous Integration
12+
13+
* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/influxdb-formula/commit/cbf8691))
14+
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/influxdb-formula/commit/a4718ee))
15+
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/influxdb-formula/commit/6690ed8))
16+
* **kitchen+travis:** replace EOL pre-salted images ([](https://github.com/saltstack-formulas/influxdb-formula/commit/8d1a0ae))
17+
* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](https://github.com/saltstack-formulas/influxdb-formula/commit/c651f74))
18+
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/influxdb-formula/commit/ecfe10d))
19+
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/influxdb-formula/commit/9f4f588))
20+
* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/influxdb-formula/commit/e36e78a))
21+
322
# [0.3.0](https://github.com/saltstack-formulas/influxdb-formula/compare/v0.2.1...v0.3.0) (2019-08-25)
423

524

docs/AUTHORS.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,18 @@ This list is sorted by the number of commits per contributor in *descending* ord
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/223763?v=4' width='36' height='36' alt='@alfredopalhares'>`
2020
- `@alfredopalhares <https://github.com/alfredopalhares>`_
2121
- 40
22+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
23+
- `@n-rodriguez <https://github.com/n-rodriguez>`_
24+
- 17
25+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
26+
- `@myii <https://github.com/myii>`_
27+
- 17
2228
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
2329
- `@nmadhok <https://github.com/nmadhok>`_
2430
- 7
31+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
32+
- `@aboe76 <https://github.com/aboe76>`_
33+
- 3
2534
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/288709?v=4' width='36' height='36' alt='@ruimarinho'>`
2635
- `@ruimarinho <https://github.com/ruimarinho>`_
2736
- 3
@@ -34,9 +43,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
3443
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/10433172?v=4' width='36' height='36' alt='@racingferret'>`
3544
- `@racingferret <https://github.com/racingferret>`_
3645
- 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
4046
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
4147
- `@gravyboat <https://github.com/gravyboat>`_
4248
- 1
@@ -59,4 +65,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
5965

6066
----
6167

62-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-08-25.
68+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-10.

docs/CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
Changelog
33
=========
44

5+
`0.3.1 <https://github.com/saltstack-formulas/influxdb-formula/compare/v0.3.0...v0.3.1>`_ (2019-10-10)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **map.jinja:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/influxdb-formula/commit/d7b9682>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` <https://github.com/saltstack-formulas/influxdb-formula/commit/cbf8691>`_\ )
19+
* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` <https://github.com/saltstack-formulas/influxdb-formula/commit/a4718ee>`_\ )
20+
* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` <https://github.com/saltstack-formulas/influxdb-formula/commit/6690ed8>`_\ )
21+
* **kitchen+travis:** replace EOL pre-salted images (\ ` <https://github.com/saltstack-formulas/influxdb-formula/commit/8d1a0ae>`_\ )
22+
* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ ` <https://github.com/saltstack-formulas/influxdb-formula/commit/c651f74>`_\ )
23+
* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` <https://github.com/saltstack-formulas/influxdb-formula/commit/ecfe10d>`_\ )
24+
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/influxdb-formula/commit/9f4f588>`_\ )
25+
* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ ` <https://github.com/saltstack-formulas/influxdb-formula/commit/e36e78a>`_\ )
26+
527
`0.3.0 <https://github.com/saltstack-formulas/influxdb-formula/compare/v0.2.1...v0.3.0>`_ (2019-08-25)
628
----------------------------------------------------------------------------------------------------------
729

0 commit comments

Comments
 (0)