Skip to content

Commit 75b7466

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.1.1...v3.0.0) (2021-07-02) ### Bug Fixes * **defaults:** install `certbot` with no plugins ([70dafdd](70dafdd)) ### Continuous Integration * **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([f937dca](f937dca)) ### BREAKING CHANGES * **defaults:** The formula was installing the Apache plugin by default which is not reasonable. Also, as `letsencrypt:pkgs` is a list, _adding_ another entry in the list was not replacing this default, causing undesired packages to be installed. The new default is an empty list of packages, defaulting to `certbot` in the code.
1 parent af70d0f commit 75b7466

File tree

5 files changed

+57
-7
lines changed

5 files changed

+57
-7
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 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)|68
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)|26
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)|30
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
@@ -41,4 +41,4 @@ Avatar|Contributor|Contributions
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-06-23.
44+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-02.

CHANGELOG.md

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

3+
# [3.0.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v2.1.1...v3.0.0) (2021-07-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **defaults:** install `certbot` with no plugins ([70dafdd](https://github.com/saltstack-formulas/letsencrypt-formula/commit/70dafdd9456e27d224c94a2bcccc916fedd16bd4))
9+
10+
11+
### Continuous Integration
12+
13+
* **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([f937dca](https://github.com/saltstack-formulas/letsencrypt-formula/commit/f937dca2ff16eff5fc4f855ae2d550ef15eefa34))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **defaults:** The formula was installing the Apache plugin by default
19+
which is not reasonable. Also, as `letsencrypt:pkgs` is a list,
20+
_adding_ another entry in the list was not replacing this default, causing
21+
undesired packages to be installed.
22+
23+
The new default is an empty list of packages, defaulting to `certbot` in
24+
the code.
25+
326
## [2.1.1](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v2.1.0...v2.1.1) (2021-06-23)
427

528

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

docs/AUTHORS.rst

Lines changed: 3 additions & 3 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-
- 68
18+
- 70
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-
- 26
21+
- 30
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
@@ -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-06-23.
122+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-07-02.

docs/CHANGELOG.rst

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

5+
`3.0.0 <https://github.com/saltstack-formulas/letsencrypt-formula/compare/v2.1.1...v3.0.0>`_ (2021-07-02)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **defaults:** install ``certbot`` with no plugins (\ `70dafdd <https://github.com/saltstack-formulas/letsencrypt-formula/commit/70dafdd9456e27d224c94a2bcccc916fedd16bd4>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **3003.1:** update inc. AlmaLinux, Rocky & ``rst-lint`` [skip ci] (\ `f937dca <https://github.com/saltstack-formulas/letsencrypt-formula/commit/f937dca2ff16eff5fc4f855ae2d550ef15eefa34>`_\ )
19+
20+
BREAKING CHANGES
21+
^^^^^^^^^^^^^^^^
22+
23+
24+
* **defaults:** The formula was installing the Apache plugin by default
25+
which is not reasonable. Also, as ``letsencrypt:pkgs`` is a list,
26+
*adding* another entry in the list was not replacing this default, causing
27+
undesired packages to be installed.
28+
29+
The new default is an empty list of packages, defaulting to ``certbot`` in
30+
the code.
31+
532
`2.1.1 <https://github.com/saltstack-formulas/letsencrypt-formula/compare/v2.1.0...v2.1.1>`_ (2021-06-23)
633
-------------------------------------------------------------------------------------------------------------
734

0 commit comments

Comments
 (0)