Skip to content

Commit 3fbba75

Browse files
chore(release): 1.1.2 [skip ci]
## [1.1.2](v1.1.1...v1.1.2) (2019-10-09) ### Bug Fixes * **map.jinja:** fix `salt-lint` errors ([](29f03c5)) * **network.sls:** fix `salt-lint` errors ([](bdd244b)) ### Continuous Integration * **kitchen:** change `log_level` to `debug` instead of `info` ([](3d0009a)) * **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](c1ae589)) * **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](aed6fff)) * **kitchen+travis:** replace EOL pre-salted images ([](9f67565)) * **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](5923a2e)) * **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](768a78e)) * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](0e2bd15)) * use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](505054d))
1 parent 97a9f0c commit 3fbba75

File tree

5 files changed

+57
-14
lines changed

5 files changed

+57
-14
lines changed

AUTHORS.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Avatar|Contributor|Contributions
66
:-:|---|:-:
77
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1194646?v=4' width='36' height='36' alt='@fintanmm'>|[@fintanmm](https://github.com/fintanmm)|38
88
<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)|26
9+
<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)|23
910
<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)|22
1011
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3119969?v=4' width='36' height='36' alt='@genuss'>|[@genuss](https://github.com/genuss)|22
1112
<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)|12
13+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|12
1214
<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)|12
1315
<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)|10
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)|10
15-
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|9
16+
<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)|9
1617
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/642928?v=4' width='36' height='36' alt='@tomasfejfar'>|[@tomasfejfar](https://github.com/tomasfejfar)|8
17-
<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)|7
1818
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/5655231?v=4' width='36' height='36' alt='@kpostrup'>|[@kpostrup](https://github.com/kpostrup)|6
1919
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/5306980?v=4' width='36' height='36' alt='@johnkeates'>|[@johnkeates](https://github.com/johnkeates)|5
2020
<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)|4
@@ -52,4 +52,4 @@ Avatar|Contributor|Contributions
5252

5353
---
5454

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

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.1.2](https://github.com/saltstack-formulas/collectd-formula/compare/v1.1.1...v1.1.2) (2019-10-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **map.jinja:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/collectd-formula/commit/29f03c5))
9+
* **network.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/collectd-formula/commit/bdd244b))
10+
11+
12+
### Continuous Integration
13+
14+
* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/collectd-formula/commit/3d0009a))
15+
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/collectd-formula/commit/c1ae589))
16+
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/collectd-formula/commit/aed6fff))
17+
* **kitchen+travis:** replace EOL pre-salted images ([](https://github.com/saltstack-formulas/collectd-formula/commit/9f67565))
18+
* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](https://github.com/saltstack-formulas/collectd-formula/commit/5923a2e))
19+
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/collectd-formula/commit/768a78e))
20+
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/collectd-formula/commit/0e2bd15))
21+
* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/collectd-formula/commit/505054d))
22+
323
## [1.1.1](https://github.com/saltstack-formulas/collectd-formula/compare/v1.1.0...v1.1.1) (2019-08-23)
424

525

FORMULA

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: collectd
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 1.1.1
4+
version: 1.1.2
55
release: 1
66
minimum_version: 2016.11
77
summary: Collectd formula

docs/AUTHORS.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ 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/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
2020
- `@nmadhok <https://github.com/nmadhok>`_
2121
- 26
22+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
23+
- `@myii <https://github.com/myii>`_
24+
- 23
2225
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>`
2326
- `@babilen5 <https://github.com/babilen5>`_
2427
- 22
@@ -28,24 +31,21 @@ This list is sorted by the number of commits per contributor in *descending* ord
2831
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>`
2932
- `@puneetk <https://github.com/puneetk>`_
3033
- 12
34+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>`
35+
- `@daks <https://github.com/daks>`_
36+
- 12
3137
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
3238
- `@gravyboat <https://github.com/gravyboat>`_
3339
- 12
3440
* - :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'>`
3541
- `@n-rodriguez <https://github.com/n-rodriguez>`_
3642
- 10
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-
- 10
40-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>`
41-
- `@daks <https://github.com/daks>`_
43+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
44+
- `@aboe76 <https://github.com/aboe76>`_
4245
- 9
4346
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/642928?v=4' width='36' height='36' alt='@tomasfejfar'>`
4447
- `@tomasfejfar <https://github.com/tomasfejfar>`_
4548
- 8
46-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
47-
- `@aboe76 <https://github.com/aboe76>`_
48-
- 7
4949
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/5655231?v=4' width='36' height='36' alt='@kpostrup'>`
5050
- `@kpostrup <https://github.com/kpostrup>`_
5151
- 6
@@ -152,4 +152,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
152152

153153
----
154154

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

docs/CHANGELOG.rst

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
Changelog
33
=========
44

5+
`1.1.2 <https://github.com/saltstack-formulas/collectd-formula/compare/v1.1.1...v1.1.2>`_ (2019-10-09)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **map.jinja:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/collectd-formula/commit/29f03c5>`_\ )
13+
* **network.sls:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/collectd-formula/commit/bdd244b>`_\ )
14+
15+
Continuous Integration
16+
^^^^^^^^^^^^^^^^^^^^^^
17+
18+
19+
* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` <https://github.com/saltstack-formulas/collectd-formula/commit/3d0009a>`_\ )
20+
* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` <https://github.com/saltstack-formulas/collectd-formula/commit/c1ae589>`_\ )
21+
* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` <https://github.com/saltstack-formulas/collectd-formula/commit/aed6fff>`_\ )
22+
* **kitchen+travis:** replace EOL pre-salted images (\ ` <https://github.com/saltstack-formulas/collectd-formula/commit/9f67565>`_\ )
23+
* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ ` <https://github.com/saltstack-formulas/collectd-formula/commit/5923a2e>`_\ )
24+
* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` <https://github.com/saltstack-formulas/collectd-formula/commit/768a78e>`_\ )
25+
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/collectd-formula/commit/0e2bd15>`_\ )
26+
* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ ` <https://github.com/saltstack-formulas/collectd-formula/commit/505054d>`_\ )
27+
528
`1.1.1 <https://github.com/saltstack-formulas/collectd-formula/compare/v1.1.0...v1.1.1>`_ (2019-08-23)
629
----------------------------------------------------------------------------------------------------------
730

0 commit comments

Comments
 (0)