From 92e4201c3f7b5ecf2eebe14b35ee544015adfb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Wed, 23 Oct 2024 09:40:17 +0200 Subject: [PATCH] chore(master): release butler-sos 11.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 685a6f0b..2d50fc77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"11.0.2"} \ No newline at end of file +{".":"11.0.3"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cd3540..3497dcce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [11.0.3](https://github.com/ptarmiganlabs/butler-sos/compare/butler-sos-v11.0.2...butler-sos-v11.0.3) (2024-10-23) + + +### Bug Fixes + +* **config:** Add missing property in sample config file ([51b64b3](https://github.com/ptarmiganlabs/butler-sos/commit/51b64b3f5d577815a2dd83c396b1385f095f32bf)), closes [#930](https://github.com/ptarmiganlabs/butler-sos/issues/930) +* **config:** Allow empty New Relic destination array in config file ([9601a9c](https://github.com/ptarmiganlabs/butler-sos/commit/9601a9caa9cce0c8a0a8752579f1751b841a0a26)), closes [#929](https://github.com/ptarmiganlabs/butler-sos/issues/929) +* **influxdb2:** Allow pos/neg engine cache values ([f9d8ecb](https://github.com/ptarmiganlabs/butler-sos/commit/f9d8ecb66f2ae51a63bfc1a340171efef3ab3e85)), closes [#933](https://github.com/ptarmiganlabs/butler-sos/issues/933) +* **startup:** Make sure log level can be set via command line ([45733c9](https://github.com/ptarmiganlabs/butler-sos/commit/45733c93131aaec4191f10a10ac12d0385ea5dba)), closes [#932](https://github.com/ptarmiganlabs/butler-sos/issues/932) +* **startup:** Make sure no attempts to access InfluxDB if it is disabled in config file ([4010a1c](https://github.com/ptarmiganlabs/butler-sos/commit/4010a1c6c2bd2e98eaa5182b342b16225b76b18e)), closes [#931](https://github.com/ptarmiganlabs/butler-sos/issues/931) + ## [11.0.2](https://github.com/ptarmiganlabs/butler-sos/compare/butler-sos-v11.0.1...butler-sos-v11.0.2) (2024-10-21) diff --git a/package-lock.json b/package-lock.json index 825052e2..e11f8087 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "butler-sos", - "version": "11.0.2", + "version": "11.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "butler-sos", - "version": "11.0.2", + "version": "11.0.3", "license": "MIT", "dependencies": { "@breejs/later": "^4.2.0", diff --git a/package.json b/package.json index 39b62e89..b6ca039a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "butler-sos", - "version": "11.0.2", + "version": "11.0.3", "description": "Butler SenseOps Stats (\"Butler SOS\") is a tool that publishes operational Qlik Sense metrics to Influxdb, Prometheus, New Relic and MQTT.", "main": "butler-sos.js", "scripts": {