File tree Expand file tree Collapse file tree
netbox_interface_name_rules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77<!-- version list -->
88
9+ ## v1.4.1 (2026-06-15)
10+
11+ ### Bug Fixes
12+
13+ - Update tests, update interface name conflict, support isolated test db
14+ ([ #47 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/47 ) ,
15+ [ ` 2ca8086 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/2ca8086bd19cca93e502e0b720aa4fcc02963940 ) )
16+
17+ ### Chores
18+
19+ - Rqworker autoreload ([ #44 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/44 ) ,
20+ [ ` b9a3d87 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/b9a3d87ce4699d21c4c7bd1dbf1fb0fb46bfbae5 ) )
21+
22+ - ** deps** : Bump the github-actions group with 2 updates
23+ ([ #46 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/46 ) ,
24+ [ ` eefc835 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/eefc835d81693f3754d77c06aeff6755f5d8ae74 ) )
25+
26+ - ** deps** : Bump the github-actions group with 3 updates
27+ ([ #45 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/45 ) ,
28+ [ ` 4f97f2e ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/4f97f2ee5f195c5b4bc17fde05a605f207fc9c03 ) )
29+
30+
931## v1.4.0 (2026-05-28)
1032
1133### Chores
Original file line number Diff line number Diff line change 22# Copyright (C) 2025 Marcin Zieba <marcinpsk@gmail.com>
33from netbox .plugins import PluginConfig
44
5- __version__ = "1.4.0 "
5+ __version__ = "1.4.1 "
66
77
88class InterfaceNameRulesConfig (PluginConfig ):
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " netbox-interface-name-rules"
9- version = " 1.4.0 "
9+ version = " 1.4.1 "
1010description = " NetBox plugin for automatic interface renaming when modules are installed"
1111readme = " README.md"
1212requires-python = " >=3.12.0"
You can’t perform that action at this time.
0 commit comments