From 22052fcdeebd8f68d52f2faee70e91f205b70b5d Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 27 Jun 2019 13:49:56 +0100 Subject: [PATCH 01/10] docs(contributing): add recent `semantic-release` formulas --- docs/CONTRIBUTING.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index e538b138..4864d6e7 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -163,14 +163,19 @@ Semantic release formulas These formulas are already compatible with semantic-release: +* `apt-formula `_ * `bind-formula `_ * `cert-formula `_ * `chrony-formula `_ * `collectd-formula `_ * `fail2ban-formula `_ +* `golang-formula `_ +* `iptables-formula `_ * `keepalived-formula `_ +* `locale-formula `_ * `logrotate-formula `_ * `nginx-formula `_ +* `php-formula `_ * `postfix-formula `_ * `postgres-formula `_ * `prometheus-formula `_ From 5b99d9960786fa74b5f89e82fdf8a8ecb620eeb2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Jun 2019 12:59:57 +0000 Subject: [PATCH 02/10] chore(release): 3.0.4 [skip ci] ## [3.0.4](https://github.com/saltstack-formulas/template-formula/compare/v3.0.3...v3.0.4) (2019-06-27) ### Documentation * **contributing:** add recent `semantic-release` formulas ([22052fc](https://github.com/saltstack-formulas/template-formula/commit/22052fc)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index cf5c1f4b..c0957e9b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,8 +8,8 @@ Avatar|Contributor|Contributions @aboe76|[@aboe76](https://github.com/aboe76)|22 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|17 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|8 +@daks|[@daks](https://github.com/daks)|7 @gravyboat|[@gravyboat](https://github.com/gravyboat)|6 -@daks|[@daks](https://github.com/daks)|6 @alxwr|[@alxwr](https://github.com/alxwr)|5 @evvers|[@evvers](https://github.com/evvers)|4 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|4 @@ -29,4 +29,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-25. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c708e13..537a1abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.4](https://github.com/saltstack-formulas/template-formula/compare/v3.0.3...v3.0.4) (2019-06-27) + + +### Documentation + +* **contributing:** add recent `semantic-release` formulas ([22052fc](https://github.com/saltstack-formulas/template-formula/commit/22052fc)) + ## [3.0.3](https://github.com/saltstack-formulas/template-formula/compare/v3.0.2...v3.0.3) (2019-06-25) diff --git a/FORMULA b/FORMULA index bfe70f6b..456ed321 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: template os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 3.0.3 +version: 3.0.4 release: 1 minimum_version: 2016.11 summary: Template formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1f1cd07c..cfd8035e 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -25,11 +25,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - 8 - * - :raw-html-m2r:`@gravyboat` - - `@gravyboat `_ - - 6 * - :raw-html-m2r:`@daks` - `@daks `_ + - 7 + * - :raw-html-m2r:`@gravyboat` + - `@gravyboat `_ - 6 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ @@ -83,4 +83,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-25. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 1c75f0b9..3bee5285 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`3.0.4 `_ (2019-06-27) +---------------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* **contributing:** add recent ``semantic-release`` formulas (\ `22052fc `_\ ) + `3.0.3 `_ (2019-06-25) ---------------------------------------------------------------------------------------------------------- From fc50a9e47ecc908f28f82c415572c8133f5527c2 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 28 Jun 2019 08:03:47 +0100 Subject: [PATCH 03/10] docs(contributing): add recent `semantic-release` formula --- docs/CONTRIBUTING.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index 4864d6e7..29716ab6 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -170,6 +170,7 @@ These formulas are already compatible with semantic-release: * `collectd-formula `_ * `fail2ban-formula `_ * `golang-formula `_ +* `grafana-formula `_ * `iptables-formula `_ * `keepalived-formula `_ * `locale-formula `_ From 4890b4af7faa46c900e6895d3d67a44100c25ce8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 28 Jun 2019 07:13:30 +0000 Subject: [PATCH 04/10] chore(release): 3.0.5 [skip ci] ## [3.0.5](https://github.com/saltstack-formulas/template-formula/compare/v3.0.4...v3.0.5) (2019-06-28) ### Documentation * **contributing:** add recent `semantic-release` formula ([fc50a9e](https://github.com/saltstack-formulas/template-formula/commit/fc50a9e)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index c0957e9b..ac1616a9 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|158 +@myii|[@myii](https://github.com/myii)|160 @aboe76|[@aboe76](https://github.com/aboe76)|22 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|17 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|8 @@ -29,4 +29,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-27. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-28. diff --git a/CHANGELOG.md b/CHANGELOG.md index 537a1abd..ba808380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.5](https://github.com/saltstack-formulas/template-formula/compare/v3.0.4...v3.0.5) (2019-06-28) + + +### Documentation + +* **contributing:** add recent `semantic-release` formula ([fc50a9e](https://github.com/saltstack-formulas/template-formula/commit/fc50a9e)) + ## [3.0.4](https://github.com/saltstack-formulas/template-formula/compare/v3.0.3...v3.0.4) (2019-06-27) diff --git a/FORMULA b/FORMULA index 456ed321..bdbf9c2c 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: template os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 3.0.4 +version: 3.0.5 release: 1 minimum_version: 2016.11 summary: Template formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index cfd8035e..1f276169 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 158 + - 160 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 22 @@ -83,4 +83,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-27. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-28. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 3bee5285..45acb97c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`3.0.5 `_ (2019-06-28) +---------------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* **contributing:** add recent ``semantic-release`` formula (\ `fc50a9e `_\ ) + `3.0.4 `_ (2019-06-27) ---------------------------------------------------------------------------------------------------------- From 706221099da0f8e4fc3e53147f1904419bfe2b0a Mon Sep 17 00:00:00 2001 From: N Date: Thu, 13 Jun 2019 22:24:34 +0100 Subject: [PATCH 05/10] refactor(string): remove capitalisation from 'template' string --- FORMULA | 2 +- test/integration/default/controls/config_spec.rb | 2 +- test/integration/default/controls/packages_spec.rb | 2 +- test/integration/default/controls/services_spec.rb | 2 +- test/integration/default/inspec.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FORMULA b/FORMULA index 226cd620..499d9f5b 100644 --- a/FORMULA +++ b/FORMULA @@ -4,6 +4,6 @@ os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris version: 2.1.15 release: 1 minimum_version: 2016.11 -summary: Template formula +summary: template formula description: Formula to use as a template for other formulas top_level_dir: template diff --git a/test/integration/default/controls/config_spec.rb b/test/integration/default/controls/config_spec.rb index d76c7f66..00193e6a 100644 --- a/test/integration/default/controls/config_spec.rb +++ b/test/integration/default/controls/config_spec.rb @@ -1,4 +1,4 @@ -control 'Template configuration' do +control 'template configuration' do title 'should match desired lines' describe file('/etc/template-formula.conf') do diff --git a/test/integration/default/controls/packages_spec.rb b/test/integration/default/controls/packages_spec.rb index 291a2f13..1155548e 100644 --- a/test/integration/default/controls/packages_spec.rb +++ b/test/integration/default/controls/packages_spec.rb @@ -4,7 +4,7 @@ package_name = 'cronie' end -control 'Template package' do +control 'template package' do title 'should be installed' describe package(package_name) do diff --git a/test/integration/default/controls/services_spec.rb b/test/integration/default/controls/services_spec.rb index 68dc193b..960e7047 100644 --- a/test/integration/default/controls/services_spec.rb +++ b/test/integration/default/controls/services_spec.rb @@ -4,7 +4,7 @@ service_name = 'crond' end -control 'Template service' do +control 'template service' do impact 0.5 title 'should be running and enabled' diff --git a/test/integration/default/inspec.yml b/test/integration/default/inspec.yml index 57950582..9a13feab 100644 --- a/test/integration/default/inspec.yml +++ b/test/integration/default/inspec.yml @@ -1,5 +1,5 @@ name: template -title: Template Formula +title: template formula maintainer: Your Name license: Apache-2.0 summary: Verify that the template formula is setup and configured correctly From 53263283a7a154ff98925b6c2c0edda4e442ff3d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 28 Jun 2019 14:23:51 +0000 Subject: [PATCH 06/10] chore(release): 3.0.6 [skip ci] ## [3.0.6](https://github.com/saltstack-formulas/template-formula/compare/v3.0.5...v3.0.6) (2019-06-28) ### Code Refactoring * **string:** remove capitalisation from 'template' string ([7062210](https://github.com/saltstack-formulas/template-formula/commit/7062210)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index ac1616a9..3aaf4eda 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,15 +4,15 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|160 +@myii|[@myii](https://github.com/myii)|161 @aboe76|[@aboe76](https://github.com/aboe76)|22 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|17 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|8 @daks|[@daks](https://github.com/daks)|7 @gravyboat|[@gravyboat](https://github.com/gravyboat)|6 @alxwr|[@alxwr](https://github.com/alxwr)|5 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|5 @evvers|[@evvers](https://github.com/evvers)|4 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|4 @nmadhok|[@nmadhok](https://github.com/nmadhok)|3 @vutny|[@vutny](https://github.com/vutny)|2 @k-hamza|[@k-hamza](https://github.com/k-hamza)|2 diff --git a/CHANGELOG.md b/CHANGELOG.md index ba808380..f88c8dc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.6](https://github.com/saltstack-formulas/template-formula/compare/v3.0.5...v3.0.6) (2019-06-28) + + +### Code Refactoring + +* **string:** remove capitalisation from 'template' string ([7062210](https://github.com/saltstack-formulas/template-formula/commit/7062210)) + ## [3.0.5](https://github.com/saltstack-formulas/template-formula/compare/v3.0.4...v3.0.5) (2019-06-28) diff --git a/FORMULA b/FORMULA index d0621ba6..f287045c 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: template os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 3.0.5 +version: 3.0.6 release: 1 minimum_version: 2016.11 summary: template formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1f276169..1387aaad 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 160 + - 161 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 22 @@ -34,11 +34,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 5 - * - :raw-html-m2r:`@evvers` - - `@evvers `_ - - 4 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ + - 5 + * - :raw-html-m2r:`@evvers` + - `@evvers `_ - 4 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 45acb97c..b8364c49 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`3.0.6 `_ (2019-06-28) +---------------------------------------------------------------------------------------------------------- + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **string:** remove capitalisation from 'template' string (\ `7062210 `_\ ) + `3.0.5 `_ (2019-06-28) ---------------------------------------------------------------------------------------------------------- From c679cb595f37a32891c03637ac1763804356daa7 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 4 Jul 2019 19:48:21 +0100 Subject: [PATCH 07/10] docs(contributing): add recent `semantic-release` formula --- docs/CONTRIBUTING.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index 29716ab6..e211ff5c 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -168,6 +168,7 @@ These formulas are already compatible with semantic-release: * `cert-formula `_ * `chrony-formula `_ * `collectd-formula `_ +* `deepsea-formula `_ * `fail2ban-formula `_ * `golang-formula `_ * `grafana-formula `_ From cf7d7c0fa3e1eb4e309b85454d40a2363fe2569d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Jul 2019 18:58:19 +0000 Subject: [PATCH 08/10] chore(release): 3.0.7 [skip ci] ## [3.0.7](https://github.com/saltstack-formulas/template-formula/compare/v3.0.6...v3.0.7) (2019-07-04) ### Documentation * **contributing:** add recent `semantic-release` formula ([c679cb5](https://github.com/saltstack-formulas/template-formula/commit/c679cb5)) --- AUTHORS.md | 2 +- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 2 +- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3aaf4eda..0feeb63c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -29,4 +29,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-28. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-04. diff --git a/CHANGELOG.md b/CHANGELOG.md index f88c8dc3..1931bdae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.7](https://github.com/saltstack-formulas/template-formula/compare/v3.0.6...v3.0.7) (2019-07-04) + + +### Documentation + +* **contributing:** add recent `semantic-release` formula ([c679cb5](https://github.com/saltstack-formulas/template-formula/commit/c679cb5)) + ## [3.0.6](https://github.com/saltstack-formulas/template-formula/compare/v3.0.5...v3.0.6) (2019-06-28) diff --git a/FORMULA b/FORMULA index f287045c..d73fd9b4 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: template os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 3.0.6 +version: 3.0.7 release: 1 minimum_version: 2016.11 summary: template formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1387aaad..fbd3774b 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -83,4 +83,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-28. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-07-04. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b8364c49..28b0b0fd 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`3.0.7 `_ (2019-07-04) +---------------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* **contributing:** add recent ``semantic-release`` formula (\ `c679cb5 `_\ ) + `3.0.6 `_ (2019-06-28) ---------------------------------------------------------------------------------------------------------- From 87e4ebc3ef23122dd74405c3336fdc7b6156388d Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Mon, 8 Jul 2019 07:14:16 +0100 Subject: [PATCH 09/10] docs(contributing): add template-formula to `semantic-release` formulas --- docs/CONTRIBUTING.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index e211ff5c..7e2546ae 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -186,6 +186,7 @@ These formulas are already compatible with semantic-release: * `sudoers-formula `_ * `syslog-ng-formula `_ * `systemd-formula `_ +* `template-formula `_ * `ufw-formula `_ * `vault-formula `_ From f2c6454c2a8045e7e6dced3c4dab1eb9f65b23a6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Jul 2019 06:22:13 +0000 Subject: [PATCH 10/10] chore(release): 3.0.8 [skip ci] ## [3.0.8](https://github.com/saltstack-formulas/template-formula/compare/v3.0.7...v3.0.8) (2019-07-08) ### Documentation * **contributing:** add template-formula to `semantic-release` formulas ([87e4ebc](https://github.com/saltstack-formulas/template-formula/commit/87e4ebc)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 0feeb63c..cf662fe7 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|161 +@myii|[@myii](https://github.com/myii)|163 @aboe76|[@aboe76](https://github.com/aboe76)|22 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|17 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|8 @@ -29,4 +29,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-04. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-08. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1931bdae..77fdd582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.8](https://github.com/saltstack-formulas/template-formula/compare/v3.0.7...v3.0.8) (2019-07-08) + + +### Documentation + +* **contributing:** add template-formula to `semantic-release` formulas ([87e4ebc](https://github.com/saltstack-formulas/template-formula/commit/87e4ebc)) + ## [3.0.7](https://github.com/saltstack-formulas/template-formula/compare/v3.0.6...v3.0.7) (2019-07-04) diff --git a/FORMULA b/FORMULA index d73fd9b4..32c92e8a 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: template os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 3.0.7 +version: 3.0.8 release: 1 minimum_version: 2016.11 summary: template formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index fbd3774b..fbd54c2f 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 161 + - 163 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 22 @@ -83,4 +83,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-07-04. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-07-08. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 28b0b0fd..fb7d51d3 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`3.0.8 `_ (2019-07-08) +---------------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* **contributing:** add template-formula to ``semantic-release`` formulas (\ `87e4ebc `_\ ) + `3.0.7 `_ (2019-07-04) ----------------------------------------------------------------------------------------------------------