Skip to content

Commit e4f8627

Browse files
ci: update module changelogs and bump versions
1 parent 844c8ee commit e4f8627

10 files changed

Lines changed: 73 additions & 15 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Changelog
2+
3+
### version 1.1.1
4+
5+
- 2026-07-11: add tests ([ecba755](https://github.com/bbc/bug/commit/ecba7554bee8460fb864e7adab8528093fa33c6f))
6+
- 2026-07-11: implement status handling ([b8a36b2](https://github.com/bbc/bug/commit/b8a36b2a883907d4d7360162145e8ae1aa12de6a))
7+
- 2026-07-11: add README.md ([b2fded2](https://github.com/bbc/bug/commit/b2fded2178cd8d80969e2a138cf91a48ddb2a70c))
8+
- 2026-07-11: refactor CodecList for updated schema ([196f63b](https://github.com/bbc/bug/commit/196f63b08d55a3c3654bfd2e5d8512166f3f48c8))
9+
- 2026-07-11: add polling task and improve error handling [copilot] ([27d6b61](https://github.com/bbc/bug/commit/27d6b6196cb612c2480fa7f6b88e9be09388d18b))
10+
- 2026-07-11: improve error handling in services [copilot] ([ceb9b8d](https://github.com/bbc/bug/commit/ceb9b8db48c20ca32f76e6d765135a4e19970ad9))
11+
- 2026-07-11: refactor routes to use asyncHandler [copilot] ([e8d1601](https://github.com/bbc/bug/commit/e8d16017e20aae0f800d2929b5df7689fe2624f7))
12+

src/modules/codec-apipoller/module.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22
"name": "codec-apipoller",
33
"longname": "Codec API-Poller",
44
"description": "Polls API endpoint to retrieve codec information",
5-
"capabilities": ["codec-db"],
5+
"capabilities": [
6+
"codec-db"
7+
],
68
"notes": "",
7-
"version": "1.1.0",
9+
"version": "1.1.1",
810
"icon": "mdi-cloud-braces",
911
"author": "Geoff House",
1012
"license": "Apache-2.0",
1113
"status": "stable",
1214
"needsContainer": true,
13-
"devmounts": ["api", "services", "workers"],
14-
"protectedRoutes": ["config"],
15+
"devmounts": [
16+
"api",
17+
"services",
18+
"workers"
19+
],
20+
"protectedRoutes": [
21+
"config"
22+
],
1523
"memory": "256",
1624
"defaultconfig": {
1725
"id": "",
@@ -24,4 +32,4 @@
2432
"enabled": false,
2533
"url": ""
2634
}
27-
}
35+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Changelog
2+
3+
### version 1.0.10
4+
5+
- 2026-07-11: fix device property access in codec data [copilot] ([43a4efe](https://github.com/bbc/bug/commit/43a4efee8cb85cc45e7980a076e1264ccaef71a0))
6+

src/modules/comrex-briclink/module.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "comrex-briclink",
33
"longname": "Comrex BRIC-Link",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"description": "Control of Comrex BRIC-Link and BRIC-Link II devices",
66
"capabilities": [],
77
"icon": "mdi-phone-settings",
@@ -10,8 +10,16 @@
1010
"memory": 150,
1111
"license": "Apache-2.0",
1212
"needsContainer": true,
13-
"devmounts": ["api", "services", "workers", "utils", "models"],
14-
"protectedRoutes": ["config"],
13+
"devmounts": [
14+
"api",
15+
"services",
16+
"workers",
17+
"utils",
18+
"models"
19+
],
20+
"protectedRoutes": [
21+
"config"
22+
],
1523
"status": "stable",
1624
"defaultconfig": {
1725
"id": "",
@@ -31,4 +39,4 @@
3139
"loss": 5,
3240
"codecSource": ""
3341
}
34-
}
42+
}

src/modules/magewell-encode-sdi/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.0.3
4+
5+
- 2026-07-11: add codec database functionality [copilot] ([0f82ea4](https://github.com/bbc/bug/commit/0f82ea44bdbef5af311f2381a6e6fc6893608e9d))
6+
- 2026-07-11: add codec db worker tasks ([c0179b4](https://github.com/bbc/bug/commit/c0179b409608f74a91206a560ced834d50f87a5a))
7+
38
### version 1.0.2
49

510
- 2026-07-09: fix enable output when added ([e63891f](https://github.com/bbc/bug/commit/e63891f24ef2db6ebbd38a725c48d5c69005e49f))

src/modules/magewell-encode-sdi/module.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,22 @@
44
"description": "Control and monitoring of Magewell SRT encoders",
55
"capabilities": [],
66
"notes": "",
7-
"version": "1.0.2",
7+
"version": "1.0.3",
88
"icon": "mdi-set-top-box",
99
"author": "Geoff House",
1010
"license": "Apache-2.0",
1111
"status": "development",
1212
"needsContainer": true,
13-
"devmounts": ["api", "services", "workers", "utils"],
13+
"devmounts": [
14+
"api",
15+
"services",
16+
"workers",
17+
"utils"
18+
],
1419
"memory": 200,
15-
"protectedRoutes": ["config"],
20+
"protectedRoutes": [
21+
"config"
22+
],
1623
"defaultconfig": {
1724
"id": "",
1825
"needsConfigured": true,
@@ -26,4 +33,4 @@
2633
"enabled": false,
2734
"codecSource": ""
2835
}
29-
}
36+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Changelog
2+
3+
### version 1.0.2
4+
5+
- 2026-07-11: fix device property formatting in codec data [copilot] ([e41df16](https://github.com/bbc/bug/commit/e41df16664650a36197df59bda301a0ef9821a74))
6+

src/modules/ntt-mve5000/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ntt-mve5000",
33
"longname": "NTT MVE5000",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Control of NTT MVE5000 encoders",
66
"capabilities": [],
77
"icon": "ResetTv",

src/modules/obe-c100/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Changelog
2+
3+
### version 1.0.2
4+
5+
- 2026-07-11: fix device property access in codec data [copilot] ([aa9a3e6](https://github.com/bbc/bug/commit/aa9a3e60b6901e0b60ba1948a8faade9640e4cd4))
6+

src/modules/obe-c100/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obe-c100",
33
"longname": "OBE C-100",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Control of Open Broadcast Systems' C-100 Encoders",
66
"capabilities": [],
77
"icon": "ShuffleOn",

0 commit comments

Comments
 (0)