Releases: obfuscurity/synthesize
Update for 0.9.14
This is a relatively small release as far as changes specific to Synthesize. We've switched to a different Vagrant box in order to support both VirtualBox and VMware providers.
The notable change is bumping to the new Graphite 0.9.14 release. 🍰🎊🎈
More details available on my personal blog:
Update for 0.9.13
Technically this updates to Graphite 0.9.13-pre1
, but that's close enough to warrant a fresh release. There are a number of fixes here, too.
- fixes for admin static files
- change deps to cairocffi
- add DigitalOcean install button to README (@deniszh)
- redirect http to https
- expose Carbon udp listener (@steveworkman)
- runtime directory fix (@mathyourlife)
- relax Ubuntu release check (@Dispader)
- set Graphite default version in Vagrant
- ensure carbon-cache is terminated before removing carbon user during uninstall
- repair database fixture
- remove explicit support for
0.9.x
branch - cron for rebuilding search index
- improved WSGI setup for Apache
- set carbon-cache initscript defaults so Carbon starts after reboot
Play around with 0.9.x
This is an RC for playing around with Graphite's 0.9.x
stable branch. Pass GRAPHITE_RELEASE
to the install
script thusly:
$ sudo GRAPHITE_RELEASE=0.9.x ./install
Or if you're using Vagrant:
$ GRAPHITE_RELEASE=0.9.x vagrant up
Note: This does not work with Graphite's 0.10
/master
branch. Don't even try.
Dem Perms
Some minor fixes for log directory permissions and the uninstall
script.
Update Vagrantfile for Ubuntu 14.04
Fixes the Vagrantfile config.vm.box_url
to use Ubuntu 14.04.
Move to Ubuntu 14.04
This release moves Synthesize off the EOL Ubuntu 13.10 to Ubuntu 14.10 LTS.
- use standard initscript for carbon-cache
- increase frequency of collectd metrics to 10s
- use pip for graphite-web and carbon dependencies
- set
MAX_CACHE_SIZE = inf
- fix permissions for carbon-cache logs
- move to Ubuntu 14.04 LTS
Add support for Vagrant
Synthesize is now just a little bit easier (and safer, and cheaper) to play with. Add support for Vagrant.
Initscript additions and verbose install output
Merge pull request #7 from CarlFK/patch-1 add -ex to #! to echo lines and abort if anything errors
Add cache and render metrics
Add cache and rendering performance metrics.
Initial Release
Initial release.