Skip to content

Commit 0df3775

Browse files
chore(release): 0.10.0 [skip ci]
# [0.10.0](v0.9.0...v0.10.0) (2020-12-16) ### Bug Fixes * **pillar.example:** fix `yamllint` violation [skip ci] ([c011aa6](c011aa6)) ### Continuous Integration * **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([602d65f](602d65f)) * **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([0749adc](0749adc)) * **gitlab-ci:** use GitLab CI as Travis CI replacement ([753e00b](753e00b)) * **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([bcba572](bcba572)) * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([694a428](694a428)) * **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([623baad](623baad)) * **pre-commit:** add to formula [skip ci] ([a4fb4f4](a4fb4f4)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([e405733](e405733)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([ab3c855](ab3c855)) * **travis:** add notifications => zulip [skip ci] ([b65f633](b65f633)) * **travis:** use `major.minor` for `semantic-release` version [skip ci] ([a37f569](a37f569)) * **workflows/commitlint:** add to repo [skip ci] ([c14014b](c14014b)) ### Documentation * **readme:** fix `rstcheck` violation [skip ci] ([ec5d9ff](ec5d9ff)), closes [/travis-ci.org/github/myii/icinga2-formula/builds/731606737#L259](https://github.com//travis-ci.org/github/myii/icinga2-formula/builds/731606737/issues/L259) ### Features * **config:** allow removal of services ([6c1d059](6c1d059))
1 parent 753e00b commit 0df3775

File tree

5 files changed

+84
-9
lines changed

5 files changed

+84
-9
lines changed

AUTHORS.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ 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://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|48
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)|11
9-
<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
7+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|49
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)|38
9+
<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)|10
1010
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6283549?v=4' width='36' height='36' alt='@thingsplode'>|[@thingsplode](https://github.com/thingsplode)|4
1111
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1011603?v=4' width='36' height='36' alt='@martinhoefling'>|[@martinhoefling](https://github.com/martinhoefling)|4
1212
<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)|3
1313
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/15227601?v=4' width='36' height='36' alt='@kiwi-chris'>|[@kiwi-chris](https://github.com/kiwi-chris)|2
14+
<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
1415
<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)|1
1516
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/31865407?v=4' width='36' height='36' alt='@tigpas'>|[@tigpas](https://github.com/tigpas)|1
1617
<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
@@ -19,4 +20,4 @@ Avatar|Contributor|Contributions
1920

2021
---
2122

22-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-12-16.
23+
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

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
# [0.10.0](https://github.com/saltstack-formulas/icinga2-formula/compare/v0.9.0...v0.10.0) (2020-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **pillar.example:** fix `yamllint` violation [skip ci] ([c011aa6](https://github.com/saltstack-formulas/icinga2-formula/commit/c011aa62935f58349c11941f867b3b2bac6ba139))
9+
10+
11+
### Continuous Integration
12+
13+
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([602d65f](https://github.com/saltstack-formulas/icinga2-formula/commit/602d65fff0cc4d762d8c2b8cd7e9759e6e6d1a4c))
14+
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([0749adc](https://github.com/saltstack-formulas/icinga2-formula/commit/0749adc99315ec174def2d3f5c15b3b4b6ba0945))
15+
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([753e00b](https://github.com/saltstack-formulas/icinga2-formula/commit/753e00b927ded5b2f15ed72c614d8f564b0fb22a))
16+
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([bcba572](https://github.com/saltstack-formulas/icinga2-formula/commit/bcba57237b8ed86176faac65ad9e567e6f829a17))
17+
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([694a428](https://github.com/saltstack-formulas/icinga2-formula/commit/694a428569c33337d34982df8aea020f1efa5216))
18+
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([623baad](https://github.com/saltstack-formulas/icinga2-formula/commit/623baade4b3ba5835167f40968ecef56e0fc9b6f))
19+
* **pre-commit:** add to formula [skip ci] ([a4fb4f4](https://github.com/saltstack-formulas/icinga2-formula/commit/a4fb4f4a5136340ddf5ac295e08b1731e4dacca3))
20+
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([e405733](https://github.com/saltstack-formulas/icinga2-formula/commit/e4057336d83eb187a8c6ff52ccbd59856aac9553))
21+
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([ab3c855](https://github.com/saltstack-formulas/icinga2-formula/commit/ab3c85541dd7d7f12c55d21aae32a5e53a7b4614))
22+
* **travis:** add notifications => zulip [skip ci] ([b65f633](https://github.com/saltstack-formulas/icinga2-formula/commit/b65f6337bc28116ec1a78dd3ee501d60b5fbba63))
23+
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([a37f569](https://github.com/saltstack-formulas/icinga2-formula/commit/a37f5694b890d6643715bf3e3705e0e22355fef0))
24+
* **workflows/commitlint:** add to repo [skip ci] ([c14014b](https://github.com/saltstack-formulas/icinga2-formula/commit/c14014b575f43de7c5ef2ba2defc40a461f93470))
25+
26+
27+
### Documentation
28+
29+
* **readme:** fix `rstcheck` violation [skip ci] ([ec5d9ff](https://github.com/saltstack-formulas/icinga2-formula/commit/ec5d9ffedb813260bfef69ba9c687986e83eb865)), closes [/travis-ci.org/github/myii/icinga2-formula/builds/731606737#L259](https://github.com//travis-ci.org/github/myii/icinga2-formula/builds/731606737/issues/L259)
30+
31+
32+
### Features
33+
34+
* **config:** allow removal of services ([6c1d059](https://github.com/saltstack-formulas/icinga2-formula/commit/6c1d059be50ee598395057e9c7dd619ec5fe23a1))
35+
336
# [0.9.0](https://github.com/saltstack-formulas/icinga2-formula/compare/v0.8.0...v0.9.0) (2019-12-16)
437

538

FORMULA

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: icinga2
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, FreeBSD, OpenBSD, Windows
33
os_family: Debian, RedHat, Suse, FreeBSD, OpenBSDWindows, MacOS
4-
version: 0.9.0
4+
version: 0.10.0
55
release: 1
66
minimum_version: 2017.7
77
summary: icinga2 formula

docs/AUTHORS.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>`
1717
- `@alxwr <https://github.com/alxwr>`_
18-
- 48
18+
- 49
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2020
- `@myii <https://github.com/myii>`_
21-
- 11
21+
- 38
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2323
- `@aboe76 <https://github.com/aboe76>`_
24-
- 9
24+
- 10
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6283549?v=4' width='36' height='36' alt='@thingsplode'>`
2626
- `@thingsplode <https://github.com/thingsplode>`_
2727
- 4
@@ -34,6 +34,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
3434
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/15227601?v=4' width='36' height='36' alt='@kiwi-chris'>`
3535
- `@kiwi-chris <https://github.com/kiwi-chris>`_
3636
- 2
37+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
38+
- `@dafyddj <https://github.com/dafyddj>`_
39+
- 2
3740
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
3841
- `@nmadhok <https://github.com/nmadhok>`_
3942
- 1
@@ -53,4 +56,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
5356

5457
----
5558

56-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-12-16.
59+
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

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

5+
`0.10.0 <https://github.com/saltstack-formulas/icinga2-formula/compare/v0.9.0...v0.10.0>`_ (2020-12-16)
6+
-----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **pillar.example:** fix ``yamllint`` violation [skip ci] (\ `c011aa6 <https://github.com/saltstack-formulas/icinga2-formula/commit/c011aa62935f58349c11941f867b3b2bac6ba139>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `602d65f <https://github.com/saltstack-formulas/icinga2-formula/commit/602d65fff0cc4d762d8c2b8cd7e9759e6e6d1a4c>`_\ )
19+
* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `0749adc <https://github.com/saltstack-formulas/icinga2-formula/commit/0749adc99315ec174def2d3f5c15b3b4b6ba0945>`_\ )
20+
* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `753e00b <https://github.com/saltstack-formulas/icinga2-formula/commit/753e00b927ded5b2f15ed72c614d8f564b0fb22a>`_\ )
21+
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `bcba572 <https://github.com/saltstack-formulas/icinga2-formula/commit/bcba57237b8ed86176faac65ad9e567e6f829a17>`_\ )
22+
* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `694a428 <https://github.com/saltstack-formulas/icinga2-formula/commit/694a428569c33337d34982df8aea020f1efa5216>`_\ )
23+
* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `623baad <https://github.com/saltstack-formulas/icinga2-formula/commit/623baade4b3ba5835167f40968ecef56e0fc9b6f>`_\ )
24+
* **pre-commit:** add to formula [skip ci] (\ `a4fb4f4 <https://github.com/saltstack-formulas/icinga2-formula/commit/a4fb4f4a5136340ddf5ac295e08b1731e4dacca3>`_\ )
25+
* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `e405733 <https://github.com/saltstack-formulas/icinga2-formula/commit/e4057336d83eb187a8c6ff52ccbd59856aac9553>`_\ )
26+
* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `ab3c855 <https://github.com/saltstack-formulas/icinga2-formula/commit/ab3c85541dd7d7f12c55d21aae32a5e53a7b4614>`_\ )
27+
* **travis:** add notifications => zulip [skip ci] (\ `b65f633 <https://github.com/saltstack-formulas/icinga2-formula/commit/b65f6337bc28116ec1a78dd3ee501d60b5fbba63>`_\ )
28+
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `a37f569 <https://github.com/saltstack-formulas/icinga2-formula/commit/a37f5694b890d6643715bf3e3705e0e22355fef0>`_\ )
29+
* **workflows/commitlint:** add to repo [skip ci] (\ `c14014b <https://github.com/saltstack-formulas/icinga2-formula/commit/c14014b575f43de7c5ef2ba2defc40a461f93470>`_\ )
30+
31+
Documentation
32+
^^^^^^^^^^^^^
33+
34+
35+
* **readme:** fix ``rstcheck`` violation [skip ci] (\ `ec5d9ff <https://github.com/saltstack-formulas/icinga2-formula/commit/ec5d9ffedb813260bfef69ba9c687986e83eb865>`_\ ), closes `/travis-ci.org/github/myii/icinga2-formula/builds/731606737#L259 <https://github.com//travis-ci.org/github/myii/icinga2-formula/builds/731606737/issues/L259>`_
36+
37+
Features
38+
^^^^^^^^
39+
40+
41+
* **config:** allow removal of services (\ `6c1d059 <https://github.com/saltstack-formulas/icinga2-formula/commit/6c1d059be50ee598395057e9c7dd619ec5fe23a1>`_\ )
42+
543
`0.9.0 <https://github.com/saltstack-formulas/icinga2-formula/compare/v0.8.0...v0.9.0>`_ (2019-12-16)
644
---------------------------------------------------------------------------------------------------------
745

0 commit comments

Comments
 (0)