Skip to content

Commit 80edaf1

Browse files
committed
2 parents 91e8359 + d4346c8 commit 80edaf1

4 files changed

Lines changed: 28 additions & 6 deletions

File tree

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.4
4+
5+
- 2026-02-24: use new mikrotik core class ([b6695d5](https://github.com/bbc/bug/commit/b6695d51ca2d09770f06698b834aa2c34d608e8d))
6+

src/modules/mikrotik-interfaces/module.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,22 @@
44
"description": "Monitoring and control of mikrotik interfaces",
55
"capabilities": [],
66
"notes": "",
7-
"version": "1.0.3",
7+
"version": "1.0.4",
88
"icon": "mdi-router",
99
"author": "Geoff House",
1010
"needsContainer": true,
1111
"license": "Apache-2.0",
1212
"status": "stable",
1313
"memory": 256,
14-
"devmounts": ["api", "services", "workers", "utils"],
15-
"protectedRoutes": ["config"],
14+
"devmounts": [
15+
"api",
16+
"services",
17+
"workers",
18+
"utils"
19+
],
20+
"protectedRoutes": [
21+
"config"
22+
],
1623
"defaultconfig": {
1724
"id": "",
1825
"needsConfigured": true,
@@ -25,6 +32,11 @@
2532
"username": "bug",
2633
"password": "",
2734
"protectedInterfaces": [],
28-
"excludedInterfaces": ["bridge*", "vlan*", "Loopback*", "eoip*"]
35+
"excludedInterfaces": [
36+
"bridge*",
37+
"vlan*",
38+
"Loopback*",
39+
"eoip*"
40+
]
2941
}
30-
}
42+
}

src/modules/mikrotik-sdwan/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.9
4+
5+
- 2026-02-24: use routeros-api for services ([74bd3e8](https://github.com/bbc/bug/commit/74bd3e83fb9fc8e643d79ac359f3b1037250c014))
6+
37
### version 1.0.8
48

59
- 2026-02-23: fix logging levels ([3932f73](https://github.com/bbc/bug/commit/3932f736ae1eeacf9f15a21f5e27ed6e35c9eee0))

src/modules/mikrotik-sdwan/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Multiple WAN manager for Mikrotik routers",
55
"capabilities": [],
66
"notes": "",
7-
"version": "1.0.8",
7+
"version": "1.0.9",
88
"icon": "AltRoute",
99
"author": "Geoff House",
1010
"license": "Apache-2.0",

0 commit comments

Comments
 (0)