Skip to content

Skogul v0.5.2

Compare
Choose a tag to compare
@sklirg sklirg released this 02 Mar 09:36

Release date: 2020-03-02

Fixes a bug with the install RPMs which would error during install
and uninstall. The RPMs are now built on a system running yum, which
will make sure build dependencies are correctly satisfied. Also reworks the
build system using Make, and introduces a -version flag.

Refactors the internal Handler API to expose Parse, Transform and Send
(also TransformAndSend which transforms a container and then sends it,
and Handle which parses, transforms and sends a container). This should
make the API easier to understand and makes sure relevant procedures (
like Validate()) are run before e.g. Send()-ing things off.

Specific changes:

  • Fixes a bug with the RPM building which would make it error
    during install and uninstall (reinstall). The package gets
    installed correctly, but not uninstalled. This bug has to be
    manually worked a round if any previous skogul RPM is
    installed, by manually uninstalling the version using rpm.
    (rpm -e --noscripts skogul*)
  • Inverts the influxdb-sender field validation to white-list instead of
    black-list data types, which should fix #119.