From 5b603adab32f28a232eb8527efd71b41f224643e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Aug 2020 14:35:28 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v1.1.0...v2.0.0) (2020-08-26) ### Code Refactoring * use domains' setname as --cert-name option ([68fb247](https://github.com/saltstack-formulas/letsencrypt-formula/commit/68fb2475508fea71caf542f62be0e5ce3789e90e)) ### BREAKING CHANGES * Since this domains' setname was not used, the path was named after the first domain in the domains set. In order to keep using this workflow, you need to rename the setname with the first domain in the list like the following: ``` letsencrypt: domains: foo.example.com: - foo.example.com ``` --- AUTHORS.md | 5 +++-- CHANGELOG.md | 21 +++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 7 +++++-- docs/CHANGELOG.rst | 24 ++++++++++++++++++++++++ 5 files changed, 54 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 001fa6c..e31c3e7 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)|44 +@myii|[@myii](https://github.com/myii)|45 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|24 @martinhoefling|[@martinhoefling](https://github.com/martinhoefling)|16 @fortunejuggle|[@fortunejuggle](https://github.com/fortunejuggle)|13 @@ -25,6 +25,7 @@ Avatar|Contributor|Contributions @OrangeDog|[@OrangeDog](https://github.com/OrangeDog)|1 @anderbubble|[@anderbubble](https://github.com/anderbubble)|1 @Artanicus|[@Artanicus](https://github.com/Artanicus)|1 +@kiniou|[@kiniou](https://github.com/kiniou)|1 @itbabu|[@itbabu](https://github.com/itbabu)|1 @mrichar1|[@mrichar1](https://github.com/mrichar1)|1 @xenophonf|[@xenophonf](https://github.com/xenophonf)|1 @@ -37,4 +38,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-29. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-26. diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e4fab..9f40cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +# [2.0.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v1.1.0...v2.0.0) (2020-08-26) + + +### Code Refactoring + +* use domains' setname as --cert-name option ([68fb247](https://github.com/saltstack-formulas/letsencrypt-formula/commit/68fb2475508fea71caf542f62be0e5ce3789e90e)) + + +### BREAKING CHANGES + +* Since this domains' setname was not used, the path was named +after the first domain in the domains set. In order to keep using this workflow, +you need to rename the setname with the first domain in the list like the +following: +``` +letsencrypt: + domains: + foo.example.com: + - foo.example.com +``` + # [1.1.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v1.0.0...v1.1.0) (2020-07-29) diff --git a/FORMULA b/FORMULA index f146c10..bd2a866 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: 1.1.0 +version: 2.0.0 release: 1 minimum_version: 2017.7 summary: letsencrypt formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index eea6d79..4e8a468 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 `_ - - 44 + - 45 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 24 @@ -76,6 +76,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@Artanicus` - `@Artanicus `_ - 1 + * - :raw-html-m2r:`@kiniou` + - `@kiniou `_ + - 1 * - :raw-html-m2r:`@itbabu` - `@itbabu `_ - 1 @@ -107,4 +110,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 2020-07-29. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-08-26. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 42f566b..bbc13cf 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,30 @@ Changelog ========= +`2.0.0 `_ (2020-08-26) +------------------------------------------------------------------------------------------------------------- + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* use domains' setname as --cert-name option (\ `68fb247 `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* Since this domains' setname was not used, the path was named + after the first domain in the domains set. In order to keep using this workflow, + you need to rename the setname with the first domain in the list like the + following: + .. code-block:: + + letsencrypt: + domains: + foo.example.com: + - foo.example.com + `1.1.0 `_ (2020-07-29) -------------------------------------------------------------------------------------------------------------