Skip to content

6.0.0

Choose a tag to compare

@igorpeshansky igorpeshansky released this 09 Apr 23:25
· 46 commits to master since this release
87e69c2

First release in the 6.x.x series. Original release date: 2020-02-13.
Built from Stackdriver/collectd release 6.0.0.

  • Bump version to 6.0.0. (#79)
  • Add a README for the build Dockerfiles directory. (#84)
  • Remove support for deprecated plugins (#83)
  • Unify the DEB and RPM init scripts (mostly). (#81)
    Fixes the breakage introduced by #71, and includes the following changes:
    • Add ENABLE_COREFILES to the RPM script
    • Use pidfile to properly manage (start/stop) the daemon in the RPM script
    • Allow using /etc/default/stackdriver-agent in the RPM script
    • Implement try_restart in the DEB script
    • Change the RPM script to use force-reload instead of reload
  • Fix build Dockerfiles and make them uniform (#86)
  • Update the stackdriver-agent service on SLES systems (#89)
  • Support new OS distro Ubuntu 19.10 (Eoan). (#90)
  • Truncate daemon name to less than 15 characters (#91)
  • Fix SLES 12 Missing Dependency by using libhiredis0.13 (#82)