-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.3.0](v0.2.0...v0.3.0) (2019-11-25) ### Bug Fixes * **ng:** fix config for Amazon Linux 2 ([98a176c](98a176c)) * **ng:** fix config for Arch Linux ([aac3789](aac3789)) * **ng:** fix config for CentOS 8 ([faf6958](faf6958)) * **ng:** fix config for Fedora 30 & 31 ([9ddbcd5](9ddbcd5)) * **ng:** fix config for OpenSuse Leap 15.1 ([ca8797c](ca8797c)) * **ng/default.vcl:** add new template for `ng` ([a3ed404](a3ed404)) * **ng/repo.sls:** add inline EPEL repo configuration ([e593d92](e593d92)) * **ng/repo.sls:** ensure required Debian packages are installed ([c5fb7fe](c5fb7fe)) * **ng/services.sls:** ensure logging service waits for main service ([c30dccf](c30dccf)) * **salt-lint:** fix all errors ([b0df59d](b0df59d)) * **yamllint:** fix all errors ([79ed36b](79ed36b)) ### Documentation * **readme:** convert from `md` => `rst` ([de88a39](de88a39)) * **readme:** modify according to standard structure ([0f954ce](0f954ce)) * move `README` and `TOFS_pattern` to `docs` sub-directory ([2d38bb5](2d38bb5)) ### Features * **semantic-release:** implement for this formula ([f6edbba](f6edbba)) ### Tests * **pillars:** provide test pillars and updated `pillar.example` ([63881e8](63881e8))
- Loading branch information
1 parent
8099ead
commit 3afccc0
Showing
6 changed files
with
469 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|17 | ||
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3899078?v=4' width='36' height='36' alt='@moreda'>|[@moreda](https://github.com/moreda)|14 | ||
<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)|5 | ||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/378158?v=4' width='36' height='36' alt='@dseira'>|[@dseira](https://github.com/dseira)|3 | ||
<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/22311?v=4' width='36' height='36' alt='@madssj'>|[@madssj](https://github.com/madssj)|1 | ||
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/14904864?v=4' width='36' height='36' alt='@mpawlack'>|[@mpawlack](https://github.com/mpawlack)|1 | ||
<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://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-11-25. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Changelog | ||
|
||
# [0.3.0](https://github.com/saltstack-formulas/varnish-formula/compare/v0.2.0...v0.3.0) (2019-11-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **ng:** fix config for Amazon Linux 2 ([98a176c](https://github.com/saltstack-formulas/varnish-formula/commit/98a176c96872bd1abe448b9ca6c8c85d33415cfe)) | ||
* **ng:** fix config for Arch Linux ([aac3789](https://github.com/saltstack-formulas/varnish-formula/commit/aac37897a897e63df65e1d94e452e78387b90cbb)) | ||
* **ng:** fix config for CentOS 8 ([faf6958](https://github.com/saltstack-formulas/varnish-formula/commit/faf695887affe497fa1edce318707564d0a2931c)) | ||
* **ng:** fix config for Fedora 30 & 31 ([9ddbcd5](https://github.com/saltstack-formulas/varnish-formula/commit/9ddbcd5944d02cee4b6ad07c9d8e58d6e50f5378)) | ||
* **ng:** fix config for OpenSuse Leap 15.1 ([ca8797c](https://github.com/saltstack-formulas/varnish-formula/commit/ca8797c811aadc3f8d059b9895f0ae48a2a861a8)) | ||
* **ng/default.vcl:** add new template for `ng` ([a3ed404](https://github.com/saltstack-formulas/varnish-formula/commit/a3ed40478c900db640c50a8b39391f0cd30e97b9)) | ||
* **ng/repo.sls:** add inline EPEL repo configuration ([e593d92](https://github.com/saltstack-formulas/varnish-formula/commit/e593d9231d769d63043b5e2fd996a3f77bdf16b0)) | ||
* **ng/repo.sls:** ensure required Debian packages are installed ([c5fb7fe](https://github.com/saltstack-formulas/varnish-formula/commit/c5fb7feaf20d80d2d10de0e0c3fddd0f800451a1)) | ||
* **ng/services.sls:** ensure logging service waits for main service ([c30dccf](https://github.com/saltstack-formulas/varnish-formula/commit/c30dccf76d971654893f3ad870cda7008ecac1cf)) | ||
* **salt-lint:** fix all errors ([b0df59d](https://github.com/saltstack-formulas/varnish-formula/commit/b0df59d5a9500b769e209e3d7eb4276dd27af260)) | ||
* **yamllint:** fix all errors ([79ed36b](https://github.com/saltstack-formulas/varnish-formula/commit/79ed36b2e947bf0acb3e496211fe84d67a26fa18)) | ||
|
||
|
||
### Documentation | ||
|
||
* **readme:** convert from `md` => `rst` ([de88a39](https://github.com/saltstack-formulas/varnish-formula/commit/de88a39fd3b3d6180508eda2a9848364b5826484)) | ||
* **readme:** modify according to standard structure ([0f954ce](https://github.com/saltstack-formulas/varnish-formula/commit/0f954cec93ce3521894d0088ae5e653a01f95c7d)) | ||
* move `README` and `TOFS_pattern` to `docs` sub-directory ([2d38bb5](https://github.com/saltstack-formulas/varnish-formula/commit/2d38bb5bea6077d9539ec109362605681e3069da)) | ||
|
||
|
||
### Features | ||
|
||
* **semantic-release:** implement for this formula ([f6edbba](https://github.com/saltstack-formulas/varnish-formula/commit/f6edbba42156a858da219d8fe6348879ce7b0029)) | ||
|
||
|
||
### Tests | ||
|
||
* **pillars:** provide test pillars and updated `pillar.example` ([63881e8](https://github.com/saltstack-formulas/varnish-formula/commit/63881e8645f4285b69586996f6850c5ccb550868)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
.. 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>` | ||
- `@myii <https://github.com/myii>`_ | ||
- 17 | ||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3899078?v=4' width='36' height='36' alt='@moreda'>` | ||
- `@moreda <https://github.com/moreda>`_ | ||
- 14 | ||
* - :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>`_ | ||
- 5 | ||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/378158?v=4' width='36' height='36' alt='@dseira'>` | ||
- `@dseira <https://github.com/dseira>`_ | ||
- 3 | ||
* - :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/22311?v=4' width='36' height='36' alt='@madssj'>` | ||
- `@madssj <https://github.com/madssj>`_ | ||
- 1 | ||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/14904864?v=4' width='36' height='36' alt='@mpawlack'>` | ||
- `@mpawlack <https://github.com/mpawlack>`_ | ||
- 1 | ||
* - :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://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-11-25. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
Changelog | ||
========= | ||
|
||
`0.3.0 <https://github.com/saltstack-formulas/varnish-formula/compare/v0.2.0...v0.3.0>`_ (2019-11-25) | ||
--------------------------------------------------------------------------------------------------------- | ||
|
||
Bug Fixes | ||
^^^^^^^^^ | ||
|
||
|
||
* **ng:** fix config for Amazon Linux 2 (\ `98a176c <https://github.com/saltstack-formulas/varnish-formula/commit/98a176c96872bd1abe448b9ca6c8c85d33415cfe>`_\ ) | ||
* **ng:** fix config for Arch Linux (\ `aac3789 <https://github.com/saltstack-formulas/varnish-formula/commit/aac37897a897e63df65e1d94e452e78387b90cbb>`_\ ) | ||
* **ng:** fix config for CentOS 8 (\ `faf6958 <https://github.com/saltstack-formulas/varnish-formula/commit/faf695887affe497fa1edce318707564d0a2931c>`_\ ) | ||
* **ng:** fix config for Fedora 30 & 31 (\ `9ddbcd5 <https://github.com/saltstack-formulas/varnish-formula/commit/9ddbcd5944d02cee4b6ad07c9d8e58d6e50f5378>`_\ ) | ||
* **ng:** fix config for OpenSuse Leap 15.1 (\ `ca8797c <https://github.com/saltstack-formulas/varnish-formula/commit/ca8797c811aadc3f8d059b9895f0ae48a2a861a8>`_\ ) | ||
* **ng/default.vcl:** add new template for ``ng`` (\ `a3ed404 <https://github.com/saltstack-formulas/varnish-formula/commit/a3ed40478c900db640c50a8b39391f0cd30e97b9>`_\ ) | ||
* **ng/repo.sls:** add inline EPEL repo configuration (\ `e593d92 <https://github.com/saltstack-formulas/varnish-formula/commit/e593d9231d769d63043b5e2fd996a3f77bdf16b0>`_\ ) | ||
* **ng/repo.sls:** ensure required Debian packages are installed (\ `c5fb7fe <https://github.com/saltstack-formulas/varnish-formula/commit/c5fb7feaf20d80d2d10de0e0c3fddd0f800451a1>`_\ ) | ||
* **ng/services.sls:** ensure logging service waits for main service (\ `c30dccf <https://github.com/saltstack-formulas/varnish-formula/commit/c30dccf76d971654893f3ad870cda7008ecac1cf>`_\ ) | ||
* **salt-lint:** fix all errors (\ `b0df59d <https://github.com/saltstack-formulas/varnish-formula/commit/b0df59d5a9500b769e209e3d7eb4276dd27af260>`_\ ) | ||
* **yamllint:** fix all errors (\ `79ed36b <https://github.com/saltstack-formulas/varnish-formula/commit/79ed36b2e947bf0acb3e496211fe84d67a26fa18>`_\ ) | ||
|
||
Documentation | ||
^^^^^^^^^^^^^ | ||
|
||
|
||
* **readme:** convert from ``md`` => ``rst`` (\ `de88a39 <https://github.com/saltstack-formulas/varnish-formula/commit/de88a39fd3b3d6180508eda2a9848364b5826484>`_\ ) | ||
* **readme:** modify according to standard structure (\ `0f954ce <https://github.com/saltstack-formulas/varnish-formula/commit/0f954cec93ce3521894d0088ae5e653a01f95c7d>`_\ ) | ||
* move ``README`` and ``TOFS_pattern`` to ``docs`` sub-directory (\ `2d38bb5 <https://github.com/saltstack-formulas/varnish-formula/commit/2d38bb5bea6077d9539ec109362605681e3069da>`_\ ) | ||
|
||
Features | ||
^^^^^^^^ | ||
|
||
|
||
* **semantic-release:** implement for this formula (\ `f6edbba <https://github.com/saltstack-formulas/varnish-formula/commit/f6edbba42156a858da219d8fe6348879ce7b0029>`_\ ) | ||
|
||
Tests | ||
^^^^^ | ||
|
||
|
||
* **pillars:** provide test pillars and updated ``pillar.example`` (\ `63881e8 <https://github.com/saltstack-formulas/varnish-formula/commit/63881e8645f4285b69586996f6850c5ccb550868>`_\ ) |
Oops, something went wrong.