Skip to content

Releases: graphite-project/docker-graphite-statsd

1.1.7-3

21 Jun 14:33
Compare
Choose a tag to compare
  • Alpine 3.12.0, Django 2.2.13
  • create superuser only for sqlite (fixing #133 )
  • (Experimental) go-carbon and brubeck support (#137 )
  • Gunicorn defferent worker classes support (#138 )
  • Fixing default config propagation (fixing #141 )
  • Disabling carbon tags w/env variable (#142 )
  • Fixing ability to bring services down (#144 )

1.1.7-2

06 Apr 19:47
Compare
Choose a tag to compare
  • Alpine 3.11.5, Django 2.2.12
  • Proper fix for logrotate bug (#111)

1.1.7-1

16 Mar 16:44
Compare
Choose a tag to compare
  • Graphite 1.1.7
  • Alpine 3.11.3, Django 2.2.11 , Gunicorn 20, statsd 0.8.6
  • arm / arm64 builds included, together with amd64

1.1.6-2

23 Feb 12:39
adfe1a4
Compare
Choose a tag to compare
  • arm / arm64 builds pushed to the repo

1.1.6-1

24 Oct 21:47
9b98fc0
Compare
Choose a tag to compare
  • Graphite 1.1.6
  • Alpine 10.3.2, Django 1.11.25 , statsd 0.8.5
  • WHISPER_FALLOCATE_CREATE set to False by default (True is recommended if your FS supports it)
  • Autocreating Redis logs directory (fixing #118 )
  • GRAPHITE_WSGI_THREADS default set to 1 (workaround for #119 )

1.1.5-13

05 Sep 09:29
Compare
Choose a tag to compare
  • Automate carbon-cache instance quantity (#107)
  • Fixing logrotate file permission (#111)
  • Nginx upgraded to 1.16.1 to fix security issue (#114)
  • Upgrade Alpine to 3.10.2 and Django to 1.11.24

1.1.5-12

24 Jun 20:26
Compare
Choose a tag to compare
  • Alpine 3.10, Python 3.7 and Django 1.11.21
  • Limit depth of find (#100)

1.1.5-11

13 May 11:26
Compare
Choose a tag to compare
  • Based on Alpine 3.9
  • Support setting the webapp DATE_FORMAT option
  • mysql and postgresql driver included (fixing #95)
  • removing stale pids during container start (#96)
  • ldap module properly included now (#98)

1.1.5-10

02 Mar 19:40
80ba1ce
Compare
Choose a tag to compare
  • Add features to the entrypoint script:
  1. Gracefully stop all services started by runit at shutdown.
    SVWAIT variable and the docker option --stop-timeout can be used to avoid loosing metrics when carbon-cache has a huge cache full.
  2. Allow custom scripts to run at startup by using the docker mount option, ie :
    --mount type=bind,source=/on_host/run_once,destination=/etc/run_once
  3. runit services can be really disabled by using environment variable like this :
    <service name>_DISABLED
    ie: COLLECTD_DISABLED=1, CARBON_AGGREGATOR_DISABLED=1 ...

1.1.5-9

23 Feb 12:12
4e5fbf7
Compare
Choose a tag to compare
  • Fixing "Missing exec permissions on log/run files" #90