From 277a6e13c21cc55732883da6654c7bafc3c64347 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Tue, 28 Mar 2017 15:04:05 -0700 Subject: [PATCH] Add reload() in docs for Container and Secret classes Signed-off-by: Joffrey F --- docs/change-log.md | 13 +++++++++++++ docs/containers.rst | 1 + docs/secrets.rst | 1 + 3 files changed, 15 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index c04cd4be..5d9b05b3 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,19 @@ Change log ========== +2.2.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/32?closed=1) + +### Bugfixes + +* Fixed a bug where the `status_code` attribute of `APIError` exceptions would + not reflect the expected value. +* Fixed an issue where the `events` method would time out unexpectedly if no + data was sent by the engine for a given amount of time. + + 2.2.0 ----- diff --git a/docs/containers.rst b/docs/containers.rst index 9b27a306..20529b0e 100644 --- a/docs/containers.rst +++ b/docs/containers.rst @@ -40,6 +40,7 @@ Container objects .. automethod:: logs .. automethod:: pause .. automethod:: put_archive + .. automethod:: reload .. automethod:: remove .. automethod:: rename .. automethod:: resize diff --git a/docs/secrets.rst b/docs/secrets.rst index 49e14984..d1c39f1a 100644 --- a/docs/secrets.rst +++ b/docs/secrets.rst @@ -26,4 +26,5 @@ Secret objects The raw representation of this object from the server. + .. automethod:: reload .. automethod:: remove