Skip to content

Commit 05cf8e8

Browse files
authored
Merge pull request #45867 from thaJeztah/24.0_backport_api_remove_deprecated_swarm
[24.0 backport] docs: api: remove outdated information from ServerVersion
2 parents 4a1747d + f66ef31 commit 05cf8e8

4 files changed

Lines changed: 4 additions & 20 deletions

File tree

api/swagger.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5162,12 +5162,8 @@ definitions:
51625162
ServerVersion:
51635163
description: |
51645164
Version string of the daemon.
5165-
5166-
> **Note**: the [standalone Swarm API](https://docs.docker.com/swarm/swarm-api/)
5167-
> returns the Swarm version instead of the daemon version, for example
5168-
> `swarm/1.2.8`.
51695165
type: "string"
5170-
example: "17.06.0-ce"
5166+
example: "24.0.2"
51715167
Runtimes:
51725168
description: |
51735169
List of [OCI compliant](https://github.com/opencontainers/runtime-spec)

docs/api/v1.41.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5100,12 +5100,8 @@ definitions:
51005100
ServerVersion:
51015101
description: |
51025102
Version string of the daemon.
5103-
5104-
> **Note**: the [standalone Swarm API](https://docs.docker.com/swarm/swarm-api/)
5105-
> returns the Swarm version instead of the daemon version, for example
5106-
> `swarm/1.2.8`.
51075103
type: "string"
5108-
example: "17.06.0-ce"
5104+
example: "20.10.25"
51095105
ClusterStore:
51105106
description: |
51115107
URL of the distributed storage backend.

docs/api/v1.42.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5130,12 +5130,8 @@ definitions:
51305130
ServerVersion:
51315131
description: |
51325132
Version string of the daemon.
5133-
5134-
> **Note**: the [standalone Swarm API](https://docs.docker.com/swarm/swarm-api/)
5135-
> returns the Swarm version instead of the daemon version, for example
5136-
> `swarm/1.2.8`.
51375133
type: "string"
5138-
example: "17.06.0-ce"
5134+
example: "23.0.0"
51395135
Runtimes:
51405136
description: |
51415137
List of [OCI compliant](https://github.com/opencontainers/runtime-spec)

docs/api/v1.43.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5162,12 +5162,8 @@ definitions:
51625162
ServerVersion:
51635163
description: |
51645164
Version string of the daemon.
5165-
5166-
> **Note**: the [standalone Swarm API](https://docs.docker.com/swarm/swarm-api/)
5167-
> returns the Swarm version instead of the daemon version, for example
5168-
> `swarm/1.2.8`.
51695165
type: "string"
5170-
example: "17.06.0-ce"
5166+
example: "24.0.2"
51715167
Runtimes:
51725168
description: |
51735169
List of [OCI compliant](https://github.com/opencontainers/runtime-spec)

0 commit comments

Comments
 (0)