Skip to content

Commit 5b603ad

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.0...v2.0.0) (2020-08-26) ### Code Refactoring * use domains' setname as --cert-name option ([68fb247](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: ``` letsencrypt: domains: foo.example.com: - foo.example.com ```
1 parent aef0136 commit 5b603ad

File tree

5 files changed

+54
-5
lines changed

5 files changed

+54
-5
lines changed

AUTHORS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<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)|44
7+
<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)|45
88
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|24
99
<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)|16
1010
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/8399114?v=4' width='36' height='36' alt='@fortunejuggle'>|[@fortunejuggle](https://github.com/fortunejuggle)|13
@@ -25,6 +25,7 @@ Avatar|Contributor|Contributions
2525
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/675056?v=4' width='36' height='36' alt='@OrangeDog'>|[@OrangeDog](https://github.com/OrangeDog)|1
2626
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/350294?v=4' width='36' height='36' alt='@anderbubble'>|[@anderbubble](https://github.com/anderbubble)|1
2727
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1683369?v=4' width='36' height='36' alt='@Artanicus'>|[@Artanicus](https://github.com/Artanicus)|1
28+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/121836?v=4' width='36' height='36' alt='@kiniou'>|[@kiniou](https://github.com/kiniou)|1
2829
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/650691?v=4' width='36' height='36' alt='@itbabu'>|[@itbabu](https://github.com/itbabu)|1
2930
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/478653?v=4' width='36' height='36' alt='@mrichar1'>|[@mrichar1](https://github.com/mrichar1)|1
3031
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/7139195?v=4' width='36' height='36' alt='@xenophonf'>|[@xenophonf](https://github.com/xenophonf)|1
@@ -37,4 +38,4 @@ Avatar|Contributor|Contributions
3738

3839
---
3940

40-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-29.
41+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-26.

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
# [2.0.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v1.1.0...v2.0.0) (2020-08-26)
4+
5+
6+
### Code Refactoring
7+
8+
* use domains' setname as --cert-name option ([68fb247](https://github.com/saltstack-formulas/letsencrypt-formula/commit/68fb2475508fea71caf542f62be0e5ce3789e90e))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* Since this domains' setname was not used, the path was named
14+
after the first domain in the domains set. In order to keep using this workflow,
15+
you need to rename the setname with the first domain in the list like the
16+
following:
17+
```
18+
letsencrypt:
19+
domains:
20+
foo.example.com:
21+
- foo.example.com
22+
```
23+
324
# [1.1.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v1.0.0...v1.1.0) (2020-07-29)
425

526

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: letsencrypt
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 1.1.0
4+
version: 2.0.0
55
release: 1
66
minimum_version: 2017.7
77
summary: letsencrypt formula

docs/AUTHORS.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 44
18+
- 45
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
2020
- `@javierbertoli <https://github.com/javierbertoli>`_
2121
- 24
@@ -76,6 +76,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
7676
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1683369?v=4' width='36' height='36' alt='@Artanicus'>`
7777
- `@Artanicus <https://github.com/Artanicus>`_
7878
- 1
79+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/121836?v=4' width='36' height='36' alt='@kiniou'>`
80+
- `@kiniou <https://github.com/kiniou>`_
81+
- 1
7982
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/650691?v=4' width='36' height='36' alt='@itbabu'>`
8083
- `@itbabu <https://github.com/itbabu>`_
8184
- 1
@@ -107,4 +110,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
107110

108111
----
109112

110-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-07-29.
113+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-08-26.

docs/CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
Changelog
33
=========
44

5+
`2.0.0 <https://github.com/saltstack-formulas/letsencrypt-formula/compare/v1.1.0...v2.0.0>`_ (2020-08-26)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Code Refactoring
9+
^^^^^^^^^^^^^^^^
10+
11+
12+
* use domains' setname as --cert-name option (\ `68fb247 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/68fb2475508fea71caf542f62be0e5ce3789e90e>`_\ )
13+
14+
BREAKING CHANGES
15+
^^^^^^^^^^^^^^^^
16+
17+
18+
* Since this domains' setname was not used, the path was named
19+
after the first domain in the domains set. In order to keep using this workflow,
20+
you need to rename the setname with the first domain in the list like the
21+
following:
22+
.. code-block::
23+
24+
letsencrypt:
25+
domains:
26+
foo.example.com:
27+
- foo.example.com
28+
529
`1.1.0 <https://github.com/saltstack-formulas/letsencrypt-formula/compare/v1.0.0...v1.1.0>`_ (2020-07-29)
630
-------------------------------------------------------------------------------------------------------------
731

0 commit comments

Comments
 (0)