Signed-off-by: Victor Vieux <victorvieux@gmail.com>
| ... | ... |
@@ -5,7 +5,13 @@ information on the list of deprecated flags and APIs please have a look at |
| 5 | 5 |
https://docs.docker.com/engine/deprecated/ where target removal dates can also |
| 6 | 6 |
be found. |
| 7 | 7 |
|
| 8 |
-## 1.13.1 (2017-02-06) |
|
| 8 |
+## 1.13.1 (2017-02-08) |
|
| 9 |
+ |
|
| 10 |
+**IMPORTANT**: On Linux distributions where `devicemapper` was the default storage driver, |
|
| 11 |
+the `overlay2`, or `overlay` is now used by default (if the kernel supports it). |
|
| 12 |
+To use devicemapper, you can manually configure the storage driver to use through |
|
| 13 |
+the `--storage-driver` daemon option, or by setting "storage-driver" in the `daemon.json` |
|
| 14 |
+configuration file. |
|
| 9 | 15 |
|
| 10 | 16 |
**IMPORTANT**: In Docker 1.13, the managed plugin api changed, as compared to the experimental |
| 11 | 17 |
version introduced in Docker 1.12. You must **uninstall** plugins which you installed with Docker 1.12 |
| ... | ... |
@@ -28,7 +34,7 @@ To manually remove all plugins and resolve this problem, take the following step |
| 28 | 28 |
* Do not require a custom build of tini [#28454](https://github.com/docker/docker/pull/28454) |
| 29 | 29 |
* Upgrade to Go 1.7.5 [#30489](https://github.com/docker/docker/pull/30489) |
| 30 | 30 |
|
| 31 |
-### Remote API (v1.25) & Client |
|
| 31 |
+### Remote API (v1.26) & Client |
|
| 32 | 32 |
|
| 33 | 33 |
+ Support secrets in docker stack deploy with compose file [#30144](https://github.com/docker/docker/pull/30144) |
| 34 | 34 |
|
| ... | ... |
@@ -41,7 +47,7 @@ To manually remove all plugins and resolve this problem, take the following step |
| 41 | 41 |
|
| 42 | 42 |
### Plugins |
| 43 | 43 |
|
| 44 |
-* Fix network plugins [#30332](https://github.com/docker/docker/pull/30332) |
|
| 44 |
+* Support global scoped network plugins (v2) in swarm mode [#30332](https://github.com/docker/docker/pull/30332) |
|
| 45 | 45 |
+ Add `docker plugin upgrade` [#29414](https://github.com/docker/docker/pull/29414) |
| 46 | 46 |
|
| 47 | 47 |
### Windows |
| ... | ... |
@@ -51,6 +57,12 @@ To manually remove all plugins and resolve this problem, take the following step |
| 51 | 51 |
|
| 52 | 52 |
## 1.13.0 (2017-01-18) |
| 53 | 53 |
|
| 54 |
+**IMPORTANT**: On Linux distributions where `devicemapper` was the default storage driver, |
|
| 55 |
+the `overlay2`, or `overlay` is now used by default (if the kernel supports it). |
|
| 56 |
+To use devicemapper, you can manually configure the storage driver to use through |
|
| 57 |
+the `--storage-driver` daemon option, or by setting "storage-driver" in the `daemon.json` |
|
| 58 |
+configuration file. |
|
| 59 |
+ |
|
| 54 | 60 |
**IMPORTANT**: In Docker 1.13, the managed plugin api changed, as compared to the experimental |
| 55 | 61 |
version introduced in Docker 1.12. You must **uninstall** plugins which you installed with Docker 1.12 |
| 56 | 62 |
_before_ upgrading to Docker 1.13. You can uninstall plugins using the `docker plugin rm` command. |