This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathCHANGELOG
64 lines (48 loc) · 2.06 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
2.1.0 2019-01-25
- Switch to using Vox Pupuli for the Python module
- Make the worker processes for graphite-web configurable.
2.0.6 2017-07-27
- Pin `gunicorn` to 19.3.0 so that this continues to work with `pip`
2.0.5 2015-10-06
- Include pytz dependency
2.0.4 2015-08-12
- Make upstart manage the new pidfile that carbon-cache uses
2.0.3 2015-03-27
- Fix `graphite-web` install when using pip and default `root_dir`
- Restart services when changing package versions
- Improve acceptance and integration test coverage
- Remove support for Ruby 1.8.7 and 1.9.2
2.0.2 2014-12-15
- Lock beaker dependency to ~> 1.17.0 to allow testing on ruby<1.9.3
2.0.1 2014-12-15
- Fix a cyclical permissions change that happens on each run
2.0.0 2014-12-05
- Ability to specify the user used to run the processes
- Support installation from a Debian package
- Set carbon cache options via Puppet
When upgrading from 1.0.1, ownership of particular config files and the
default uid/gid under which the processes run may change.
1.0.1 2014-01-03
- Correct CHANGELOG date for 1.0.0
- Correct README to say that we support upgrades.
1.0.0 2014-01-03
- Install (nearly) everything to a Python virtualenv. This will cleanly
upgrade existing installations, but you may wish to tidy up some old
packages/directories yourself.
- Pull in `stankevich/python` module.
- Optional support for carbon-aggregator. See class docs.
- Allow version to be specified. Currently defaults to `0.9.12`.
- Make `rake test` call `puppet-syntax`.
0.2.4 2013-12-17
- Republish of 0.2.3 because Puppetforge won't delete a bad uploaded version
0.2.3 2013-12-17
- Run carbon-cache with --debug (so it logs to STDOUT again)
0.2.2 2013-11-28
- Don't run carbon-cache with --debug option
0.2.1 2013-11-26
- Fix deprecation warnings by using @-prefixed variables in templates
- Fix Modulefile format to enable forge to properly understand dependencies
0.2.0 2013-09-02
- Add the ability to pass through the source or content of the carbon.conf config file.
0.1.0 2013-08-08
- Initial commit introduction a puppet module for graphite