Skip to content

Commit 1163d9c

Browse files
authored
Merge pull request #867 from ptarmiganlabs/release-please--branches--master--components--butler-sos
chore(master): release butler-sos 10.2.1
2 parents 1a02e7b + 48962c1 commit 1163d9c

4 files changed

+18
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"10.2.0"}
1+
{".":"10.2.1"}

CHANGELOG.md

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

3+
## [10.2.1](https://github.com/ptarmiganlabs/butler-sos/compare/butler-sos-v10.2.0...butler-sos-v10.2.1) (2024-08-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **config-vis:** Obfuscate host name of config visualisation server ([f76db6b](https://github.com/ptarmiganlabs/butler-sos/commit/f76db6bd34363e9a476119532757b25586ebb49f)), closes [#869](https://github.com/ptarmiganlabs/butler-sos/issues/869)
9+
* **sense-events:** Better handling of unknown UDP messages ([d122863](https://github.com/ptarmiganlabs/butler-sos/commit/d122863cac529f5c7cc2865b766f7c4a33f468ee)), closes [#880](https://github.com/ptarmiganlabs/butler-sos/issues/880)
10+
11+
12+
### Miscellaneous
13+
14+
* **deps:** Update config vis library to latest version ([ae49d81](https://github.com/ptarmiganlabs/butler-sos/commit/ae49d81032b40bb8606494920c84be57813175f9))
15+
* **deps:** Update dependencies ([adffeda](https://github.com/ptarmiganlabs/butler-sos/commit/adffedab62ce05d02d876844e1ace163b99f9e20))
16+
317
## [10.2.0](https://github.com/ptarmiganlabs/butler-sos/compare/butler-sos-v10.1.1...butler-sos-v10.2.0) (2024-08-20)
418

519

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": "10.2.0",
3+
"version": "10.2.1",
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)