Skip to content

Commit fd21cde

Browse files
committed
Merge branch 'main' of https://github.com/bbc/bug
2 parents 8e8cb29 + 4ae8c44 commit fd21cde

File tree

7 files changed

+32
-11
lines changed

7 files changed

+32
-11
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bug-monorepo",
3-
"version": "3.1.64",
3+
"version": "3.1.65",
44
"description": "Broadcast Universal Gateway",
55
"private": true,
66
"workspaces": [

src/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bug-client",
3-
"version": "3.1.63",
3+
"version": "3.1.64",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

src/modules/cisco-c1300/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.2.6
4+
5+
- 2026-02-04: use bulkwrite to improve worker db writes ([9664e85](https://github.com/bbc/bug/commit/9664e85f72f7cf8e25cf5520218fa7e292635881))
6+
- 2026-02-04: improve error handling in workers ([f7de786](https://github.com/bbc/bug/commit/f7de78662aabdd01c0cb7f61febf9b3b3b88bd2d))
7+
38
### version 1.2.5
49

510
- 2026-01-29: improve reliability of snmp ([816724e](https://github.com/bbc/bug/commit/816724e5041cfabe3d86bf6130b53ef6bafbd4f6))

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

src/modules/cisco-cbs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Changelog
2+
3+
### version 1.1.1
4+
5+
- 2026-02-04: improve performance of workers ([9713866](https://github.com/bbc/bug/commit/9713866367f208470f8a41bd55e939e5a67856e9))
6+
- 2026-02-04: improve api route error handling ([2024cfe](https://github.com/bbc/bug/commit/2024cfe1f1caf6db2a84da9a7ff153b35427e143))
7+

src/modules/cisco-cbs/module.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
{
22
"name": "cisco-cbs",
33
"longname": "Cisco CBS Switch",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Monitoring and control of Cisco CBS-series small business switches",
6-
"capabilities": ["network-switch"],
6+
"capabilities": [
7+
"network-switch"
8+
],
79
"icon": "SettingsEthernet",
810
"notes": "",
911
"author": "Geoff House",
1012
"license": "Apache-2.0",
1113
"status": "stable",
1214
"memory": 300,
1315
"needsContainer": true,
14-
"devmounts": ["api", "services", "workers", "utils"],
15-
"protectedRoutes": ["config"],
16+
"devmounts": [
17+
"api",
18+
"services",
19+
"workers",
20+
"utils"
21+
],
22+
"protectedRoutes": [
23+
"config"
24+
],
1625
"defaultconfig": {
1726
"id": "",
1827
"order": 0,
@@ -29,4 +38,4 @@
2938
"protectedInterfaces": [],
3039
"dhcpSources": []
3140
}
32-
}
41+
}

0 commit comments

Comments
 (0)