Skip to content

Commit ea4895b

Browse files
chore(release): 1.1.4 [skip ci]
## [1.1.4](v1.1.3...v1.1.4) (2020-12-16) ### Bug Fixes * **release.config.js:** use full commit hash in commit link [skip ci] ([8b108b5](8b108b5)) ### Continuous Integration * **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([18b26ab](18b26ab)) * **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([ab3add7](ab3add7)) * **gitlab-ci:** use GitLab CI as Travis CI replacement ([572e73c](572e73c)) * **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([bca1b99](bca1b99)) * **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([7ed2701](7ed2701)) * **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([c36843c](c36843c)) * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([071343b](071343b)) * **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([9814be5](9814be5)) * **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([a147c9d](a147c9d)) * **pre-commit:** add to formula [skip ci] ([5f80569](5f80569)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([88ed018](88ed018)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([938b8ed](938b8ed)) * **travis:** add notifications => zulip [skip ci] ([3558a40](3558a40)) * **travis:** apply changes from build config validation [skip ci] ([2cb2751](2cb2751)) * **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([17ccf35](17ccf35)) * **travis:** quote pathspecs used with `git ls-files` [skip ci] ([2c9ef3e](2c9ef3e)) * **travis:** run `shellcheck` during lint job [skip ci] ([310c19f](310c19f)) * **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([a351fd3](a351fd3)) * **travis:** use `major.minor` for `semantic-release` version [skip ci] ([32b8c33](32b8c33)) * **travis:** use build config validation (beta) [skip ci] ([e55fc61](e55fc61)) * **workflows/commitlint:** add to repo [skip ci] ([c71e7b3](c71e7b3)) ### Documentation * **contributing:** remove to use org-level file instead [skip ci] ([3ce31da](3ce31da)) * **readme:** update link to `CONTRIBUTING` [skip ci] ([f23ed24](f23ed24)) ### Performance Improvements * **travis:** improve `salt-lint` invocation [skip ci] ([c583ff4](c583ff4))
1 parent 572e73c commit ea4895b

File tree

5 files changed

+102
-7
lines changed

5 files changed

+102
-7
lines changed

AUTHORS.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7+
<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)|65
78
<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
8-
<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)|27
99
<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
1010
<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
1111
<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
@@ -30,6 +30,7 @@ Avatar|Contributor|Contributions
3030
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/3689782?v=4' width='36' height='36' alt='@hexedpackets'>|[@hexedpackets](https://github.com/hexedpackets)|3
3131
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/8395913?v=4' width='36' height='36' alt='@aanriot'>|[@aanriot](https://github.com/aanriot)|2
3232
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/320670?v=4' width='36' height='36' alt='@colekowalski'>|[@colekowalski](https://github.com/colekowalski)|2
33+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|2
3334
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|2
3435
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/1495845?v=4' width='36' height='36' alt='@sawasy'>|[@sawasy](https://github.com/sawasy)|2
3536
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/54520?v=4' width='36' height='36' alt='@jettero'>|[@jettero](https://github.com/jettero)|2
@@ -52,4 +53,4 @@ Avatar|Contributor|Contributions
5253

5354
---
5455

55-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-11.
56+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16.

CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Changelog
22

3+
## [1.1.4](https://github.com/saltstack-formulas/collectd-formula/compare/v1.1.3...v1.1.4) (2020-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **release.config.js:** use full commit hash in commit link [skip ci] ([8b108b5](https://github.com/saltstack-formulas/collectd-formula/commit/8b108b5e8dd8de88a98d342493820bd04f5c4e84))
9+
10+
11+
### Continuous Integration
12+
13+
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([18b26ab](https://github.com/saltstack-formulas/collectd-formula/commit/18b26ab21d946703f4cf06b248a3468932293054))
14+
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([ab3add7](https://github.com/saltstack-formulas/collectd-formula/commit/ab3add7671fc7ce707eaaa3aa3ca1ef3d546140c))
15+
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([572e73c](https://github.com/saltstack-formulas/collectd-formula/commit/572e73c12142c0df85f1f6dcf9e6886f2bb5b468))
16+
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([bca1b99](https://github.com/saltstack-formulas/collectd-formula/commit/bca1b99c3371f00e81901ddc514db86fbeb60d46))
17+
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([7ed2701](https://github.com/saltstack-formulas/collectd-formula/commit/7ed27017c6c28c7b64540c86c3bab721825a03e6))
18+
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([c36843c](https://github.com/saltstack-formulas/collectd-formula/commit/c36843c1b4efec35646b0d08aaebc41c02a5ed38))
19+
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([071343b](https://github.com/saltstack-formulas/collectd-formula/commit/071343b57c752fb2f5f7026f55a4a70bafd9b36a))
20+
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([9814be5](https://github.com/saltstack-formulas/collectd-formula/commit/9814be5d2bc7c68adbd9967261bfab64425ac041))
21+
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([a147c9d](https://github.com/saltstack-formulas/collectd-formula/commit/a147c9de11f40248134b41aed25938be9f6e0394))
22+
* **pre-commit:** add to formula [skip ci] ([5f80569](https://github.com/saltstack-formulas/collectd-formula/commit/5f80569c71ee2ee543e57bf70c2557e59e005ca3))
23+
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([88ed018](https://github.com/saltstack-formulas/collectd-formula/commit/88ed018f99c1d185f8d642db8ffc6c4420cbbd42))
24+
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([938b8ed](https://github.com/saltstack-formulas/collectd-formula/commit/938b8ed04fc21712470b7f756d99e9d1d27c2dea))
25+
* **travis:** add notifications => zulip [skip ci] ([3558a40](https://github.com/saltstack-formulas/collectd-formula/commit/3558a403e96186f5e0df8a36f1c762c6f2b32a67))
26+
* **travis:** apply changes from build config validation [skip ci] ([2cb2751](https://github.com/saltstack-formulas/collectd-formula/commit/2cb275198b7e5040db442e3173f54868cf44779f))
27+
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([17ccf35](https://github.com/saltstack-formulas/collectd-formula/commit/17ccf35c40e6f4039d3f320403832ee56c1f12fa))
28+
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([2c9ef3e](https://github.com/saltstack-formulas/collectd-formula/commit/2c9ef3ebb351606d90e89419b3eb0a59658c07e3))
29+
* **travis:** run `shellcheck` during lint job [skip ci] ([310c19f](https://github.com/saltstack-formulas/collectd-formula/commit/310c19fd41213496816db47af7c1c16257d5f938))
30+
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([a351fd3](https://github.com/saltstack-formulas/collectd-formula/commit/a351fd3f32f12524cb6c6e318adcac5d71a1879a))
31+
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([32b8c33](https://github.com/saltstack-formulas/collectd-formula/commit/32b8c3302c94f7755d5df8457f88308ea101feda))
32+
* **travis:** use build config validation (beta) [skip ci] ([e55fc61](https://github.com/saltstack-formulas/collectd-formula/commit/e55fc616a255636b7e9531d4fc2e87ec7af599b7))
33+
* **workflows/commitlint:** add to repo [skip ci] ([c71e7b3](https://github.com/saltstack-formulas/collectd-formula/commit/c71e7b364d979be8ef4734441b372d0e9b2dd9fd))
34+
35+
36+
### Documentation
37+
38+
* **contributing:** remove to use org-level file instead [skip ci] ([3ce31da](https://github.com/saltstack-formulas/collectd-formula/commit/3ce31da191632c63686db4d8ee2e669e672b10aa))
39+
* **readme:** update link to `CONTRIBUTING` [skip ci] ([f23ed24](https://github.com/saltstack-formulas/collectd-formula/commit/f23ed2431d69d1049ee9527f8511bd0d9f6f2c1d))
40+
41+
42+
### Performance Improvements
43+
44+
* **travis:** improve `salt-lint` invocation [skip ci] ([c583ff4](https://github.com/saltstack-formulas/collectd-formula/commit/c583ff47c48a1daa330393867f56f51dfe084205))
45+
346
## [1.1.3](https://github.com/saltstack-formulas/collectd-formula/compare/v1.1.2...v1.1.3) (2019-10-11)
447

548

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.3
4+
version: 1.1.4
55
release: 1
66
minimum_version: 2016.11
77
summary: Collectd formula

docs/AUTHORS.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ This list is sorted by the number of commits per contributor in *descending* ord
1313
* - Avatar
1414
- Contributor
1515
- Contributions
16+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
17+
- `@myii <https://github.com/myii>`_
18+
- 65
1619
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1194646?v=4' width='36' height='36' alt='@fintanmm'>`
1720
- `@fintanmm <https://github.com/fintanmm>`_
1821
- 38
19-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
20-
- `@myii <https://github.com/myii>`_
21-
- 27
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
2323
- `@nmadhok <https://github.com/nmadhok>`_
2424
- 26
@@ -91,6 +91,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
9191
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/320670?v=4' width='36' height='36' alt='@colekowalski'>`
9292
- `@colekowalski <https://github.com/colekowalski>`_
9393
- 2
94+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
95+
- `@dafyddj <https://github.com/dafyddj>`_
96+
- 2
9497
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
9598
- `@javierbertoli <https://github.com/javierbertoli>`_
9699
- 2
@@ -152,4 +155,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
152155

153156
----
154157

155-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-11.
158+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-16.

docs/CHANGELOG.rst

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

5+
`1.1.4 <https://github.com/saltstack-formulas/collectd-formula/compare/v1.1.3...v1.1.4>`_ (2020-12-16)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **release.config.js:** use full commit hash in commit link [skip ci] (\ `8b108b5 <https://github.com/saltstack-formulas/collectd-formula/commit/8b108b5e8dd8de88a98d342493820bd04f5c4e84>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `18b26ab <https://github.com/saltstack-formulas/collectd-formula/commit/18b26ab21d946703f4cf06b248a3468932293054>`_\ )
19+
* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `ab3add7 <https://github.com/saltstack-formulas/collectd-formula/commit/ab3add7671fc7ce707eaaa3aa3ca1ef3d546140c>`_\ )
20+
* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `572e73c <https://github.com/saltstack-formulas/collectd-formula/commit/572e73c12142c0df85f1f6dcf9e6886f2bb5b468>`_\ )
21+
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `bca1b99 <https://github.com/saltstack-formulas/collectd-formula/commit/bca1b99c3371f00e81901ddc514db86fbeb60d46>`_\ )
22+
* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `7ed2701 <https://github.com/saltstack-formulas/collectd-formula/commit/7ed27017c6c28c7b64540c86c3bab721825a03e6>`_\ )
23+
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `c36843c <https://github.com/saltstack-formulas/collectd-formula/commit/c36843c1b4efec35646b0d08aaebc41c02a5ed38>`_\ )
24+
* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `071343b <https://github.com/saltstack-formulas/collectd-formula/commit/071343b57c752fb2f5f7026f55a4a70bafd9b36a>`_\ )
25+
* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `9814be5 <https://github.com/saltstack-formulas/collectd-formula/commit/9814be5d2bc7c68adbd9967261bfab64425ac041>`_\ )
26+
* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `a147c9d <https://github.com/saltstack-formulas/collectd-formula/commit/a147c9de11f40248134b41aed25938be9f6e0394>`_\ )
27+
* **pre-commit:** add to formula [skip ci] (\ `5f80569 <https://github.com/saltstack-formulas/collectd-formula/commit/5f80569c71ee2ee543e57bf70c2557e59e005ca3>`_\ )
28+
* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `88ed018 <https://github.com/saltstack-formulas/collectd-formula/commit/88ed018f99c1d185f8d642db8ffc6c4420cbbd42>`_\ )
29+
* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `938b8ed <https://github.com/saltstack-formulas/collectd-formula/commit/938b8ed04fc21712470b7f756d99e9d1d27c2dea>`_\ )
30+
* **travis:** add notifications => zulip [skip ci] (\ `3558a40 <https://github.com/saltstack-formulas/collectd-formula/commit/3558a403e96186f5e0df8a36f1c762c6f2b32a67>`_\ )
31+
* **travis:** apply changes from build config validation [skip ci] (\ `2cb2751 <https://github.com/saltstack-formulas/collectd-formula/commit/2cb275198b7e5040db442e3173f54868cf44779f>`_\ )
32+
* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `17ccf35 <https://github.com/saltstack-formulas/collectd-formula/commit/17ccf35c40e6f4039d3f320403832ee56c1f12fa>`_\ )
33+
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `2c9ef3e <https://github.com/saltstack-formulas/collectd-formula/commit/2c9ef3ebb351606d90e89419b3eb0a59658c07e3>`_\ )
34+
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `310c19f <https://github.com/saltstack-formulas/collectd-formula/commit/310c19fd41213496816db47af7c1c16257d5f938>`_\ )
35+
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `a351fd3 <https://github.com/saltstack-formulas/collectd-formula/commit/a351fd3f32f12524cb6c6e318adcac5d71a1879a>`_\ )
36+
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `32b8c33 <https://github.com/saltstack-formulas/collectd-formula/commit/32b8c3302c94f7755d5df8457f88308ea101feda>`_\ )
37+
* **travis:** use build config validation (beta) [skip ci] (\ `e55fc61 <https://github.com/saltstack-formulas/collectd-formula/commit/e55fc616a255636b7e9531d4fc2e87ec7af599b7>`_\ )
38+
* **workflows/commitlint:** add to repo [skip ci] (\ `c71e7b3 <https://github.com/saltstack-formulas/collectd-formula/commit/c71e7b364d979be8ef4734441b372d0e9b2dd9fd>`_\ )
39+
40+
Documentation
41+
^^^^^^^^^^^^^
42+
43+
44+
* **contributing:** remove to use org-level file instead [skip ci] (\ `3ce31da <https://github.com/saltstack-formulas/collectd-formula/commit/3ce31da191632c63686db4d8ee2e669e672b10aa>`_\ )
45+
* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `f23ed24 <https://github.com/saltstack-formulas/collectd-formula/commit/f23ed2431d69d1049ee9527f8511bd0d9f6f2c1d>`_\ )
46+
47+
Performance Improvements
48+
^^^^^^^^^^^^^^^^^^^^^^^^
49+
50+
51+
* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `c583ff4 <https://github.com/saltstack-formulas/collectd-formula/commit/c583ff47c48a1daa330393867f56f51dfe084205>`_\ )
52+
553
`1.1.3 <https://github.com/saltstack-formulas/collectd-formula/compare/v1.1.2...v1.1.3>`_ (2019-10-11)
654
----------------------------------------------------------------------------------------------------------
755

0 commit comments

Comments
 (0)