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

Choose a tag to compare

@tifayuki tifayuki released this 15 Dec 15:00

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

v0.21.1

Choose a tag to compare

@tifayuki tifayuki released this 11 Dec 13:04

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

v0.21.0

Choose a tag to compare

@tifayuki tifayuki released this 10 Dec 17:23
  • fix the event endpoint
  • remove Apikey authorization header

v0.20.2

Choose a tag to compare

@tifayuki tifayuki released this 03 Dec 09:35
  • use /api/v1/auth endpoint only for authentication
  • add basic auth

v0.20.1

Choose a tag to compare

@tifayuki tifayuki released this 26 Nov 11:32
  • add exec on container

v0.20.0

Choose a tag to compare

@tifayuki tifayuki released this 10 Nov 16:58
  • 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

Choose a tag to compare

@tifayuki tifayuki released this 28 Jul 17:22
  • add environment proxy
  • add support of TUTUM_REST_HOST and TUTUM_STREAM_HOST
  • add the support of image tags

v0.16.0.1

Choose a tag to compare

@tifayuki tifayuki released this 03 Jul 11:09

use latest version of docker-py and requests

v0.16.0

Choose a tag to compare

@tifayuki tifayuki released this 01 Jul 18:22
  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

Choose a tag to compare

@tifayuki tifayuki released this 01 Jun 14:00
  • allow fetching a remote container by using stack_name.container_name
  • allow fetching a remote service by using stack_name.service_name