From 2cb7f56a8a320ab7da035b9ba3b5c2292f8fe8f7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Jul 2021 20:59:07 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v3.0.0...v3.1.0) (2021-07-02) ### Continuous Integration * **gitlab:** enable `domains` testing on gitlab ([c3637f7](https://github.com/saltstack-formulas/letsencrypt-formula/commit/c3637f7fd1b82469d319b181f0632b3c3b388561)) ### Features * **domains:** allow to specify different authenticators/installers ([87456a1](https://github.com/saltstack-formulas/letsencrypt-formula/commit/87456a1c0601f19e8ce92d7d292b86853abc87cb)) --- AUTHORS.md | 2 +- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 2 +- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 30 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 03acebe..adeadaf 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @myii|[@myii](https://github.com/myii)|70 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|30 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|33 @martinhoefling|[@martinhoefling](https://github.com/martinhoefling)|16 @fortunejuggle|[@fortunejuggle](https://github.com/fortunejuggle)|13 @aboe76|[@aboe76](https://github.com/aboe76)|11 diff --git a/CHANGELOG.md b/CHANGELOG.md index a25aa6b..41a8c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [3.1.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v3.0.0...v3.1.0) (2021-07-02) + + +### Continuous Integration + +* **gitlab:** enable `domains` testing on gitlab ([c3637f7](https://github.com/saltstack-formulas/letsencrypt-formula/commit/c3637f7fd1b82469d319b181f0632b3c3b388561)) + + +### Features + +* **domains:** allow to specify different authenticators/installers ([87456a1](https://github.com/saltstack-formulas/letsencrypt-formula/commit/87456a1c0601f19e8ce92d7d292b86853abc87cb)) + # [3.0.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v2.1.1...v3.0.0) (2021-07-02) diff --git a/FORMULA b/FORMULA index 3d54829..0310e08 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: letsencrypt 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.0 +version: 3.1.0 release: 1 minimum_version: 2017.7 summary: letsencrypt formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 07e5e80..2f7fccd 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 70 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 30 + - 33 * - :raw-html-m2r:`@martinhoefling` - `@martinhoefling `_ - 16 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 724c824..18fffb9 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`3.1.0 `_ (2021-07-02) +------------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gitlab:** enable ``domains`` testing on gitlab (\ `c3637f7 `_\ ) + +Features +^^^^^^^^ + + +* **domains:** allow to specify different authenticators/installers (\ `87456a1 `_\ ) + `3.0.0 `_ (2021-07-02) -------------------------------------------------------------------------------------------------------------