Skip to content

Releases: leoleovich/grafsy

Fix freebsd building

17 Mar 11:16
Compare
Choose a tag to compare
v2.1.5

Disable go modules for FreeBSD build

Make default gonfig's path configurable

15 Sep 11:45
79c8825
Compare
Choose a tag to compare
  • Make default config's path configurable
  • Add grafsy-client to the FreeBSD package
  • Add custom version and ConfigPath parameters in freebsd binaries

Fix postinst for some edge cases

25 Aug 12:51
17ec023
Compare
Choose a tag to compare
  • /usr/bin/tar doesn't exist in debian, use /usr/bin/env to determine the correct place
  • Check if systemd is up and running before trigger daemon-reload and restart in postinst
  • Check if grafsy disabled before enabling

grafsy-client and retryKeepSecs

04 Aug 08:58
5b0a6c7
Compare
Choose a tag to compare
  • Implement grafsy-client for easy metrics sending into a daemon
  • Add RetryKeepSecs parameter to configure safe caching time
  • Update README.md: installation, RetryKeepSecs, client description

Fix debian packages

13 Jul 08:21
a5d3f96
Compare
Choose a tag to compare

The previous version has a bug with postinst script.

  • Documentation updated: badge, link to godocs
  • Postinst fixed
  • Tests for packages integrity

Release 2.1.0

09 Jul 13:03
ab0b78f
Compare
Choose a tag to compare

It makes sense to review by commits.

The change list:
Code:

  • Add monitoring metric for aggregations
  • Add option to build static binary w/o C bindings to ACL library
  • Add -v flag
  • Add logging to STDOUT

Infrastructure:

  • Build a docker image
  • Move from Travis to GH actions
  • Use FPM to build a package
  • Optimize allowedMetrics example