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,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77<!-- version list -->
88
9+ ## v1.3.0 (2026-03-31)
10+
11+ ### Chores
12+
13+ - ** deps** : Bump github/codeql-action from 4.33.0 to 4.34.1 in the github-actions group
14+ ([ #33 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/33 ) ,
15+ [ ` f610cc5 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/f610cc5b7a3fd8816cdbc97edcf682abe0e6f396 ) )
16+
17+ ### Features
18+
19+ - Remove module path plus add YAML export option
20+ ([ #34 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/34 ) ,
21+ [ ` 66fbf7b ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/66fbf7b5ddb9f97b4c3ec2ba8f54d2e6800f132e ) )
22+
23+
924## v1.2.3 (2026-03-21)
1025
1126### 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.3 "
5+ __version__ = "1.3.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.2.3 "
9+ version = " 1.3.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