Skip to content

Releases: ptarmiganlabs/butler-sos

v9.2.1

27 Aug 15:25
3d73c17
Compare
Choose a tag to compare

9.2.1 (2022-08-27)

Bug Fixes

  • Incorrect comments in sample docker-compose files (326cf58), closes #439
  • Unmatched server tags in sample YAML config file (5a9d3b6), closes #438

Documentation

  • Add Grafana 9 dashboard for Butler SOS 9.2 (4c21567), closes #440

Miscellaneous

  • deps: Updated dependencies. Stayin' secure.

v9.2.0

21 Aug 17:38
b8efbf0
Compare
Choose a tag to compare

9.2.0 (2022-08-08)

Features

  • Add support for storing Sense engine warning/error log messages in InfluxDB. (40d784f), closes #435
  • Specify zero or more New Relic credentials via command line options (fccea2a), closes #429
  • Support for sending metrics and events to multiple New Relic accounts (a872181), closes #417
  • Write info on startup about execution type (4e99e5f), closes #430

Bug Fixes

  • Add missing XML log appender file for QS engine service (6b0f79a), closes #433
  • Log events now correctly sent to New Relic, incl engine log events. (54123fb), closes #432

Refactoring

  • Remove unnecessary handling of engine performance log messages (f05d501), closes #434

Miscellaneous

  • deps: Updated dependencies (7836739)

v9.1.0

21 Aug 17:33
82ba2cd
Compare
Choose a tag to compare

9.1.0 (2022-07-27)

Features

  • Better logging when warnings and errors occur (f8abc64), closes #404

Bug Fixes

  • Send correct tags to Prometheus endpoint (04f735e), closes #422

Refactoring

  • Apply consistent formatting to all source and doc files (2f1634e), closes #419
  • Upgrade Prometheus metrics lib to latest version (61d363a)

Miscellaneous

v9.0.2

23 May 19:53
f6c7997
Compare
Choose a tag to compare

9.0.2 (2022-05-23)

Bug Fixes

  • Properly show warnings when trying to send log events to New Relic (8739c48), closes #411

v9.0.1

16 May 19:56
5fbf43a
Compare
Choose a tag to compare

9.0.1 (2022-05-16)

Bug Fixes

  • docs: Add missing New Relic entries to sample config file (9a70111), closes #407

v9.0.0

16 May 10:51
60af9fd
Compare
Choose a tag to compare

9.0.0 (2022-05-16)

⚠ BREAKING CHANGES

  • Add external memory to uptime data in InfluxDB

Features

  • Add command line options to Butler SOS (e1d6577), closes #387
  • Add external memory to uptime data in InfluxDB (45447aa)
  • Add New Relic as destination for SenseOps metrics (394945a)
  • Add optional scrambling of user id for user events sent to New Relic (33364f5), closes #398
  • Send engine, proxy and session metrics to New Relic. (0b52eb5)

Bug Fixes

  • Compress stand-alone binaries (028c9ab)
  • deps: update dependency axios to ^0.27.0 (efce7c8)
  • Include New Relic status in telemtry data (23c292c)

Refactoring

  • Make proxy related log entries easier to understand (fafe419), closes #392
  • Make user event log messages easier to understand (3740a2c), closes #396
  • More relvant log prefixes for proxy session logging (76ab969), closes #392

Miscellaneous

  • deps: update docker/build-push-action action to v3 (c04b422)
  • deps: update docker/login-action action to v2 (907c6bf)
  • deps: update docker/metadata-action action to v4 (99f1fbf)
  • deps: update docker/setup-buildx-action action to v2 (c488648)
  • deps: update docker/setup-qemu-action action to v2 (b1352a2)
  • deps: update github/codeql-action action to v2 (f01bfad)
  • deps: update node.js to v18 (9276b68)

v8.1.2

09 Apr 14:25
df6e0c1
Compare
Choose a tag to compare

8.1.2 (2022-04-09)

No new features but staying safe: Updated dependencies to get latest patches and security updates.

Miscellaneous

  • deps: update dependency eslint-config-prettier to v8.5.0 (3331840)
  • deps: update dependency url-join to v5 (ecc997f)
  • deps: bump moment from 2.29.1 to 2.29.2 (120888d)
  • deps: update actions/checkout action to v3 (4acf81c)
  • deps: update actions/download-artifact action to v3 (c8ea704)
  • deps: update actions/upload-artifact action to v3 (776c4e9)
  • deps: update dependency prettier to v2.6.2 (04456f7)

v8.1.1

19 Feb 23:03
798f97e
Compare
Choose a tag to compare

8.1.1 (2022-02-19)

Docker images aren't building correctly. Let's see if this release fixes this.

Bug Fixes

  • Incorrect parsing of git tags > Incorrect Docker tags (728c16a)

v8.1.0

19 Feb 22:34
dc0d3cc
Compare
Choose a tag to compare

8.1.0 (2022-02-19)

Security is important.
For the past few years there has been a continuous scan for vulnerabilities and security risks in Butler SOS.
It has however not been part of the release process.

This changes with this release.

The effect is that each release is - to the best of our knowledge and ability - secure as per the release date.
There may of course be yet undiscovered security issues with any software (including Butler SOS) but we are at least doing what we can with this 8.1 release.

Features

  • Scan for vulnerabilities as part of each release (9d0d18d), closes #361

Bug Fixes

  • Clean up Docker images (d818060), closes #363
  • Move docker-compose demo files to docs folder (9f7a063), closes #362

v8.0.0

19 Feb 21:59
67a1c39
Compare
Choose a tag to compare

8.0.0 (2022-02-19)

⚠ BREAKING CHANGES

None actually. This was not supposed to be a breaking change release...
...but when reinventing the release process we ended up with a major version change. Sorry.

Features

  • Create stand-alone executables for Butler SOS.
    Yup, you can now run Butler SOS without first installing Node.js. Easy! (66039b9)

Bug Fixes

  • Restructure repository to get better working CI (dec58ce), closes #357