Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[20.10 backport] docs: assorted docs and swagger fixes #43260

Merged
merged 6 commits into from Mar 3, 2022

Commits on Feb 18, 2022

  1. Fix typo on the v1.41 changelog

    Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
    (cherry picked from commit eefb6c6)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    feliperuhland authored and thaJeztah committed Feb 18, 2022
    Copy the full SHA
    ca5ba48 View commit details
    Browse the repository at this point in the history
  2. Fixed exec resize success code in API docs

    Signed-off-by: Thomas LEDOS <thomas.ledos92@gmail.com>
    (cherry picked from commit 1a933e1)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    th0m4s authored and thaJeztah committed Feb 18, 2022
    Copy the full SHA
    aa69e8e View commit details
    Browse the repository at this point in the history
  3. Added error codes for exec resize in API docs

    Signed-off-by: Thomas LEDOS <thomas.ledos92@gmail.com>
    (cherry picked from commit 834272f)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    th0m4s authored and thaJeztah committed Feb 18, 2022
    Copy the full SHA
    42b13c0 View commit details
    Browse the repository at this point in the history
  4. docs: fixing /exec/{id}/resize response code in API documentation

    This takes the changes from 1a933e1 and
    834272f, and applies them to older API
    versions in the docs directory (which are used for the actual documentation).
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 2145f3b)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 18, 2022
    Copy the full SHA
    a5a6971 View commit details
    Browse the repository at this point in the history
  5. api: remove HostConfig.LxcConf field

    Commit 3b5fac4  / docker 1.10 removed support
    for the LXC runtime, and removed the corresponding fields from the API (v1.22).
    
    This patch removes the `HostConfig.LxcConf` field from the swagger definition.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 75a1ad0)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 18, 2022
    Copy the full SHA
    fbbe1fc View commit details
    Browse the repository at this point in the history
  6. docs: remove HostConfig.LxcConf field from API docs

    Commit 3b5fac4  / docker 1.10 removed support
    for the LXC runtime, and removed the corresponding fields from the API (v1.22).
    
    This patch removes the `HostConfig.LxcConf` field from the API documentation.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 839e2ec)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 18, 2022
    Copy the full SHA
    4679ffd View commit details
    Browse the repository at this point in the history