Skip to content

Releases: tsuru/tsuru-client

tsuru 0.8.7

20 Oct 18:28
Compare
Choose a tag to compare

These release notes cover the new features you’ll want to be aware of when upgrading from tsuru 0.8.6 or older versions.

Added support for service plans

Users can now see the available plans of a service using service-info:

$ tsuru service-info redis
Info for "redis"

Plans
+-------+----------------------------------------------------------------------------------------------+
| Name  | Description                                                                                  |
+-------+----------------------------------------------------------------------------------------------+
| basic | Is a dedicated instance. With 1GB of memory.                                                 |
| plus  | Is 3 dedicated instances. With 1GB of memory and HA and failover support via redis-sentinel. |
+-------+----------------------------------------------------------------------------------------------+

And there's a new parameter to service-add now:

$ tsuru service-add redis myredis basic
Service successfully added.

Improvements on app-info and app-list

Now both the app address and the app cname are displayed in the output of the app-info and app-list commands.

tsuru 0.8.6

20 Oct 18:25
Compare
Choose a tag to compare

tsuru 0.8.6 changed the service-remove command, so it asks for confirmation before removing the service instance.