Skip to content

Commit 2b970e1

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.0...v3.2.0) (2021-11-18) ### Code Refactoring * **install:** adapt virtualenv package to OS ([5b92061](5b92061)) * **install:** change use_package to install_method ([852f110](852f110)) ### Continuous Integration * **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([ab94eb5](ab94eb5)) * **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([65772ab](65772ab)) * **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([5aac5bd](5aac5bd)) * **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([68d6aab](68d6aab)) * add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([46b391d](46b391d)) * standardise structure [skip ci] ([650f5e4](650f5e4)) ### Documentation * **readme:** document pip installation method ([288140f](288140f)) ### Features * install certbot with pip ([756a272](756a272)) * **pip:** allow plugin installation ([ea3b3e0](ea3b3e0))
1 parent 9f60703 commit 2b970e1

File tree

5 files changed

+73
-10
lines changed

5 files changed

+73
-10
lines changed

AUTHORS.md

Lines changed: 4 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://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|70
8-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|33
7+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|93
8+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|35
99
<img class='float-left rounded-1' src='https://avatars.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://avatars.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://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|11
@@ -36,9 +36,9 @@ Avatar|Contributor|Contributions
3636
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/11527999?v=4' width='36' height='36' alt='@kislik'>|[@kislik](https://github.com/kislik)|1
3737
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|1
3838
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/189750?v=4' width='36' height='36' alt='@waynew'>|[@waynew](https://github.com/waynew)|1
39-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|1
39+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen'>|[@babilen](https://github.com/babilen)|1
4040
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/746812?v=4' width='36' height='36' alt='@moebiuseye'>|[@moebiuseye](https://github.com/moebiuseye)|1
4141

4242
---
4343

44-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-02.
44+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-11-18.

CHANGELOG.md

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

3+
# [3.2.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v3.1.0...v3.2.0) (2021-11-18)
4+
5+
6+
### Code Refactoring
7+
8+
* **install:** adapt virtualenv package to OS ([5b92061](https://github.com/saltstack-formulas/letsencrypt-formula/commit/5b920617e89c382059be16c4367a2e15361101ef))
9+
* **install:** change use_package to install_method ([852f110](https://github.com/saltstack-formulas/letsencrypt-formula/commit/852f110df1e72126f517eab48f7475c828025cf5))
10+
11+
12+
### Continuous Integration
13+
14+
* **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([ab94eb5](https://github.com/saltstack-formulas/letsencrypt-formula/commit/ab94eb5d2e8793ed7b2c406cc38aa7b1aa29e6b7))
15+
* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([65772ab](https://github.com/saltstack-formulas/letsencrypt-formula/commit/65772abcea0c1ade2fdb54449c5810aa4370b421))
16+
* **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([5aac5bd](https://github.com/saltstack-formulas/letsencrypt-formula/commit/5aac5bd8202adf3a35c5c76aa0b96f4a03dbd9ce))
17+
* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([68d6aab](https://github.com/saltstack-formulas/letsencrypt-formula/commit/68d6aab249e87efa1a478b0a919b6b77a090ffd4))
18+
* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([46b391d](https://github.com/saltstack-formulas/letsencrypt-formula/commit/46b391d9e161a43efe3a658fbad6a70b53bb250a))
19+
* standardise structure [skip ci] ([650f5e4](https://github.com/saltstack-formulas/letsencrypt-formula/commit/650f5e43a40b8d5328a8abecc6d7ecea29cf2592))
20+
21+
22+
### Documentation
23+
24+
* **readme:** document pip installation method ([288140f](https://github.com/saltstack-formulas/letsencrypt-formula/commit/288140f9c8b17f169fd788dc0aee9964d5b30328))
25+
26+
27+
### Features
28+
29+
* install certbot with pip ([756a272](https://github.com/saltstack-formulas/letsencrypt-formula/commit/756a2722e05dfabc8ad67e502aeef76d0b950018))
30+
* **pip:** allow plugin installation ([ea3b3e0](https://github.com/saltstack-formulas/letsencrypt-formula/commit/ea3b3e04fe5ba3942448839461571e5b202a438a))
31+
332
# [3.1.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v3.0.0...v3.1.0) (2021-07-02)
433

534

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

docs/AUTHORS.rst

Lines changed: 5 additions & 5 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://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 70
18+
- 93
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
2020
- `@javierbertoli <https://github.com/javierbertoli>`_
21-
- 33
21+
- 35
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1011603?v=4' width='36' height='36' alt='@martinhoefling'>`
2323
- `@martinhoefling <https://github.com/martinhoefling>`_
2424
- 16
@@ -109,8 +109,8 @@ This list is sorted by the number of commits per contributor in *descending* ord
109109
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/189750?v=4' width='36' height='36' alt='@waynew'>`
110110
- `@waynew <https://github.com/waynew>`_
111111
- 1
112-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>`
113-
- `@babilen5 <https://github.com/babilen5>`_
112+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen'>`
113+
- `@babilen <https://github.com/babilen>`_
114114
- 1
115115
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/746812?v=4' width='36' height='36' alt='@moebiuseye'>`
116116
- `@moebiuseye <https://github.com/moebiuseye>`_
@@ -119,4 +119,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
119119

120120
----
121121

122-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-07-02.
122+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-11-18.

docs/CHANGELOG.rst

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

5+
`3.2.0 <https://github.com/saltstack-formulas/letsencrypt-formula/compare/v3.1.0...v3.2.0>`_ (2021-11-18)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Code Refactoring
9+
^^^^^^^^^^^^^^^^
10+
11+
12+
* **install:** adapt virtualenv package to OS (\ `5b92061 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/5b920617e89c382059be16c4367a2e15361101ef>`_\ )
13+
* **install:** change use_package to install_method (\ `852f110 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/852f110df1e72126f517eab48f7475c828025cf5>`_\ )
14+
15+
Continuous Integration
16+
^^^^^^^^^^^^^^^^^^^^^^
17+
18+
19+
* **gemfile+lock:** use ``ssf`` customised ``inspec`` repo [skip ci] (\ `ab94eb5 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/ab94eb5d2e8793ed7b2c406cc38aa7b1aa29e6b7>`_\ )
20+
* **kitchen:** move ``provisioner`` block & update ``run_command`` [skip ci] (\ `65772ab <https://github.com/saltstack-formulas/letsencrypt-formula/commit/65772abcea0c1ade2fdb54449c5810aa4370b421>`_\ )
21+
* **kitchen+ci:** update with latest ``3003.2`` pre-salted images [skip ci] (\ `5aac5bd <https://github.com/saltstack-formulas/letsencrypt-formula/commit/5aac5bd8202adf3a35c5c76aa0b96f4a03dbd9ce>`_\ )
22+
* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] (\ `68d6aab <https://github.com/saltstack-formulas/letsencrypt-formula/commit/68d6aab249e87efa1a478b0a919b6b77a090ffd4>`_\ )
23+
* add Debian 11 Bullseye & update ``yamllint`` configuration [skip ci] (\ `46b391d <https://github.com/saltstack-formulas/letsencrypt-formula/commit/46b391d9e161a43efe3a658fbad6a70b53bb250a>`_\ )
24+
* standardise structure [skip ci] (\ `650f5e4 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/650f5e43a40b8d5328a8abecc6d7ecea29cf2592>`_\ )
25+
26+
Documentation
27+
^^^^^^^^^^^^^
28+
29+
30+
* **readme:** document pip installation method (\ `288140f <https://github.com/saltstack-formulas/letsencrypt-formula/commit/288140f9c8b17f169fd788dc0aee9964d5b30328>`_\ )
31+
32+
Features
33+
^^^^^^^^
34+
35+
36+
* install certbot with pip (\ `756a272 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/756a2722e05dfabc8ad67e502aeef76d0b950018>`_\ )
37+
* **pip:** allow plugin installation (\ `ea3b3e0 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/ea3b3e04fe5ba3942448839461571e5b202a438a>`_\ )
38+
539
`3.1.0 <https://github.com/saltstack-formulas/letsencrypt-formula/compare/v3.0.0...v3.1.0>`_ (2021-07-02)
640
-------------------------------------------------------------------------------------------------------------
741

0 commit comments

Comments
 (0)