Skip to content

Releases: graphite-project/docker-graphite-statsd

1.1.8-3

06 Jan 18:04
18159cb
Compare
Choose a tag to compare

What's Changed

  • fix(image): update build script to prevent intermediate directory creation by @davinkevin in #185
  • Alpine 3.15, Django 2.2.26, python-ldap build fix by @deniszh in #186

New Contributors

1.1.8-2

07 Oct 09:27
2c089d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.8-1...1.1.8-2

1.1.8-1

19 Apr 10:03
8a84762
Compare
Choose a tag to compare

Graphite 1.1.8, Django 2.2.20, Alpine 3.13.5

1.1.7-11

22 Feb 13:10
110f6fc
Compare
Choose a tag to compare
  • Alpine 3.13.2 (for python image, pypy still use 3.11), go-carbon 0.15.6, Django 2.2.19, latest brubeck
  • Add image build for s390x arch (#165, please take note that collectd and go-carbon are not included in s390x image)

1.1.7-9

23 Dec 20:48
Compare
Choose a tag to compare
  • Alpine 3.12.3, Django 2.2.17, fixing issue #157

BREAKING CHANGE: GRAPHITE_LOG_ROTATION is set to "false" by default in this release, so, log rotation will be done using logrotate. If you rely on previous behaviour - set env variable GRAPHITE_LOG_ROTATION=1

1.1.7-8

27 Oct 18:35
Compare
Choose a tag to compare
  • go-carbon upgraded to v0.15.5

1.1.7-7

25 Oct 19:01
2ce420a
Compare
Choose a tag to compare
  • go-carbon upgraded to v0.15.4
  • pinning pip to 20.1.1
  • upgrade django to 2.2.16
  • statsd upgrade to 0.9.0
  • brubeck upgrade to lukepalmer/brubeck@e95d959
  • Adding GRAPHITE_UTF8_METRICS parameter (will work only with graphite-web master for now)

1.1.7-6

12 Jul 19:46
8d2fbed
Compare
Choose a tag to compare
  • go-carbon upgraded to v0.15.0

1.1.7-5

11 Jul 20:27
Compare
Choose a tag to compare
  • Fixing regression with admin user creation (last time, I hope) #149

1.1.7-4

10 Jul 19:19
d55c2ba
Compare
Choose a tag to compare
  • Replacing py3-pip with get-pip.py (fixing msgpack support) #148
  • Pinning msgpack to 0.6.2
  • Superuser creation fixed for Sqlite (#145 )