1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/api
Sebastiaan van Stijn 2b8ae08571
docs: add API versions v1.30 - v1.37
Adding separate documents for older API versions, so that these don't have to
be collected from each tag/release branch. For each version of the API, I picked
the highest release that uses the API (to make sure to include possible fixes
in the swagger);

    git mv api/swagger.yaml api/swagger-current.yaml

    git checkout v18.05.0-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.37.yaml

    git checkout v18.02.0-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.36.yaml

    git checkout v18.01.0-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.35.yaml

    git checkout v17.11.0-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.34.yaml

    git checkout v17.10.0-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.33.yaml

    git checkout v17.09.1-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.32.yaml

    git checkout v17.07.0-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.31.yaml

    git checkout v17.06.2-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.30.yaml

    git mv api/swagger-current.yaml api/swagger.yaml

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 10:14:15 +02:00
..
v1.18.md Merge pull request #35102 from ripcurld0/doc_31926 2017-10-30 20:28:36 +01:00
v1.19.md Highlight meaning of 'precpu' (i.e. 'previous'). 2018-05-17 14:57:44 +02:00
v1.20.md Highlight meaning of 'precpu' (i.e. 'previous'). 2018-05-17 14:57:44 +02:00
v1.21.md Highlight meaning of 'precpu' (i.e. 'previous'). 2018-05-17 14:57:44 +02:00
v1.22.md Highlight meaning of 'precpu' (i.e. 'previous'). 2018-05-17 14:57:44 +02:00
v1.23.md Highlight meaning of 'precpu' (i.e. 'previous'). 2018-05-17 14:57:44 +02:00
v1.24.md Highlight meaning of 'precpu' (i.e. 'previous'). 2018-05-17 14:57:44 +02:00
v1.25.yaml docs: add API versions v1.25 - v1.29, v1.38 - v1.40 2020-02-24 11:00:35 +01:00
v1.26.yaml docs: add API versions v1.25 - v1.29, v1.38 - v1.40 2020-02-24 11:00:35 +01:00
v1.27.yaml docs: add API versions v1.25 - v1.29, v1.38 - v1.40 2020-02-24 11:00:35 +01:00
v1.28.yaml docs: add API versions v1.25 - v1.29, v1.38 - v1.40 2020-02-24 11:00:35 +01:00
v1.29.yaml docs: add API versions v1.25 - v1.29, v1.38 - v1.40 2020-02-24 11:00:35 +01:00
v1.30.yaml docs: add API versions v1.30 - v1.37 2020-04-06 10:14:15 +02:00
v1.31.yaml docs: add API versions v1.30 - v1.37 2020-04-06 10:14:15 +02:00
v1.32.yaml docs: add API versions v1.30 - v1.37 2020-04-06 10:14:15 +02:00
v1.33.yaml docs: add API versions v1.30 - v1.37 2020-04-06 10:14:15 +02:00
v1.34.yaml docs: add API versions v1.30 - v1.37 2020-04-06 10:14:15 +02:00
v1.35.yaml docs: add API versions v1.30 - v1.37 2020-04-06 10:14:15 +02:00
v1.36.yaml docs: add API versions v1.30 - v1.37 2020-04-06 10:14:15 +02:00
v1.37.yaml docs: add API versions v1.30 - v1.37 2020-04-06 10:14:15 +02:00
v1.38.yaml docs: add API versions v1.25 - v1.29, v1.38 - v1.40 2020-02-24 11:00:35 +01:00
v1.39.yaml docs: add API versions v1.25 - v1.29, v1.38 - v1.40 2020-02-24 11:00:35 +01:00
v1.40.yaml docs: add API versions v1.25 - v1.29, v1.38 - v1.40 2020-02-24 11:00:35 +01:00
version-history.md service: support --mount type=bind,bind-nonrecursive 2020-03-13 19:01:28 +09:00