Releases: ptarmiganlabs/butler-sos
Releases · ptarmiganlabs/butler-sos
v9.2.1
v9.2.0
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
Miscellaneous
- deps: Updated dependencies (7836739)
v9.1.0
v9.0.2
v9.0.1
v9.0.0
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
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
v8.1.0
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
Bug Fixes
v8.0.0
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)