Skip to content

Commit c76514d

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2020-10-26) ### Continuous Integration * **pre-commit:** add to formula [skip ci] ([0ca8d4f](0ca8d4f)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([87e6d43](87e6d43)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([30492a3](30492a3)) ### Features * **map:** add `create_init_cert_subcmd` var ([20f9b35](20f9b35))
1 parent 9304e57 commit c76514d

File tree

5 files changed

+46
-11
lines changed

5 files changed

+46
-11
lines changed

AUTHORS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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)|45
8-
<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
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)|49
8+
<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)|25
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
1111
<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)|11
@@ -18,7 +18,9 @@ Avatar|Contributor|Contributions
1818
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/16899663?v=4' width='36' height='36' alt='@Mario-F'>|[@Mario-F](https://github.com/Mario-F)|3
1919
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/3372169?v=4' width='36' height='36' alt='@michaelkuty'>|[@michaelkuty](https://github.com/michaelkuty)|3
2020
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2995329?v=4' width='36' height='36' alt='@t0fik'>|[@t0fik](https://github.com/t0fik)|3
21+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|2
2122
<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)|2
23+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>|[@sticky-note](https://github.com/sticky-note)|2
2224
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/3045456?v=4' width='36' height='36' alt='@bradthurber'>|[@bradthurber](https://github.com/bradthurber)|1
2325
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/12513495?v=4' width='36' height='36' alt='@dexbleeker'>|[@dexbleeker](https://github.com/dexbleeker)|1
2426
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/38553298?v=4' width='36' height='36' alt='@igarridoOnestic'>|[@igarridoOnestic](https://github.com/igarridoOnestic)|1
@@ -34,8 +36,7 @@ Avatar|Contributor|Contributions
3436
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/189750?v=4' width='36' height='36' alt='@waynew'>|[@waynew](https://github.com/waynew)|1
3537
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|1
3638
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/746812?v=4' width='36' height='36' alt='@moebiuseye'>|[@moebiuseye](https://github.com/moebiuseye)|1
37-
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>|[@sticky-note](https://github.com/sticky-note)|1
3839

3940
---
4041

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

CHANGELOG.md

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

3+
# [2.1.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v2.0.0...v2.1.0) (2020-10-26)
4+
5+
6+
### Continuous Integration
7+
8+
* **pre-commit:** add to formula [skip ci] ([0ca8d4f](https://github.com/saltstack-formulas/letsencrypt-formula/commit/0ca8d4f92f721161a2b0de15e882fbf144e1f017))
9+
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([87e6d43](https://github.com/saltstack-formulas/letsencrypt-formula/commit/87e6d43da34943ae5435615939417b2c251394a9))
10+
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([30492a3](https://github.com/saltstack-formulas/letsencrypt-formula/commit/30492a36a285baa428b7a3e894246998a5dce8c2))
11+
12+
13+
### Features
14+
15+
* **map:** add `create_init_cert_subcmd` var ([20f9b35](https://github.com/saltstack-formulas/letsencrypt-formula/commit/20f9b35fda19a7bad7335283fc566836a7631ab1))
16+
317
# [2.0.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v1.1.0...v2.0.0) (2020-08-26)
418

519

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: 2.0.0
4+
version: 2.1.0
55
release: 1
66
minimum_version: 2017.7
77
summary: letsencrypt formula

docs/AUTHORS.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ 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-
- 45
18+
- 49
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>`_
21-
- 24
21+
- 25
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1011603?v=4' width='36' height='36' alt='@martinhoefling'>`
2323
- `@martinhoefling <https://github.com/martinhoefling>`_
2424
- 16
@@ -55,9 +55,15 @@ This list is sorted by the number of commits per contributor in *descending* ord
5555
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2995329?v=4' width='36' height='36' alt='@t0fik'>`
5656
- `@t0fik <https://github.com/t0fik>`_
5757
- 3
58+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
59+
- `@dafyddj <https://github.com/dafyddj>`_
60+
- 2
5861
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>`
5962
- `@puneetk <https://github.com/puneetk>`_
6063
- 2
64+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>`
65+
- `@sticky-note <https://github.com/sticky-note>`_
66+
- 2
6167
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/3045456?v=4' width='36' height='36' alt='@bradthurber'>`
6268
- `@bradthurber <https://github.com/bradthurber>`_
6369
- 1
@@ -103,11 +109,8 @@ This list is sorted by the number of commits per contributor in *descending* ord
103109
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/746812?v=4' width='36' height='36' alt='@moebiuseye'>`
104110
- `@moebiuseye <https://github.com/moebiuseye>`_
105111
- 1
106-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>`
107-
- `@sticky-note <https://github.com/sticky-note>`_
108-
- 1
109112

110113

111114
----
112115

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

docs/CHANGELOG.rst

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

5+
`2.1.0 <https://github.com/saltstack-formulas/letsencrypt-formula/compare/v2.0.0...v2.1.0>`_ (2020-10-26)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **pre-commit:** add to formula [skip ci] (\ `0ca8d4f <https://github.com/saltstack-formulas/letsencrypt-formula/commit/0ca8d4f92f721161a2b0de15e882fbf144e1f017>`_\ )
13+
* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `87e6d43 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/87e6d43da34943ae5435615939417b2c251394a9>`_\ )
14+
* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `30492a3 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/30492a36a285baa428b7a3e894246998a5dce8c2>`_\ )
15+
16+
Features
17+
^^^^^^^^
18+
19+
20+
* **map:** add ``create_init_cert_subcmd`` var (\ `20f9b35 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/20f9b35fda19a7bad7335283fc566836a7631ab1>`_\ )
21+
522
`2.0.0 <https://github.com/saltstack-formulas/letsencrypt-formula/compare/v1.1.0...v2.0.0>`_ (2020-08-26)
623
-------------------------------------------------------------------------------------------------------------
724

0 commit comments

Comments
 (0)