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.4.0 (2026-05-28)
10+
11+ ### Chores
12+
13+ - ** deps** : Bump github/codeql-action from 4.35.3 to 4.35.4 in the github-actions group
14+ ([ #40 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/40 ) ,
15+ [ ` f10b003 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/f10b00377767bf8572ce62504659e476cb484505 ) )
16+
17+ - ** deps** : Bump github/codeql-action from 4.35.5 to 4.36.0 in the github-actions group
18+ ([ #43 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/43 ) ,
19+ [ ` 0a773ab ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/0a773abff110a031ee93345cc392513ff1cefca5 ) )
20+
21+ - ** deps** : Bump the github-actions group with 2 updates
22+ ([ #41 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/41 ) ,
23+ [ ` 65882d5 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/65882d5f4f2c255deffaf08ce0cab1d8c9f5036b ) )
24+
25+ ### Features
26+
27+ - Dev fixes, added receiver for signal to provide mutated inteface name
28+ ([ #42 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/42 ) ,
29+ [ ` 43abd6f ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/43abd6f949c551657dc7dbed1b03046da6338cda ) )
30+
31+
932## v1.3.1 (2026-05-13)
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.3.1 "
5+ __version__ = "1.4.0 "
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.3.1 "
9+ version = " 1.4.0 "
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