mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
v10.1.2 release (#2156)
* Update VERSION * Update CHANGELOG.md * Update README.md * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
parent
bbd7ff0cd4
commit
4755b16b31
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## `v10.1.2`
|
||||||
|
|
||||||
|
This is bug fix release. It reverts [a regression](https://github.com/docker-mailserver/docker-mailserver/issues/2154) introduced with [#2104](https://github.com/docker-mailserver/docker-mailserver/pull/2104).
|
||||||
|
|
||||||
## `v10.1.1`
|
## `v10.1.1`
|
||||||
|
|
||||||
This release mainly improves on `v10.1.0` with small bugfixes/improvements and dependency updates
|
This release mainly improves on `v10.1.0` with small bugfixes/improvements and dependency updates
|
||||||
|
|
|
@ -89,7 +89,7 @@ and the `setup.sh` **in the correct version**
|
||||||
# if you're using :edge as the image tag
|
# if you're using :edge as the image tag
|
||||||
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/setup.sh
|
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/setup.sh
|
||||||
# if you're using :latest (= :10.1.1) as the image tag
|
# if you're using :latest (= :10.1.1) as the image tag
|
||||||
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v10.1.1/setup.sh
|
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v10.1.2/setup.sh
|
||||||
|
|
||||||
chmod a+x ./setup.sh
|
chmod a+x ./setup.sh
|
||||||
|
|
||||||
|
@ -150,7 +150,7 @@ docker-compose down
|
||||||
docker-compose up -d mailserver
|
docker-compose up -d mailserver
|
||||||
```
|
```
|
||||||
|
|
||||||
You should see the new version number on startup, for example: `[ TASKLOG ] Welcome to docker-mailserver 10.1.1`.
|
You should see the new version number on startup, for example: `[ TASKLOG ] Welcome to docker-mailserver 10.1.2`.
|
||||||
|
|
||||||
You're done! And don't forget to have a look at the remaining functions of the `setup.sh` script with `./setup.sh help`.
|
You're done! And don't forget to have a look at the remaining functions of the `setup.sh` script with `./setup.sh help`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue