Skip to content

Commit ba5a20e

Browse files
authored
Merge pull request #27 from miaow2/develop
Version 1.2.1
2 parents 2f62d7a + aa4aee9 commit ba5a20e

File tree

5 files changed

+417
-4
lines changed

5 files changed

+417
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ With this plugin you can find diff between the rendered configuration for a devi
2020
Read about [DataSources](https://demo.netbox.dev/static/docs/models/core/datasource/) for further details.
2121

2222
Device configuration renders natively in NetBox. This [feature](https://demo.netbox.dev/static/docs/features/configuration-rendering/) was introduced in 3.5 version.
23-
NetBox Labs [blog](https://demo.netbox.dev/static/docs/features/configuration-rendering/) post about it.
23+
NetBox Labs [blog](https://netboxlabs.com/blog/how-to-generate-device-configurations-with-netbox/) post about it.
2424

2525
Plugin supports a wide list of vendors (Cisco, Juniper, Huawei, MicroTik etc.) with the help of Scrapli. Read [Scrapli](https://carlmontanari.github.io/scrapli/user_guide/project_details/#supported-platforms) and [scrapli-community](https://scrapli.github.io/scrapli_community/user_guide/project_details/#supported-platforms) documentations to find full list of vendors.
2626
<!--about-end-->

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.1 (2023-09-07)
4+
5+
* [#26](https://github.com/miaow2/netbox-config-diff/issues/26) Add dark theme for diff
6+
37
## 1.2.0 (2023-08-23)
48

59
* [#20](https://github.com/miaow2/netbox-config-diff/issues/20) Add integration with [netbox-secrets](https://github.com/Onemind-Services-LLC/netbox-secrets) plugin

netbox_config_diff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Artem Kotik"
44
__email__ = "miaow2@yandex.ru"
5-
__version__ = "1.2.0"
5+
__version__ = "1.2.1"
66

77

88
class ConfigDiffConfig(PluginConfig):

0 commit comments

Comments
 (0)