Skip to content

Commit a9c5ae3

Browse files
ci: update module changelogs and bump versions
1 parent ac01465 commit a9c5ae3

16 files changed

Lines changed: 126 additions & 20 deletions

File tree

src/modules/arista-switch/CHANGELOG.md

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

3+
### version 1.2.5
4+
5+
- 2026-02-23: fix async code in protect/unprotect ([56a7f78](https://github.com/bbc/bug/commit/56a7f78931b6e500c90bc9262ed5c263591a18d5))
6+
- 2026-02-06: improve service logging ([f7be880](https://github.com/bbc/bug/commit/f7be8803e55f3b5156bd126d4657929f6a519ee8))
7+
- 2026-02-03: show poe info in details tab ([5250644](https://github.com/bbc/bug/commit/5250644b24ceaf32d40f9b9c92eee9ae2da41a59))
8+
- 2026-02-03: add panel status ([367cc3a](https://github.com/bbc/bug/commit/367cc3af3a83c2d38790f97ea37b70a44c23eb5f))
9+
- 2026-02-03: set save pending flag on changes ([4b6ff0d](https://github.com/bbc/bug/commit/4b6ff0dab847639ac7cd07594309fa07bc2031a1))
10+
- 2026-02-03: improve api error handling ([b1a551e](https://github.com/bbc/bug/commit/b1a551e873f75a3fac1b3266de8b4a3f62eb7ae2))
11+
- 2026-02-03: improve error handling in utils ([35e8281](https://github.com/bbc/bug/commit/35e82812da077ce3adc3c4f7f2d0f869fe6b5fa4))
12+
313
### version 1.2.4
414

515
- 2026-02-23: fix async code in protect/unprotect ([9955d9c](https://github.com/bbc/bug/commit/9955d9c6ab38c11df11415bd1a8f9ef49663d1c5))

src/modules/arista-switch/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arista-switch",
33
"longname": "Arista Switch",
4-
"version": "1.2.4",
4+
"version": "1.2.5",
55
"description": "Monitoring and control of Arista switches",
66
"capabilities": [
77
"network-switch"

src/modules/bmd-multiview16/CHANGELOG.md

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

3+
### version 1.0.5
4+
5+
- 2026-02-04: add api JSON error handler ([3c35ca9](https://github.com/bbc/bug/commit/3c35ca9358ef373a82c6690f2bbbfb92b336ea05))
6+
- 2026-02-04: add default status response ([9631da0](https://github.com/bbc/bug/commit/9631da0bda6855469d5f435303387879829b226f))
7+
- 2026-02-04: update code with new patterns ([0d95014](https://github.com/bbc/bug/commit/0d95014d29f7680b5baa2fdbb86462099acebb04))
8+
39
### version 1.0.4
410

511
- 2026-02-04: add api JSON error handler ([c200e1b](https://github.com/bbc/bug/commit/c200e1b741a423a6aa9ab25d045a3bad45659f53))

src/modules/bmd-multiview16/module.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,26 @@
22
"name": "bmd-multiview16",
33
"longname": "Blackmagic MultiView 16",
44
"description": "Configure Blackmagic multiviewers with auto labelling",
5-
"capabilities": ["video-multiview"],
5+
"capabilities": [
6+
"video-multiview"
7+
],
68
"notes": "",
7-
"version": "1.0.4",
9+
"version": "1.0.5",
810
"icon": "mdi-view-quilt",
911
"author": "Geoff House",
1012
"license": "Apache-2.0",
1113
"status": "stable",
1214
"memory": 250,
1315
"needsContainer": true,
14-
"devmounts": ["api", "utils", "services", "workers"],
15-
"protectedRoutes": ["config"],
16+
"devmounts": [
17+
"api",
18+
"utils",
19+
"services",
20+
"workers"
21+
],
22+
"protectedRoutes": [
23+
"config"
24+
],
1625
"defaultconfig": {
1726
"id": "",
1827
"order": 0,
@@ -29,4 +38,4 @@
2938
"autoLabelIndex": {},
3039
"autoLayout": "none"
3140
}
32-
}
41+
}

src/modules/bmd-videohub/CHANGELOG.md

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

3+
### version 1.3.7
4+
5+
- 2026-02-04: refactor service code to use new error handling ([7f9aa7a](https://github.com/bbc/bug/commit/7f9aa7a9bea1f2d80e5113400fbad136ebbc197b))
6+
- 2026-02-04: improve api JSON error handling ([5f335e2](https://github.com/bbc/bug/commit/5f335e220f2bd3541df1c070f1dac85a8e44c17c))
7+
38
### version 1.3.6
49

510
- 2026-02-04: refactor service code to use new error handling ([6c8eecd](https://github.com/bbc/bug/commit/6c8eecd29704759e10086529c8d1972c64c2d14f))

src/modules/bmd-videohub/module.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,26 @@
22
"name": "bmd-videohub",
33
"longname": "Blackmagic Videohub",
44
"description": "Control and monitor Blackmagic videohub devices",
5-
"capabilities": ["video-router"],
5+
"capabilities": [
6+
"video-router"
7+
],
68
"memory": 100,
79
"notes": "",
8-
"version": "1.3.6",
10+
"version": "1.3.7",
911
"icon": "mdi-matrix",
1012
"author": "Geoff House",
1113
"license": "Apache-2.0",
1214
"status": "stable",
1315
"needsContainer": true,
14-
"devmounts": ["api", "utils", "services", "workers"],
15-
"protectedRoutes": ["config"],
16+
"devmounts": [
17+
"api",
18+
"utils",
19+
"services",
20+
"workers"
21+
],
22+
"protectedRoutes": [
23+
"config"
24+
],
1625
"defaultconfig": {
1726
"id": "",
1827
"needsConfigured": true,
@@ -33,4 +42,4 @@
3342
"excludeSources": [],
3443
"excludeDestinations": []
3544
}
36-
}
45+
}

src/modules/cisco-c1300/CHANGELOG.md

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

3+
### version 1.2.8
4+
5+
- 2026-02-06: improve service logging ([7ba4aea](https://github.com/bbc/bug/commit/7ba4aea43229ee911db53fa450b291ae2f19a2a9))
6+
- 2026-02-04: use bulkwrite to improve worker db writes ([28d05e0](https://github.com/bbc/bug/commit/28d05e062e56571073063867c2a99c4214c6f838))
7+
- 2026-02-04: improve error handling in workers ([605fd6c](https://github.com/bbc/bug/commit/605fd6cadf1a8819dcec59ab9209f17ccbdd7e9a))
8+
39
### version 1.2.7
410

511
- 2026-02-06: improve service logging ([dbb7976](https://github.com/bbc/bug/commit/dbb79761a44c9136bdb217d4fc80a90db07045a3))

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.7",
4+
"version": "1.2.8",
55
"description": "Monitoring and control of Cisco C1300 series switches",
66
"capabilities": [
77
"network-switch"

src/modules/cisco-cbs/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.1.8
4+
5+
- 2026-02-09: fix status timeouts ([11fdb98](https://github.com/bbc/bug/commit/11fdb98c8341679e89e9701779126782ccc3ea9a))
6+
- 2026-02-09: service/util updates ([a1f8409](https://github.com/bbc/bug/commit/a1f840995cc41e1abc23463ea79209697876c1c1))
7+
- 2026-02-06: improve service logging ([19fdc17](https://github.com/bbc/bug/commit/19fdc17f83fcc5e1f4957ed166da3a27b845d34a))
8+
- 2026-02-05: fix status check timeouts ([aba7f36](https://github.com/bbc/bug/commit/aba7f368677357e9587ec72effb79647b3b045a1))
9+
- 2026-02-04: set pending flag on any change to update UI ([2d6b91a](https://github.com/bbc/bug/commit/2d6b91afa7f36cda2eba414950ce077a892cbbb6))
10+
- 2026-02-04: improve logging in status handlers ([d5d18d9](https://github.com/bbc/bug/commit/d5d18d9514bf0bbd327fbbc575ad45e4fbdb9d03))
11+
- 2026-02-04: refactor services with try/catch/throw ([050325b](https://github.com/bbc/bug/commit/050325b95e26fa6e368b9f6cd8e2ade95d4941b9))
12+
- 2026-02-04: add default status check ([47f6934](https://github.com/bbc/bug/commit/47f6934b7dc3d7e0253c7797e24d654b13094dec))
13+
- 2026-02-04: add README ([2101a8f](https://github.com/bbc/bug/commit/2101a8fae986d81f2b1e0db73a1fd21b930f869a))
14+
- 2026-02-04: use mongo bulkwrite to improve performance ([07ba4d4](https://github.com/bbc/bug/commit/07ba4d42adff25dc37a47b152ddd3b58b7922fc5))
15+
- 2026-02-04: improve performance of workers ([d7fa4a6](https://github.com/bbc/bug/commit/d7fa4a66fd670de0acd182aa16d993ce79dfe14c))
16+
- 2026-02-04: improve api route error handling ([3b67256](https://github.com/bbc/bug/commit/3b672564cee19c59245fff991994e97a55f80ba5))
17+
318
### version 1.1.7
419

520
- 2026-02-09: fix status timeouts ([fd554f6](https://github.com/bbc/bug/commit/fd554f6ef819680fd05f63148f007511da5b01cb))

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.7",
4+
"version": "1.1.8",
55
"description": "Monitoring and control of Cisco CBS-series small business switches",
66
"capabilities": [
77
"network-switch"

0 commit comments

Comments
 (0)