changes for #876
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1a836148 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1a836148 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1a836148 Branch: refs/heads/trunk Commit: 1a836148250ebf852a7f28e4d93007417ee7639d Parents: 5f1d6bc Author: Anthony Shaw <anthonys...@apache.org> Authored: Sat Oct 8 13:30:19 2016 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Sat Oct 8 13:30:19 2016 +1100 ---------------------------------------------------------------------- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/1a836148/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 48e68cc..4ced494 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -59,6 +59,10 @@ Compute Container ~~~~~~~~~ +- Introduced new Racher driver + (GITHUB-876) + [Mario Loria] + - Fixed bug in Docker util library for fetching images from the docker hub API. API was returning 301 and redirects were not being followed. (GITHUB-862)