Skip to content

Commit d7d5e38

Browse files
Update README
1 parent 3df88aa commit d7d5e38

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ docker build --tag jonasal/nginx-certbot:local .
8989
### ...or get it from Docker Hub
9090
This option is for if you make your own `Dockerfile`.
9191

92-
This image exist on Docker Hub under `jonasal/nginx-certbot`, which means you
93-
can make your own `Dockerfile` for a cleaner folder structure. Just add a
92+
This image exist on Docker Hub under [`jonasal/nginx-certbot`][20], which means
93+
you can make your own `Dockerfile` for a cleaner folder structure. Just add a
9494
command where you copy in your own server configuration files (make sure
9595
that none of your files replace those already present).
9696

@@ -301,6 +301,22 @@ This will request new certificates irregardless of then they are set to expire.
301301

302302
# Changelog
303303

304+
### 1.0.0
305+
- Move over to [semantic versioning][19].
306+
- The version number will now be given like this: `[MAJOR].[MINOR].[PATCH]`
307+
- This is done to signify that I feel like this code is stable, since I have
308+
been running this for quite a while.
309+
- Build from a defined version of Nginx.
310+
- This is done to facilitate a way to lock this container to a more specific
311+
version.
312+
- This also allows us to more often trigger rebuilds of this container on
313+
Dockerhub.
314+
- New tags are available on Dockerhub.
315+
- There will now be tags on the following form:
316+
- latest
317+
- 1.0.0
318+
- 1.0.0-nginx1.19.7
319+
304320
### 0.16
305321
- Container now listens to [`SIGHUP`](#manualforce-renewal) and will reload
306322
all configs if this signal is received.
@@ -454,3 +470,5 @@ This will request new certificates irregardless of then they are set to expire.
454470
[16]: https://github.com/nginxinc/docker-nginx/tree/master/entrypoint
455471
[17]: https://github.com/JonasAlfredsson/docker-nginx-certbot/tree/dev
456472
[18]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/bf2c1354f55adffadc13b1f1792e205f9dd25f86
473+
[19]: https://semver.org/
474+
[20]: https://hub.docker.com/r/jonasal/nginx-certbot/tags?page=1&ordering=last_updated

0 commit comments

Comments
 (0)