Skip to content

Commit c641492

Browse files
Update changelog for v3.1.0
1 parent 95907ee commit c641492

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,6 @@ repository:
164164
docker run -it --rm -v "$(pwd):/workdir" ffurrer/bats:latest ./tests
165165
```
166166

167-
> NOTE: This image used here is based on `alpine` which makes use of busybox
168-
`sort` instead of the coreutils one, and the default sorting order
169-
handles `*` differently, so the tests might thus fail if run on
170-
something else.
171-
172167

173168

174169
# More Resources

docs/changelog.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 3.1.0
4+
- Replace `sort -u` with `awk '!a[$0]++'` to keep distinct order of the domain names.
5+
- PR by [@dtcooper][35].
6+
37
### 3.0.1
48
- Actually use ECDSA certificates by default.
59
- Eagerness to deploy latest version this update was forgotten.
@@ -8,19 +12,19 @@
812
- Add support for DNS-01 challenges.
913
- Check out the list of all currently [supported authenticators](./certbot_authenticators.md).
1014
- This also means it is now possible to request wildcard certificates!
11-
- PR by [XaF][32].
15+
- PR by [@XaF][32].
1216
- Make it possible to define which authenticator to use on a certificate basis.
1317
- Like with [ECDSA/RSA](./advanced_usage.md#multi-certificate-setup), you can
1418
[add the authenicator's name](./certbot_authenticators.md#using-a-dns-01-authenticator-for-specific-certificates-only)
1519
in the `cert_name` to override the default.
16-
- PR by [XaF][32].
20+
- PR by [@XaF][32].
1721
- Make it possible to use same `cert_name` across multiple config files.
1822
- The scripts will remember all domain names associated with the cert name.
1923
- This means you can now use as many config files as you want and have them all point to a single certificate.
2024
- Add [BATS][34].
2125
- A lot unit tests for the Bash functions we use in the [`util.sh`](../src/scripts/util.sh) file.
2226
- Also add it as a [GitHub action](../.github/workflows/unit_tests.yml).
23-
- A huge thank you to [XaF][33] for providing the foundation for this.
27+
- A huge thank you to [@XaF][33] for providing the foundation for this.
2428
- Add ability to override found `server_name`.
2529
- By adding a comment on the `server_name` line the script will now use [that instead](./advanced_usage.md#override-server_name).
2630
- This enables you to easily group domains under a common wildcard certificate ([example config](../examples/example_server_overrides.conf)).
@@ -321,3 +325,4 @@
321325
[32]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/ffad612ed5555915c37caa2f4d793c26b3809179
322326
[33]: https://github.com/XaF
323327
[34]: https://github.com/bats-core/bats-core
328+
[35]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/112

docs/dockerhub_tags.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ are updated.
1717

1818
| Major | Minor | Patch | Nginx |
1919
| ----: | ----: | ----: | :----------------- |
20-
| 3 | 3.0 | 3.0.1 | 3.0.1-nginx1.21.6 |
20+
| 3 | 3.1 | 3.1.0 | 3.1.0-nginx1.21.6 |
21+
| | 3.0 | 3.0.1 | 3.0.1-nginx1.21.6 |
2122
| | | | 3.0.1-nginx1.21.5 |
2223
| | | | 3.0.1-nginx1.21.4 |
2324
| | | | 3.0.1-nginx1.21.3 |

0 commit comments

Comments
 (0)