Skip to content

Commit 98ee4d1

Browse files
Update changelog with credit to helpers
1 parent a7c195a commit 98ee4d1

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

docs/changelog.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
possible combinations.
1717
- NOTE: There exists a bug in Bash 5.1.0, which is described in detail
1818
[here][15].
19+
- Suggested by [@tudddorrr][24].
1920
- Small fix to the `create_dhparams.sh` script to handle the use of libressl
2021
in Alpine.
2122
- Added a small sleep in order to mitigate a rare race condition between Nginx
@@ -31,6 +32,7 @@
3132
to build anything.
3233
- Still compatible with [the old way][build-it-yourself], but I still think
3334
it's a "major" change.
35+
- Suggested by [@MauriceNino][23].
3436
- Examples are updated to reflect changes.
3537
- Add more logging.
3638
- Add more `"` around variables for extra safety.
@@ -40,21 +42,26 @@
4042

4143
### 1.3.0
4244
- Ignore values starting with `data:` and `engine:` when verifying that all
43-
files exists ([pull request 32][1]).
45+
files exists.
46+
- PR by [@bblanchon][1].
4447
- Add a debug mode which is enabled by setting the environment variable
4548
`DEBUG=1`.
4649

4750
### 1.2.0
48-
- Fix dependencies so that it is possible to build in 32-bit ARM architectures
49-
([issue #24][11]).
51+
- Fix dependencies so that it is possible to build in 32-bit ARM architectures.
52+
- Reported by [RtKelleher][11].
53+
- Added [Dependabot][20] to monitor and update the Dockerfiles.
54+
- PR by [@odin568][19].
5055
- Added [GitHub Actions/Workflows][workflows] so that each [tag][2]
5156
now is built for multiple arches ([issue #28][3]).
5257

5358
### 1.1.0
5459
- Fix that scripts inside [`/docker-entrypoint.d/`][4] were never run
5560
([issue #21][5]).
61+
- Found while helping [@isomerpages][21] move from @staticfloats image.
5662
- Fix for issue where the script failed in case the `/etc/letsencrypt/dhparams`
57-
folder was missing ([issue #20][6]).
63+
folder was missing.
64+
- Reported by [@pmkyl][6].
5865

5966
### 1.0.0
6067
- Move over to [semantic versioning][7].
@@ -79,8 +86,8 @@
7986
- Made Docker image slightly smaller by including `--no-install-recommends`.
8087
- There is now also a [`dev` branch][9]/tag if you are brave and want to run
8188
experimental builds.
82-
- JonasAlfredsson/docker-nginx-certbot is now its own independent repository
83-
(i.e. no longer just a fork).
89+
- [JonasAlfredsson/docker-nginx-certbot][22] is now its own independent
90+
repository (i.e. no longer just a fork).
8491

8592
### 0.15
8693
- It is now possible to [manually trigger][manualforce-renewal] a renewal of
@@ -147,6 +154,7 @@
147154

148155
### 0.10
149156
- Update to new ACME v2 servers.
157+
- PR by [@seaneshbaugh][18].
150158

151159
### 0.9
152160
- I am now confident enough to remove the version suffixes.
@@ -229,3 +237,10 @@
229237
[15]: https://github.com/JonasAlfredsson/bash_fail-to-wait
230238
[16]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/7c5e2108c89c9da5effda1c499fff6ff84f8b1d3
231239
[17]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/9dfa927cda7244768445067993dc42e23b4e78da
240+
[18]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/11
241+
[19]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/22
242+
[20]: https://dependabot.com/
243+
[21]: https://github.com/isomerpages/isomer-redirection/pull/143
244+
[22]: https://github.com/JonasAlfredsson/docker-nginx-certbot
245+
[23]: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/33
246+
[24]: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/35

0 commit comments

Comments
 (0)