Releases: graphite-project/docker-graphite-statsd
Releases · graphite-project/docker-graphite-statsd
1.1.5-8
- Fixing "runit : sv stop doesn't work" #88
- Fixing statsd building
1.1.5-7
- Fixing "nginx : Connection refused ... upstream: "http://[::1]:8080" #87
1.1.5-6
- Fixing issue #82 "Logrotate not working with 1.1.5-4'
1.1.5-5
- Fixing issue #84 "Does not work with empty /opt/graphite/conf"
1.1.5-4
- Fixing issue #80 ("carbon-relay is running when RELAY is not defined")
- Fixing issue #81 ("Logrotate not working with 1.1.5-3")
1.1.5-3
- Fixing django supersuser creation bug (introduced in 1.1.5-2)
- you can change URL_PREFIX using GRAPHITE_URL_ROOT env variable
1.1.5-2
- Graphite upgraded to 1.1.5 (see Release Notes https://graphite.readthedocs.io/en/latest/releases/1_1_5.html)
- Image migrated to Alpine, reducing the image size from ~530MB to 200MB (check
ubuntu-1.1.4
tag for old image if needed)
- breaking change - mount point for statsd config was changed from
/opt/statsd/
to /opt/statsd/config
.
- breaking change - Nginx user was renamed from
www-data
to nginx
, please fix existing configs.
1.1.4-10
- Adding optional carbon-relay instance (use
RELAY=1
env. variable)
- Reducing number of layers in the image (thanks @bebehei)
1.1.4-9
Additional fix for RRD support
Adding optional local Collectd instance
1.1.4-8
Fixing RRD support (which was broken after migrating to virtualenv)