Skip to content

Commit

Permalink
chore(release): 0.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.8.0](v0.7.1...v0.8.0) (2019-12-11)

### Bug Fixes

* **pgsql-ido.sls:** ensure state `debconf.set` is available ([310b2f5](310b2f5))
* **postgresql-server.sls:** fix missing import ([dece815](dece815))
* **repo:** prepare basic structure for all available platforms ([33f7694](33f7694))
* **salt-lint:** fix all errors (or add to ignores) ([cae6252](cae6252))
* **yamllint:** fix all errors (or add to ignores) ([860f72b](860f72b))

### Documentation

* **readme:** modify according to standard structure ([fb0aca8](fb0aca8))
* **readme:** move to `docs/` directory ([70105f0](70105f0))

### Features

* **repositories.sls:** add inline `stretch-backports` repo ([5353313](5353313))
* **semantic-release:** implement for this formula ([d632339](d632339))

### Tests

* **inspec:** add tests for package, config & service ([da16c4e](da16c4e))
* **pillar:** add for `default` suite based on `pillar.example` ([a1ee8a1](a1ee8a1))
  • Loading branch information
semantic-release-bot committed Dec 11, 2019
1 parent 57712c8 commit a37b0e7
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 1 deletion.
21 changes: 21 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Authors

This list is sorted by the number of commits per contributor in _descending_ order.

Avatar|Contributor|Contributions
:-:|---|:-:
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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)|1
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/228723?v=4' width='36' height='36' alt='@abednarik'>|[@abednarik](https://github.com/abednarik)|1

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-12-11.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

# [0.8.0](https://github.com/saltstack-formulas/icinga2-formula/compare/v0.7.1...v0.8.0) (2019-12-11)


### Bug Fixes

* **pgsql-ido.sls:** ensure state `debconf.set` is available ([310b2f5](https://github.com/saltstack-formulas/icinga2-formula/commit/310b2f50131a7e60e110d20af4bc487daeb8a6f1))
* **postgresql-server.sls:** fix missing import ([dece815](https://github.com/saltstack-formulas/icinga2-formula/commit/dece8157b447c8fe2f5abbab0d14bc01af016228))
* **repo:** prepare basic structure for all available platforms ([33f7694](https://github.com/saltstack-formulas/icinga2-formula/commit/33f7694c0dc270a9020a0ffe8b5e43e38682137a))
* **salt-lint:** fix all errors (or add to ignores) ([cae6252](https://github.com/saltstack-formulas/icinga2-formula/commit/cae62526e6c920056171ded3e6a3c2dfd127999d))
* **yamllint:** fix all errors (or add to ignores) ([860f72b](https://github.com/saltstack-formulas/icinga2-formula/commit/860f72bd89df9f01d7bb75f4370a2b89f68c545e))


### Documentation

* **readme:** modify according to standard structure ([fb0aca8](https://github.com/saltstack-formulas/icinga2-formula/commit/fb0aca8105cf95f7b4b098851d2fa56d67575d8c))
* **readme:** move to `docs/` directory ([70105f0](https://github.com/saltstack-formulas/icinga2-formula/commit/70105f0b116120f7d54b52b98f954c703700cda0))


### Features

* **repositories.sls:** add inline `stretch-backports` repo ([5353313](https://github.com/saltstack-formulas/icinga2-formula/commit/5353313e0e9afd16801e97906e7320ab3356fdb4))
* **semantic-release:** implement for this formula ([d632339](https://github.com/saltstack-formulas/icinga2-formula/commit/d63233988227752cfce108bee635e0dc5a131189))


### Tests

* **inspec:** add tests for package, config & service ([da16c4e](https://github.com/saltstack-formulas/icinga2-formula/commit/da16c4e54c3ced76615e79584e3b7c102900ce39))
* **pillar:** add for `default` suite based on `pillar.example` ([a1ee8a1](https://github.com/saltstack-formulas/icinga2-formula/commit/a1ee8a187ec1b74cac416a10a7274ca59f9c4ff6))
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: icinga2
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, FreeBSD, OpenBSD, Windows
os_family: Debian, RedHat, Suse, FreeBSD, OpenBSDWindows, MacOS
version: 0.7.1
version: 0.8.0
release: 1
minimum_version: 2017.7
summary: icinga2 formula
Expand Down
53 changes: 53 additions & 0 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
.. role:: raw-html-m2r(raw)
:format: html


Authors
=======

This list is sorted by the number of commits per contributor in *descending* order.

.. list-table::
:header-rows: 1

* - Avatar
- Contributor
- Contributions
* - :raw-html-m2r:`<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
* - :raw-html-m2r:`<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
* - :raw-html-m2r:`<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
* - :raw-html-m2r:`<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
* - :raw-html-m2r:`<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
* - :raw-html-m2r:`<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
* - :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'>`
- `@kiwi-chris <https://github.com/kiwi-chris>`_
- 2
* - :raw-html-m2r:`<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
* - :raw-html-m2r:`<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
* - :raw-html-m2r:`<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>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/228723?v=4' width='36' height='36' alt='@abednarik'>`
- `@abednarik <https://github.com/abednarik>`_
- 1


----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-12-11.
37 changes: 37 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

Changelog
=========

`0.8.0 <https://github.com/saltstack-formulas/icinga2-formula/compare/v0.7.1...v0.8.0>`_ (2019-12-11)
---------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **pgsql-ido.sls:** ensure state ``debconf.set`` is available (\ `310b2f5 <https://github.com/saltstack-formulas/icinga2-formula/commit/310b2f50131a7e60e110d20af4bc487daeb8a6f1>`_\ )
* **postgresql-server.sls:** fix missing import (\ `dece815 <https://github.com/saltstack-formulas/icinga2-formula/commit/dece8157b447c8fe2f5abbab0d14bc01af016228>`_\ )
* **repo:** prepare basic structure for all available platforms (\ `33f7694 <https://github.com/saltstack-formulas/icinga2-formula/commit/33f7694c0dc270a9020a0ffe8b5e43e38682137a>`_\ )
* **salt-lint:** fix all errors (or add to ignores) (\ `cae6252 <https://github.com/saltstack-formulas/icinga2-formula/commit/cae62526e6c920056171ded3e6a3c2dfd127999d>`_\ )
* **yamllint:** fix all errors (or add to ignores) (\ `860f72b <https://github.com/saltstack-formulas/icinga2-formula/commit/860f72bd89df9f01d7bb75f4370a2b89f68c545e>`_\ )

Documentation
^^^^^^^^^^^^^


* **readme:** modify according to standard structure (\ `fb0aca8 <https://github.com/saltstack-formulas/icinga2-formula/commit/fb0aca8105cf95f7b4b098851d2fa56d67575d8c>`_\ )
* **readme:** move to ``docs/`` directory (\ `70105f0 <https://github.com/saltstack-formulas/icinga2-formula/commit/70105f0b116120f7d54b52b98f954c703700cda0>`_\ )

Features
^^^^^^^^


* **repositories.sls:** add inline ``stretch-backports`` repo (\ `5353313 <https://github.com/saltstack-formulas/icinga2-formula/commit/5353313e0e9afd16801e97906e7320ab3356fdb4>`_\ )
* **semantic-release:** implement for this formula (\ `d632339 <https://github.com/saltstack-formulas/icinga2-formula/commit/d63233988227752cfce108bee635e0dc5a131189>`_\ )

Tests
^^^^^


* **inspec:** add tests for package, config & service (\ `da16c4e <https://github.com/saltstack-formulas/icinga2-formula/commit/da16c4e54c3ced76615e79584e3b7c102900ce39>`_\ )
* **pillar:** add for ``default`` suite based on ``pillar.example`` (\ `a1ee8a1 <https://github.com/saltstack-formulas/icinga2-formula/commit/a1ee8a187ec1b74cac416a10a7274ca59f9c4ff6>`_\ )

0 comments on commit a37b0e7

Please sign in to comment.