Skip to content

Commit cfea710

Browse files
authored
Merge pull request #928 from ptarmiganlabs/release-please--branches--master--components--butler-sos
chore(master): release butler-sos 11.0.3
2 parents 8d3263a + 92e4201 commit cfea710

4 files changed

+15
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"11.0.2"}
1+
{".":"11.0.3"}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [11.0.3](https://github.com/ptarmiganlabs/butler-sos/compare/butler-sos-v11.0.2...butler-sos-v11.0.3) (2024-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **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)
9+
* **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)
10+
* **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)
11+
* **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)
12+
* **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)
13+
314
## [11.0.2](https://github.com/ptarmiganlabs/butler-sos/compare/butler-sos-v11.0.1...butler-sos-v11.0.2) (2024-10-21)
415

516

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "butler-sos",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Butler SenseOps Stats (\"Butler SOS\") is a tool that publishes operational Qlik Sense metrics to Influxdb, Prometheus, New Relic and MQTT.",
55
"main": "butler-sos.js",
66
"scripts": {

0 commit comments

Comments
 (0)