You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generate and rotate to a new CA certificate/key pair.
30
30
*`POST /service/create` and `POST /services/(id or name)/update` now take the field `Platforms` as part of the service `Placement`, allowing to specify platforms supported by the service.
31
31
*`POST /containers/(name)/wait` now accepts a `condition` query parameter to indicate which state change condition to wait for. Also, response headers are now returned immediately to acknowledge that the server has registered a wait callback for the client.
32
+
*`DELETE /secrets/(name)` now returns status code 404 instead of 500 when the secret does not exist.
33
+
*`POST /secrets/create` now returns status code 409 instead of 500 when creating an already existing secret.
34
+
*`POST /secrets/(name)/update` now returns status code 400 instead of 500 when updating a secret's content which is not the labels.
35
+
*`POST /nodes/(name)/update` now returns status code 400 instead of 500 when demoting last node fails.
0 commit comments