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,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77<!-- version list -->
88
9+ ## v1.2.3 (2026-03-21)
10+
11+ ### Bug Fixes
12+
13+ - Harden engine, views, and signals from code review
14+ ([ #32 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/32 ) ,
15+ [ ` 1dfe0fc ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/1dfe0fc63f857b57ec9a272d4b3a4fa3f57234d7 ) )
16+
17+ ### Chores
18+
19+ - ** deps** : Bump the github-actions group with 3 updates
20+ ([ #31 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/31 ) ,
21+ [ ` 157c3d5 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/157c3d50253fa15943749c758fac3289f409627d ) )
22+
23+ - ** deps** : Bump the github-actions group with 3 updates
24+ ([ #29 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/29 ) ,
25+ [ ` 5962490 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/5962490147391056e7e3f10f7ff02307577c7d1e ) )
26+
27+ - ** deps-dev** : Update django requirement from <6.0,>=5.1 to >=5.1,<7.0
28+ ([ #30 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/30 ) ,
29+ [ ` 65496da ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/65496dad3e7b12765e9952f7b757ea42c50289dd ) )
30+
31+
932## v1.2.2 (2026-03-12)
1033
1134### Bug Fixes
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.2.2 "
5+ __version__ = "1.2.3 "
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.2.2 "
9+ version = " 1.2.3 "
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