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,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77<!-- version list -->
88
9+ ## v1.3.1 (2026-05-13)
10+
11+ ### Bug Fixes
12+
13+ - Replace deprecated CheckConstraint check= with condition= for Django 5.x compatibility
14+ ([ ` bd8b193 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/bd8b1937a6d59109ac6e824e41d42bd21e56c0fa ) )
15+
16+ ### Chores
17+
18+ - ** deps** : Bump astral-sh/setup-uv from 8.0.0 to 8.1.0 in the github-actions group
19+ ([ #38 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/38 ) ,
20+ [ ` 1cb9181 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/1cb918111375dfd9017f151ae467c479a45308c7 ) )
21+
22+ - ** deps** : Bump github/codeql-action from 4.35.2 to 4.35.3 in the github-actions group
23+ ([ #39 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/39 ) ,
24+ [ ` 2e49d35 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/2e49d35ec08b8e93203ce221b2f6e323d457eeff ) )
25+
26+ - ** deps** : Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the github-actions group
27+ ([ #36 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/36 ) ,
28+ [ ` 603b457 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/603b45757786fce28c3289ec36af41f05bcd3f65 ) )
29+
30+ - ** deps** : Bump the github-actions group with 2 updates
31+ ([ #37 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/37 ) ,
32+ [ ` 9e200a9 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/9e200a97a09b70264d3efb81099a623cf7714b06 ) )
33+
34+ - ** deps** : Bump the github-actions group with 3 updates
35+ ([ #35 ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/pull/35 ) ,
36+ [ ` 625ea99 ` ] ( https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin/commit/625ea99de4815d77d9678632cd64b9cf261136c0 ) )
37+
38+
939## v1.3.0 (2026-03-31)
1040
1141### 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.3.0 "
5+ __version__ = "1.3.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.3.0 "
9+ version = " 1.3.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