Skip to content

Commit 6ab7e9a

Browse files
authored
Merge pull request #906 from ptarmiganlabs/release-please--branches--master--components--butler-sos
chore(master): release butler-sos 11.0.1
2 parents e4ed1d7 + c97fbc1 commit 6ab7e9a

4 files changed

+21
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"11.0.0"}
1+
{".":"11.0.1"}

CHANGELOG.md

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

3+
## [11.0.1](https://github.com/ptarmiganlabs/butler-sos/compare/butler-sos-v11.0.0...butler-sos-v11.0.1) (2024-09-20)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove leftover references to Postgress log db in the code ([1c3fbcc](https://github.com/ptarmiganlabs/butler-sos/commit/1c3fbcc147d1eef3e72a778d3783a99dca582a6e))
9+
10+
11+
### Miscellaneous
12+
13+
* Remove Postgress dependency, as log db support has been discontinued ([94aea42](https://github.com/ptarmiganlabs/butler-sos/commit/94aea424416039afba0b6b3eb25f5d07aabc5543))
14+
15+
16+
### Documentation
17+
18+
* Update README file badges ([0eb42c1](https://github.com/ptarmiganlabs/butler-sos/commit/0eb42c14f73e3d7778f62d24b55e95f9d4eb954e))
19+
320
## [11.0.0](https://github.com/ptarmiganlabs/butler-sos/compare/butler-sos-v10.2.1...butler-sos-v11.0.0) (2024-09-20)
421

522

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.0",
3+
"version": "11.0.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)