Browse code

update deprecation dates

Signed-off-by: Victor Vieux <victorvieux@gmail.com>

Victor Vieux authored on 2017/02/28 10:16:47
Showing 1 changed files
... ...
@@ -25,7 +25,7 @@ see [Feature Deprecation Policy](https://docs.docker.com/engine/#feature-depreca
25 25
 
26 26
 **Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
27 27
 
28
-**Target For Removal In Release: v1.16**
28
+**Target For Removal In Release: v17.12**
29 29
 
30 30
 When inspecting a container, `NetworkSettings` contains top-level information
31 31
 about the default ("bridge") network;
... ...
@@ -43,28 +43,28 @@ information.
43 43
 ## `filter` param for `/images/json` endpoint
44 44
 **Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
45 45
 
46
-**Target For Removal In Release: v1.16**
46
+**Target For Removal In Release: v17.12**
47 47
 
48 48
 The `filter` param to filter the list of image by reference (name or name:tag) is now implemented as a regular filter, named `reference`.
49 49
 
50 50
 ### `repository:shortid` image references
51 51
 **Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
52 52
 
53
-**Target For Removal In Release: v1.16**
53
+**Target For Removal In Release: v17.12**
54 54
 
55 55
 `repository:shortid` syntax for referencing images is very little used, collides with tag references can be confused with digest references.
56 56
 
57 57
 ### `docker daemon` subcommand
58 58
 **Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
59 59
 
60
-**Target For Removal In Release: v1.16**
60
+**Target For Removal In Release: v17.12**
61 61
 
62 62
 The daemon is moved to a separate binary (`dockerd`), and should be used instead.
63 63
 
64 64
 ### Duplicate keys with conflicting values in engine labels
65 65
 **Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
66 66
 
67
-**Target For Removal In Release: v1.16**
67
+**Target For Removal In Release: v17.12**
68 68
 
69 69
 Duplicate keys with conflicting values have been deprecated. A warning is displayed
70 70
 in the output, and an error will be returned in the future.
... ...
@@ -77,7 +77,7 @@ in the output, and an error will be returned in the future.
77 77
 ### API calls without a version
78 78
 **Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
79 79
 
80
-**Target For Removal In Release: v1.16**
80
+**Target For Removal In Release: v17.12**
81 81
 
82 82
 API versions should be supplied to all API calls to ensure compatibility with
83 83
 future Engine versions. Instead of just requesting, for example, the URL
... ...
@@ -86,7 +86,7 @@ future Engine versions. Instead of just requesting, for example, the URL
86 86
 ### Backing filesystem without `d_type` support for overlay/overlay2
87 87
 **Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
88 88
 
89
-**Target For Removal In Release: v1.16**
89
+**Target For Removal In Release: v17.12**
90 90
 
91 91
 The overlay and overlay2 storage driver does not work as expected if the backing
92 92
 filesystem does not support `d_type`. For example, XFS does not support `d_type`
... ...
@@ -106,7 +106,7 @@ The `docker import` command format `file|URL|- [REPOSITORY [TAG]]` is deprecated
106 106
 
107 107
 **Deprecated In Release: [v1.12.0](https://github.com/docker/docker/releases/tag/v1.12.0)**
108 108
 
109
-**Target For Removal In Release: v1.15**
109
+**Target For Removal In Release: v17.09**
110 110
 
111 111
 The shorthand (`-h`) is less common than `--help` on Linux and cannot be used
112 112
 on all subcommands (due to it conflicting with, e.g. `-h` / `--hostname` on
... ...
@@ -116,14 +116,14 @@ on all subcommands (due to it conflicting with, e.g. `-h` / `--hostname` on
116 116
 ### `-e` and `--email` flags on `docker login`
117 117
 **Deprecated In Release: [v1.11.0](https://github.com/docker/docker/releases/tag/v1.11.0)**
118 118
 
119
-**Target For Removal In Release: v1.14**
119
+**Target For Removal In Release: v17.06**
120 120
 
121 121
 The docker login command is removing the ability to automatically register for an account with the target registry if the given username doesn't exist. Due to this change, the email flag is no longer required, and will be deprecated.
122 122
 
123 123
 ### Separator (`:`) of `--security-opt` flag on `docker run`
124 124
 **Deprecated In Release: [v1.11.0](https://github.com/docker/docker/releases/tag/v1.11.0)**
125 125
 
126
-**Target For Removal In Release: v1.14**
126
+**Target For Removal In Release: v17.06**
127 127
 
128 128
 The flag `--security-opt` doesn't use the colon separator(`:`) anymore to divide keys and values, it uses the equal symbol(`=`) for consistency with other similar flags, like `--storage-opt`.
129 129
 
... ...
@@ -169,7 +169,7 @@ Use `docker ps --filter=before=...` and `docker ps --filter=since=...` instead.
169 169
 
170 170
 **Deprecated in Release: [v1.12.0](https://github.com/docker/docker/releases/tag/v1.12.0)**
171 171
 
172
-**Target For Removal In Release: v1.15**
172
+**Target For Removal In Release: v17.09**
173 173
 
174 174
 The `docker search --automated` and `docker search --stars` options are deprecated.
175 175
 Use `docker search --filter=is-automated=...` and `docker search --filter=stars=...` instead.
... ...
@@ -266,9 +266,9 @@ of the `--changes` flag that allows to pass `Dockerfile` commands.
266 266
 
267 267
 ### Interacting with V1 registries
268 268
 
269
-**Disabled By Default In Release: v1.14**
269
+**Disabled By Default In Release: v17.04**
270 270
 
271
-**Target For Removal In Release: v1.17**
271
+**Target For Removal In Release: v17.10**
272 272
 
273 273
 Version 1.9 adds a flag (`--disable-legacy-registry=false`) which prevents the
274 274
 docker daemon from `pull`, `push`, and `login` operations against v1