Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Releases: tsuru/tsuru-circus

tsuru-circus 0.8.12

10 Mar 19:36
Compare
Choose a tag to compare

This release improves the Stats plugin. Now Stats plugin supports StatsD and Logstash backends. StatsD is the default backend.

The backend is configurable via TSURU_METRICS_BACKEND environ.

tsuru-circus 0.8.11

10 Mar 19:38
Compare
Choose a tag to compare

This release removed all logic from ProcfileWatcher plugin.

0.8.10

10 Mar 19:43
Compare
Choose a tag to compare

This release improves the ProcfileWatcher plugin. Now the plugin gets the environs from enviroment variable instead reads the apprc file.

tsuru-circus 0.8.9

08 Dec 17:58
Compare
Choose a tag to compare

This release improves the Statsd plugin. Now plugins send data about network sent/received, disk usage and connections established.

tsuru-circus 0.8.8

08 Dec 17:54
Compare
Choose a tag to compare

This release improves the Statsd plugin. Now the plugin sends the sum of the memory stats between the main and children process.

tsuru-circus 0.8.7

28 Nov 11:34
Compare
Choose a tag to compare

This release improves the Statsd plugin. Now the plugin sends the sum of the stats between the main and children process.

tsuru-circus 0.8.6

19 Nov 01:41
Compare
Choose a tag to compare

This release fixes a bug in the ProcfileWatcher. The procfile was read only when an event was sent to circusd. Now the process to read the procfile and add the process is called by a periodic callback.

tsuru-circus 0.8.3

15 Aug 18:16
Compare
Choose a tag to compare

This release fixes a bug in environment variables parsing from the apprc file. tsuru-circus used to remove too many quotes, now it removes only the quotes embracing the value.

For more details on the issue, see tsuru/tsuru#809.

tsuru-circus 0.8.2

15 Aug 18:06
Compare
Choose a tag to compare
bump 0.8.2.

0.8.1

13 Aug 19:24
Compare
Choose a tag to compare

Fix in the statsd plugin - getting appname from apprc instead environ.