summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2016-07-27 11:24:16 +0200
committerSven Dowideit <SvenDowideit@home.org.au>2016-07-27 21:46:51 +1000
commit2e8165d503e11cf4cb0a95321901ab31c01ee5eb (patch)
tree28b4f048c31a27df85e3d0459b8b88df66149974
parent1717c76ff2a3a27f50c2b199e5ae0c0c16f6316f (diff)
downloaddocker-2e8165d503e11cf4cb0a95321901ab31c01ee5eb.tar.gz
Remove release-candidate advisories
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 053ac127ab0f784bebeda38f29f2d7615d2ffcb8) Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> Conflicts: docs/reference/api/docker_remote_api_v1.25.md docs/reference/commandline/service_create.md
-rw-r--r--docs/reference/api/docker_remote_api_v1.24.md26
-rw-r--r--docs/reference/commandline/service_create.md1
-rw-r--r--docs/reference/commandline/swarm_join_token.md1
-rw-r--r--docs/swarm/admin_guide.md1
-rw-r--r--docs/swarm/how-swarm-mode-works/menu.md1
-rw-r--r--docs/swarm/how-swarm-mode-works/nodes.md1
-rw-r--r--docs/swarm/how-swarm-mode-works/services.md1
-rw-r--r--docs/swarm/index.md1
-rw-r--r--docs/swarm/join-nodes.md1
-rw-r--r--docs/swarm/key-concepts.md1
-rw-r--r--docs/swarm/menu.md3
-rw-r--r--docs/swarm/raft.md1
-rw-r--r--docs/swarm/swarm-mode.md1
-rw-r--r--docs/swarm/swarm-tutorial/add-nodes.md1
-rw-r--r--docs/swarm/swarm-tutorial/create-swarm.md1
-rw-r--r--docs/swarm/swarm-tutorial/delete-service.md1
-rw-r--r--docs/swarm/swarm-tutorial/deploy-service.md1
-rw-r--r--docs/swarm/swarm-tutorial/drain-node.md1
-rw-r--r--docs/swarm/swarm-tutorial/index.md1
-rw-r--r--docs/swarm/swarm-tutorial/inspect-service.md1
-rw-r--r--docs/swarm/swarm-tutorial/menu.md1
-rw-r--r--docs/swarm/swarm-tutorial/rolling-update.md1
-rw-r--r--docs/swarm/swarm-tutorial/scale-service.md1
23 files changed, 1 insertions, 49 deletions
diff --git a/docs/reference/api/docker_remote_api_v1.24.md b/docs/reference/api/docker_remote_api_v1.24.md
index 090e8ccea2..60c506af60 100644
--- a/docs/reference/api/docker_remote_api_v1.24.md
+++ b/docs/reference/api/docker_remote_api_v1.24.md
@@ -3327,8 +3327,6 @@ Instruct the driver to remove the network (`id`).
### List nodes
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`GET /nodes`
@@ -3457,8 +3455,6 @@ List nodes
### Inspect a node
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`GET /nodes/<id>`
@@ -3579,8 +3575,6 @@ Return low-level information on the node `id`
### Initialize a new Swarm
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`POST /swarm/init`
@@ -3653,8 +3647,6 @@ JSON Parameters:
### Join an existing Swarm
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`POST /swarm/join`
@@ -3698,8 +3690,6 @@ JSON Parameters:
### Leave a Swarm
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`POST /swarm/leave`
@@ -3722,8 +3712,6 @@ Leave a Swarm
### Update a Swarm
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`POST /swarm/update`
@@ -3809,8 +3797,6 @@ JSON Parameters:
### List services
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`GET /services`
@@ -3904,8 +3890,6 @@ List services
### Create a service
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`POST /services/create`
@@ -4070,8 +4054,6 @@ JSON Parameters:
### Remove a service
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`DELETE /services/(id or name)`
@@ -4093,8 +4075,6 @@ Stop and remove the service `id`
### Inspect one or more services
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`GET /services/(id or name)`
@@ -4173,8 +4153,6 @@ Return information on the service `id`.
### Update a service
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`POST /services/(id or name)/update`
@@ -4303,8 +4281,6 @@ Update the service `id`.
### List tasks
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`GET /tasks`
@@ -4536,8 +4512,6 @@ List tasks
### Inspect a task
-**Warning**: this endpoint is part of the Swarm management feature introduced in Docker 1.12, and
-might be subject to non backward-compatible changes.
`GET /tasks/(task id)`
diff --git a/docs/reference/commandline/service_create.md b/docs/reference/commandline/service_create.md
index 016c58d12e..cdc68b5146 100644
--- a/docs/reference/commandline/service_create.md
+++ b/docs/reference/commandline/service_create.md
@@ -3,7 +3,6 @@
title = "service create"
description = "The service create command description and usage"
keywords = ["service, create"]
-
[menu.main]
parent = "smn_cli"
+++
diff --git a/docs/reference/commandline/swarm_join_token.md b/docs/reference/commandline/swarm_join_token.md
index 1355f70ba1..07943266a1 100644
--- a/docs/reference/commandline/swarm_join_token.md
+++ b/docs/reference/commandline/swarm_join_token.md
@@ -3,7 +3,6 @@
title = "swarm join-token"
description = "The swarm join-token command description and usage"
keywords = ["swarm, join-token"]
-advisory = "rc"
[menu.main]
parent = "smn_cli"
+++
diff --git a/docs/swarm/admin_guide.md b/docs/swarm/admin_guide.md
index e47510e134..a014a717f4 100644
--- a/docs/swarm/admin_guide.md
+++ b/docs/swarm/admin_guide.md
@@ -6,7 +6,6 @@ aliases = [
title = "Swarm administration guide"
description = "Manager administration guide"
keywords = ["docker, container, cluster, swarm, manager, raft"]
-advisory = "rc"
[menu.main]
identifier="manager_admin_guide"
parent="engine_swarm"
diff --git a/docs/swarm/how-swarm-mode-works/menu.md b/docs/swarm/how-swarm-mode-works/menu.md
index 6f2706dcdb..797a0f71fa 100644
--- a/docs/swarm/how-swarm-mode-works/menu.md
+++ b/docs/swarm/how-swarm-mode-works/menu.md
@@ -3,7 +3,6 @@
title = "How swarm mode works"
description = "How the components of swarm mode work"
keywords = ["cluster, swarm"]
-advisory = "rc"
[menu.main]
identifier="how-swarm-works"
parent="engine_swarm"
diff --git a/docs/swarm/how-swarm-mode-works/nodes.md b/docs/swarm/how-swarm-mode-works/nodes.md
index 81e79b5372..933d2c3bf4 100644
--- a/docs/swarm/how-swarm-mode-works/nodes.md
+++ b/docs/swarm/how-swarm-mode-works/nodes.md
@@ -6,7 +6,6 @@ aliases = [
title = "How nodes work"
description = "How swarm nodes work"
keywords = ["docker, container, cluster, swarm mode, node"]
-advisory = "rc"
[menu.main]
identifier="how-nodes-work"
parent="how-swarm-works"
diff --git a/docs/swarm/how-swarm-mode-works/services.md b/docs/swarm/how-swarm-mode-works/services.md
index c47c0b7cc7..3e709b81a3 100644
--- a/docs/swarm/how-swarm-mode-works/services.md
+++ b/docs/swarm/how-swarm-mode-works/services.md
@@ -3,7 +3,6 @@
title = "How services work"
description = "How swarm mode services work"
keywords = ["docker, container, cluster, swarm mode, node"]
-advisory = "rc"
[menu.main]
identifier="how-services-work"
parent="how-swarm-works"
diff --git a/docs/swarm/index.md b/docs/swarm/index.md
index 7f759e479d..03d6d1480e 100644
--- a/docs/swarm/index.md
+++ b/docs/swarm/index.md
@@ -3,7 +3,6 @@
title = "Swarm mode overview"
description = "Docker Engine swarm mode overview"
keywords = ["docker, container, cluster, swarm"]
-advisory = "rc"
[menu.main]
identifier="swarm_overview"
parent="engine_swarm"
diff --git a/docs/swarm/join-nodes.md b/docs/swarm/join-nodes.md
index 1e10baf835..9f64a0d499 100644
--- a/docs/swarm/join-nodes.md
+++ b/docs/swarm/join-nodes.md
@@ -3,7 +3,6 @@
title = "Join nodes to a swarm"
description = "Add worker and manager nodes to a swarm"
keywords = ["guide, swarm mode, node"]
-advisory = "rc"
[menu.main]
identifier="join-nodes-guide"
parent="engine_swarm"
diff --git a/docs/swarm/key-concepts.md b/docs/swarm/key-concepts.md
index 4487d33d62..37e534f9ac 100644
--- a/docs/swarm/key-concepts.md
+++ b/docs/swarm/key-concepts.md
@@ -3,7 +3,6 @@
title = "Swarm mode key concepts"
description = "Introducing key concepts for Docker Engine swarm mode"
keywords = ["docker, container, cluster, swarm mode"]
-advisory = "rc"
[menu.main]
identifier="swarm-mode-concepts"
parent="engine_swarm"
diff --git a/docs/swarm/menu.md b/docs/swarm/menu.md
index d07edd97b9..369877a321 100644
--- a/docs/swarm/menu.md
+++ b/docs/swarm/menu.md
@@ -1,9 +1,8 @@
<!--[metadata]>
+++
-title = "Manage a swarm (1.12 RC)"
+title = "Manage a swarm"
description = "How to use Docker Engine swarm mode"
keywords = [" docker, documentation, developer, "]
-advisory = "rc"
type = "menu"
[menu.main]
identifier = "engine_swarm"
diff --git a/docs/swarm/raft.md b/docs/swarm/raft.md
index 1fd398000f..396178053b 100644
--- a/docs/swarm/raft.md
+++ b/docs/swarm/raft.md
@@ -3,7 +3,6 @@
title = "Raft consensus in swarm mode"
description = "Raft consensus algorithm in swarm mode"
keywords = ["docker, container, cluster, swarm, raft"]
-advisory = "rc"
[menu.main]
identifier="raft"
parent="engine_swarm"
diff --git a/docs/swarm/swarm-mode.md b/docs/swarm/swarm-mode.md
index 93e2d99332..61d6143282 100644
--- a/docs/swarm/swarm-mode.md
+++ b/docs/swarm/swarm-mode.md
@@ -3,7 +3,6 @@
title = "Run Docker Engine in swarm mode"
description = "Run Docker Engine in swarm mode"
keywords = ["guide, swarm mode, node"]
-advisory = "rc"
[menu.main]
identifier="initialize-swarm-guide"
parent="engine_swarm"
diff --git a/docs/swarm/swarm-tutorial/add-nodes.md b/docs/swarm/swarm-tutorial/add-nodes.md
index 507fdb0f00..3d4fd89bfb 100644
--- a/docs/swarm/swarm-tutorial/add-nodes.md
+++ b/docs/swarm/swarm-tutorial/add-nodes.md
@@ -3,7 +3,6 @@
title = "Add nodes to the swarm"
description = "Add nodes to the swarm"
keywords = ["tutorial, cluster management, swarm"]
-advisory = "rc"
[menu.main]
identifier="add-nodes"
parent="swarm-tutorial"
diff --git a/docs/swarm/swarm-tutorial/create-swarm.md b/docs/swarm/swarm-tutorial/create-swarm.md
index aa2c52646e..f4c6223b0f 100644
--- a/docs/swarm/swarm-tutorial/create-swarm.md
+++ b/docs/swarm/swarm-tutorial/create-swarm.md
@@ -3,7 +3,6 @@
title = "Create a swarm"
description = "Initialize the swarm"
keywords = ["tutorial, cluster management, swarm mode"]
-advisory = "rc"
[menu.main]
identifier="initialize-swarm"
parent="swarm-tutorial"
diff --git a/docs/swarm/swarm-tutorial/delete-service.md b/docs/swarm/swarm-tutorial/delete-service.md
index d0364be42b..551404fa29 100644
--- a/docs/swarm/swarm-tutorial/delete-service.md
+++ b/docs/swarm/swarm-tutorial/delete-service.md
@@ -3,7 +3,6 @@
title = "Delete the service"
description = "Remove the service from the swarm"
keywords = ["tutorial, cluster management, swarm, service"]
-advisory = "rc"
[menu.main]
identifier="swarm-tutorial-delete-service"
parent="swarm-tutorial"
diff --git a/docs/swarm/swarm-tutorial/deploy-service.md b/docs/swarm/swarm-tutorial/deploy-service.md
index a12b7281bb..232a6c1893 100644
--- a/docs/swarm/swarm-tutorial/deploy-service.md
+++ b/docs/swarm/swarm-tutorial/deploy-service.md
@@ -3,7 +3,6 @@
title = "Deploy a service"
description = "Deploy a service to the swarm"
keywords = ["tutorial, cluster management, swarm mode"]
-advisory = "rc"
[menu.main]
identifier="deploy-application"
parent="swarm-tutorial"
diff --git a/docs/swarm/swarm-tutorial/drain-node.md b/docs/swarm/swarm-tutorial/drain-node.md
index 03fa712f4f..443e172799 100644
--- a/docs/swarm/swarm-tutorial/drain-node.md
+++ b/docs/swarm/swarm-tutorial/drain-node.md
@@ -3,7 +3,6 @@
title = "Drain a node"
description = "Drain nodes on the Swarm"
keywords = ["tutorial, cluster management, swarm, service, drain"]
-advisory="rc"
[menu.main]
identifier="swarm-tutorial-drain-node"
parent="swarm-tutorial"
diff --git a/docs/swarm/swarm-tutorial/index.md b/docs/swarm/swarm-tutorial/index.md
index f15300f3f5..a2b0757c9f 100644
--- a/docs/swarm/swarm-tutorial/index.md
+++ b/docs/swarm/swarm-tutorial/index.md
@@ -3,7 +3,6 @@
title = "Set up for the tutorial"
description = "Getting Started tutorial for Docker Engine swarm mode"
keywords = ["tutorial, cluster management, swarm mode"]
-advisory = "rc"
[menu.main]
identifier="tutorial-setup"
parent="swarm-tutorial"
diff --git a/docs/swarm/swarm-tutorial/inspect-service.md b/docs/swarm/swarm-tutorial/inspect-service.md
index 15d93d7563..6b4e818bc2 100644
--- a/docs/swarm/swarm-tutorial/inspect-service.md
+++ b/docs/swarm/swarm-tutorial/inspect-service.md
@@ -3,7 +3,6 @@
title = "Inspect the service"
description = "Inspect the application"
keywords = ["tutorial, cluster management, swarm mode"]
-advisory = "rc"
[menu.main]
identifier="inspect-application"
parent="swarm-tutorial"
diff --git a/docs/swarm/swarm-tutorial/menu.md b/docs/swarm/swarm-tutorial/menu.md
index cb4273e36f..17bc2c882d 100644
--- a/docs/swarm/swarm-tutorial/menu.md
+++ b/docs/swarm/swarm-tutorial/menu.md
@@ -3,7 +3,6 @@
title = "Get started with swarm mode"
description = "Getting started tutorial for Docker swarm mode"
keywords = ["cluster, swarm, tutorial"]
-advisory = "rc"
type="menu"
[menu.main]
identifier="swarm-tutorial"
diff --git a/docs/swarm/swarm-tutorial/rolling-update.md b/docs/swarm/swarm-tutorial/rolling-update.md
index 8e703df01a..66a15b23b2 100644
--- a/docs/swarm/swarm-tutorial/rolling-update.md
+++ b/docs/swarm/swarm-tutorial/rolling-update.md
@@ -3,7 +3,6 @@
title = "Apply rolling updates"
description = "Apply rolling updates to a service on the Swarm"
keywords = ["tutorial, cluster management, swarm, service, rolling-update"]
-advisory = "rc"
[menu.main]
identifier="swarm-tutorial-rolling-update"
parent="swarm-tutorial"
diff --git a/docs/swarm/swarm-tutorial/scale-service.md b/docs/swarm/swarm-tutorial/scale-service.md
index ec72182741..0883778b52 100644
--- a/docs/swarm/swarm-tutorial/scale-service.md
+++ b/docs/swarm/swarm-tutorial/scale-service.md
@@ -3,7 +3,6 @@
title = "Scale the service"
description = "Scale the service running in the swarm"
keywords = ["tutorial, cluster management, swarm mode, scale"]
-advisory = "rc"
[menu.main]
identifier="swarm-tutorial-scale-service"
parent="swarm-tutorial"