Skip to content

Commit bcd9269

Browse files
committed
Merge branch 'main' of https://github.com/bbc/bug
2 parents 7109c97 + c04672a commit bcd9269

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Changelog
2+
3+
### version 1.1.1
4+
5+
- 2026-02-24: update services with new routeros api and error handling ([53026c4](https://github.com/bbc/bug/commit/53026c4dbe81043df4bb54a0b680e065eea4f0c9))
6+
- 2026-02-24: update routes with new error handling ([0b64f4a](https://github.com/bbc/bug/commit/0b64f4a2067e361dbfc91de8f9890f02048627d1))
7+
- 2026-02-24: refactor workers into tasks ([192965d](https://github.com/bbc/bug/commit/192965d48d3e4ef1efa268dcee2b174f8dcf5d26))
8+

src/modules/mikrotik-dhcp/module.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@
22
"name": "mikrotik-dhcp",
33
"longname": "Mikrotik DHCP",
44
"description": "View and manage DHCP leases on Mikrotik routers",
5-
"capabilities": ["dhcp-server"],
5+
"capabilities": [
6+
"dhcp-server"
7+
],
68
"notes": "",
7-
"version": "1.1.0",
9+
"version": "1.1.1",
810
"icon": "mdi-clipboard-list",
911
"author": "Geoff House",
1012
"needsContainer": true,
1113
"license": "Apache-2.0",
1214
"status": "stable",
13-
"devmounts": ["api", "services", "workers", "utils"],
14-
"protectedRoutes": ["config"],
15+
"devmounts": [
16+
"api",
17+
"services",
18+
"workers",
19+
"utils"
20+
],
21+
"protectedRoutes": [
22+
"config"
23+
],
1524
"memory": 500,
1625
"defaultconfig": {
1726
"id": "",
@@ -25,4 +34,4 @@
2534
"username": "bug",
2635
"password": ""
2736
}
28-
}
37+
}

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.5
4+
5+
- 2026-02-24: add readme and screenshot ([91e8359](https://github.com/bbc/bug/commit/91e8359dc0b2a5fda5e636e146d8f3d17eb3c733))
6+
37
### version 1.0.4
48

59
- 2026-02-24: use new mikrotik core class ([b6695d5](https://github.com/bbc/bug/commit/b6695d51ca2d09770f06698b834aa2c34d608e8d))

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.4",
7+
"version": "1.0.5",
88
"icon": "mdi-router",
99
"author": "Geoff House",
1010
"needsContainer": true,

0 commit comments

Comments
 (0)