Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

Releases: tutumcloud/python-tutum

v0.21.2

15 Dec 15:00

Choose a tag to compare

fix the authentication issue with tutum.user and tutum.apikey

v0.21.1

11 Dec 13:04

Choose a tag to compare

upgrade future to 0.15.0 to solve the incompatibility issue with urllib 3.11

v0.21.0

10 Dec 17:23

Choose a tag to compare

  • fix the event endpoint
  • remove Apikey authorization header

v0.20.2

03 Dec 09:35

Choose a tag to compare

  • use /api/v1/auth endpoint only for authentication
  • add basic auth

v0.20.1

26 Nov 11:32

Choose a tag to compare

  • add exec on container

v0.20.0

10 Nov 16:58

Choose a tag to compare

  • support for python 3
  • add "cancel" and "retry" method to Tutum.Action
  • add "health_check" method to Tutum.Node
  • support reuse_volumes options in container/service/stack redeploy

v0.16.21

28 Jul 17:22

Choose a tag to compare

  • add environment proxy
  • add support of TUTUM_REST_HOST and TUTUM_STREAM_HOST
  • add the support of image tags

v0.16.0.1

03 Jul 11:09

Choose a tag to compare

use latest version of docker-py and requests

v0.16.0

01 Jul 18:22

Choose a tag to compare

  1. print logs to stderr if it is from standard error
  2. print source of the log if available
  3. add Action class
  4. add AZ(availability zone) class
  5. add user-agent to both REST api and web socket
  6. switch the lookup of stack.container to container.stack,
  7. switch the lookup of stack.service to service.stack
    8, add ping/pong to web socket, solving the issue of reconnect

v0.15.1

01 Jun 14:00

Choose a tag to compare

  • allow fetching a remote container by using stack_name.container_name
  • allow fetching a remote service by using stack_name.service_name