|
16 | 16 | possible combinations.
|
17 | 17 | - NOTE: There exists a bug in Bash 5.1.0, which is described in detail
|
18 | 18 | [here][15].
|
| 19 | + - Suggested by [@tudddorrr][24]. |
19 | 20 | - Small fix to the `create_dhparams.sh` script to handle the use of libressl
|
20 | 21 | in Alpine.
|
21 | 22 | - Added a small sleep in order to mitigate a rare race condition between Nginx
|
|
31 | 32 | to build anything.
|
32 | 33 | - Still compatible with [the old way][build-it-yourself], but I still think
|
33 | 34 | it's a "major" change.
|
| 35 | + - Suggested by [@MauriceNino][23]. |
34 | 36 | - Examples are updated to reflect changes.
|
35 | 37 | - Add more logging.
|
36 | 38 | - Add more `"` around variables for extra safety.
|
|
40 | 42 |
|
41 | 43 | ### 1.3.0
|
42 | 44 | - 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]. |
44 | 47 | - Add a debug mode which is enabled by setting the environment variable
|
45 | 48 | `DEBUG=1`.
|
46 | 49 |
|
47 | 50 | ### 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]. |
50 | 55 | - Added [GitHub Actions/Workflows][workflows] so that each [tag][2]
|
51 | 56 | now is built for multiple arches ([issue #28][3]).
|
52 | 57 |
|
53 | 58 | ### 1.1.0
|
54 | 59 | - Fix that scripts inside [`/docker-entrypoint.d/`][4] were never run
|
55 | 60 | ([issue #21][5]).
|
| 61 | + - Found while helping [@isomerpages][21] move from @staticfloats image. |
56 | 62 | - 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]. |
58 | 65 |
|
59 | 66 | ### 1.0.0
|
60 | 67 | - Move over to [semantic versioning][7].
|
|
79 | 86 | - Made Docker image slightly smaller by including `--no-install-recommends`.
|
80 | 87 | - There is now also a [`dev` branch][9]/tag if you are brave and want to run
|
81 | 88 | 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). |
84 | 91 |
|
85 | 92 | ### 0.15
|
86 | 93 | - It is now possible to [manually trigger][manualforce-renewal] a renewal of
|
|
147 | 154 |
|
148 | 155 | ### 0.10
|
149 | 156 | - Update to new ACME v2 servers.
|
| 157 | + - PR by [@seaneshbaugh][18]. |
150 | 158 |
|
151 | 159 | ### 0.9
|
152 | 160 | - I am now confident enough to remove the version suffixes.
|
|
229 | 237 | [15]: https://github.com/JonasAlfredsson/bash_fail-to-wait
|
230 | 238 | [16]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/7c5e2108c89c9da5effda1c499fff6ff84f8b1d3
|
231 | 239 | [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