Skip to content

Commit 42c1a97

Browse files
ci: update module changelogs and bump versions
1 parent 37005ba commit 42c1a97

8 files changed

Lines changed: 32 additions & 4 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
## Changelog
2+
3+
### version 1.0.4
4+
5+
- 2026-01-27: update and refactor ([ff772ef](https://github.com/bbc/bug/commit/ff772ef188f6c70d8d4196024fe09be6b8e645af))
6+

src/modules/audio-player/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Audio Player",
55
"capabilities": [],
66
"notes": "",
7-
"version": "1.0.3",
7+
"version": "1.0.4",
88
"icon": "mdi-speaker",
99
"author": "Ryan McCartney",
1010
"license": "Apache-2.0",

src/modules/cisco-c1300/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## Changelog
22

3+
### version 1.2.26
4+
5+
- 2026-02-06: improve service logging ([7cd5dc1](https://github.com/bbc/bug/commit/7cd5dc1adedcb5e62a280a5fc88ca0088c1ec31b))
6+
- 2026-02-06: improve service logging ([f5b15c0](https://github.com/bbc/bug/commit/f5b15c050240184c092d027852dac50fb871b7b4))
7+
- 2026-02-04: use bulkwrite to improve worker db writes ([f96c771](https://github.com/bbc/bug/commit/f96c77148f3bb3c7fd0f533af3f88d9d5394e2a7))
8+
- 2026-02-04: improve error handling in workers ([a76daba](https://github.com/bbc/bug/commit/a76dababd8d59205193c9e187b135c8bd0f3d558))
9+
- 2026-02-04: use bulkwrite to improve worker db writes ([d6f1c59](https://github.com/bbc/bug/commit/d6f1c5974e265490a58db67c0143ad49d481b365))
10+
- 2026-02-04: improve error handling in workers ([10975c7](https://github.com/bbc/bug/commit/10975c703c2fbb33fea7e11d0ec372879e4af2de))
11+
- 2026-01-29: improve reliability of snmp ([62c4e10](https://github.com/bbc/bug/commit/62c4e1089e97343313f8295988a69c57bb05449e))
12+
- 2026-01-29: update workers ([440b3dc](https://github.com/bbc/bug/commit/440b3dce0a05c0f7c5ec872ea431f241b99f1f79))
13+
- 2026-01-29: add panel status display ([b3a44c8](https://github.com/bbc/bug/commit/b3a44c8cbb39259a1c776527a415723e27e934a9))
14+
- 2026-01-29: overhaul error handling ([3fc28f4](https://github.com/bbc/bug/commit/3fc28f46a23c5beaeca7a88a8ef21030a4fbaad0))
15+
- 2026-01-29: add readme ([ee71b5c](https://github.com/bbc/bug/commit/ee71b5ce80090357771fd8edfbfa45d3230b50b2))
16+
- 2026-01-29: fix system/password timeouts ([dd65225](https://github.com/bbc/bug/commit/dd65225c5c89f811387b46e059f8347f83a12976))
17+
318
### version 1.2.2
419

520
- 2026-01-27: combine workers to save memory ([f9505cf](https://github.com/bbc/bug/commit/f9505cf6e5b280b51a1001f654f930eb4f853a84))

src/modules/cisco-c1300/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cisco-c1300",
33
"longname": "Cisco C1300 Switch",
4-
"version": "1.2.25",
4+
"version": "1.2.26",
55
"description": "Monitoring and control of Cisco C1300 series switches",
66
"capabilities": [
77
"network-switch"

src/modules/cisco-cbs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### version 1.1.10
4+
5+
- 2026-02-09: fix status timeouts ([993e81c](https://github.com/bbc/bug/commit/993e81c1700903597ad6efc18ea1c9e49838bac5))
6+
37
### version 1.1.6
48

59
- 2026-02-09: service/util updates ([73e1f9e](https://github.com/bbc/bug/commit/73e1f9eaa87b8b5d1bd2e6a2ea571dbe39b94644))

src/modules/cisco-cbs/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cisco-cbs",
33
"longname": "Cisco CBS Switch",
4-
"version": "1.1.9",
4+
"version": "1.1.10",
55
"description": "Monitoring and control of Cisco CBS-series small business switches",
66
"capabilities": [
77
"network-switch"

src/modules/mikrotik-interfaces/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### version 1.0.25
4+
5+
- 2026-02-25: fix routeros message queuing ([35aa0fd](https://github.com/bbc/bug/commit/35aa0fd7922dd393f19c20b13d2326ae52b32c09))
6+
37
### version 1.0.6
48

59
- 2026-02-25: migrate to node-routeros-v2 ([49fd250](https://github.com/bbc/bug/commit/49fd25042dde387f95792aa02b108eef9ae04dea))

src/modules/mikrotik-interfaces/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Monitoring and control of mikrotik interfaces",
55
"capabilities": [],
66
"notes": "",
7-
"version": "1.0.24",
7+
"version": "1.0.25",
88
"icon": "mdi-router",
99
"author": "Geoff House",
1010
"needsContainer": true,

0 commit comments

Comments
 (0)