Signed-off-by: allencloud <allen.sun@daocloud.io>
| ... | ... |
@@ -27,6 +27,7 @@ keywords: "API, Docker, rcli, REST, documentation" |
| 27 | 27 |
enabled. |
| 28 | 28 |
* `GET /images/(name)/get` now includes an `ImageMetadata` field which contains image metadata that is local to the engine and not part of the image config. |
| 29 | 29 |
* `POST /services/create` now accepts a `PluginSpec` when `TaskTemplate.Runtime` is set to `plugin` |
| 30 |
+* `GET /events` now supports config events `create`, `update` and `remove` that are emitted when users create, update or remove a config |
|
| 30 | 31 |
|
| 31 | 32 |
## v1.30 API changes |
| 32 | 33 |
|