Skip to content

Commit c40262b

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.20.2...v1.0.0) (2020-07-23) ### Bug Fixes * **package:** amazonlinux defaults to python2 ([926c779](926c779)) * **server:** change server to ACMEv2 ([1fc79b8](1fc79b8)), closes [#72](#72) ### Documentation * **defaults:** update pillar.example to good-citizen defaults ([b889678](b889678)) ### Features * **config:** add sane defaults ([d9afac9](d9afac9)) * **package:** update default to py3 ([4c93c11](4c93c11)) ### BREAKING CHANGES * **config:** `config` can now be provided as a hash or a string; defaults are modified and, while sane and desirable, do change the behavior of the formula.
1 parent d39113a commit c40262b

File tree

5 files changed

+66
-5
lines changed

5 files changed

+66
-5
lines changed

AUTHORS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
55
Avatar|Contributor|Contributions
66
:-:|---|:-:
77
<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
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)|18
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)|23
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
@@ -24,6 +24,7 @@ Avatar|Contributor|Contributions
2424
<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
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
27+
<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
2728
<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
2829
<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
2930
<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
@@ -35,4 +36,4 @@ Avatar|Contributor|Contributions
3536

3637
---
3738

38-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-07.
39+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-23.

CHANGELOG.md

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

3+
# [1.0.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v0.20.2...v1.0.0) (2020-07-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **package:** amazonlinux defaults to python2 ([926c779](https://github.com/saltstack-formulas/letsencrypt-formula/commit/926c779d477e86ee99eeb435a7bca66b023cf594))
9+
* **server:** change server to ACMEv2 ([1fc79b8](https://github.com/saltstack-formulas/letsencrypt-formula/commit/1fc79b858364d08621dcd2b606e6adf440d0d9f8)), closes [#72](https://github.com/saltstack-formulas/letsencrypt-formula/issues/72)
10+
11+
12+
### Documentation
13+
14+
* **defaults:** update pillar.example to good-citizen defaults ([b889678](https://github.com/saltstack-formulas/letsencrypt-formula/commit/b889678880d89ca629e13551fbd31a5b447b8e16))
15+
16+
17+
### Features
18+
19+
* **config:** add sane defaults ([d9afac9](https://github.com/saltstack-formulas/letsencrypt-formula/commit/d9afac941c17f57b97ca50e70cf78a21e60c39c5))
20+
* **package:** update default to py3 ([4c93c11](https://github.com/saltstack-formulas/letsencrypt-formula/commit/4c93c119d2fd596bfd032598f8f4883ec999b748))
21+
22+
23+
### BREAKING CHANGES
24+
25+
* **config:** `config` can now be provided as a hash or a string; defaults
26+
are modified and, while sane and desirable, do change the behavior of the
27+
formula.
28+
329
## [0.20.2](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v0.20.1...v0.20.2) (2020-07-07)
430

531

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: 0.20.2
4+
version: 1.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
@@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1818
- 44
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-
- 18
21+
- 23
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
@@ -73,6 +73,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
7373
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/350294?v=4' width='36' height='36' alt='@anderbubble'>`
7474
- `@anderbubble <https://github.com/anderbubble>`_
7575
- 1
76+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1683369?v=4' width='36' height='36' alt='@Artanicus'>`
77+
- `@Artanicus <https://github.com/Artanicus>`_
78+
- 1
7679
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/650691?v=4' width='36' height='36' alt='@itbabu'>`
7780
- `@itbabu <https://github.com/itbabu>`_
7881
- 1
@@ -101,4 +104,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
101104

102105
----
103106

104-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-07-07.
107+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-07-23.

docs/CHANGELOG.rst

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

5+
`1.0.0 <https://github.com/saltstack-formulas/letsencrypt-formula/compare/v0.20.2...v1.0.0>`_ (2020-07-23)
6+
--------------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **package:** amazonlinux defaults to python2 (\ `926c779 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/926c779d477e86ee99eeb435a7bca66b023cf594>`_\ )
13+
* **server:** change server to ACMEv2 (\ `1fc79b8 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/1fc79b858364d08621dcd2b606e6adf440d0d9f8>`_\ ), closes `#72 <https://github.com/saltstack-formulas/letsencrypt-formula/issues/72>`_
14+
15+
Documentation
16+
^^^^^^^^^^^^^
17+
18+
19+
* **defaults:** update pillar.example to good-citizen defaults (\ `b889678 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/b889678880d89ca629e13551fbd31a5b447b8e16>`_\ )
20+
21+
Features
22+
^^^^^^^^
23+
24+
25+
* **config:** add sane defaults (\ `d9afac9 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/d9afac941c17f57b97ca50e70cf78a21e60c39c5>`_\ )
26+
* **package:** update default to py3 (\ `4c93c11 <https://github.com/saltstack-formulas/letsencrypt-formula/commit/4c93c119d2fd596bfd032598f8f4883ec999b748>`_\ )
27+
28+
BREAKING CHANGES
29+
^^^^^^^^^^^^^^^^
30+
31+
32+
* **config:** ``config`` can now be provided as a hash or a string; defaults
33+
are modified and, while sane and desirable, do change the behavior of the
34+
formula.
35+
536
`0.20.2 <https://github.com/saltstack-formulas/letsencrypt-formula/compare/v0.20.1...v0.20.2>`_ (2020-07-07)
637
----------------------------------------------------------------------------------------------------------------
738

0 commit comments

Comments
 (0)