You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
4
+
## 2.5.0 (2024-06-30)
5
+
6
+
*[#67](https://github.com/miaow2/netbox-config-diff/issues/67) Add option `default_desired_privilege_level` to plugins variables (thanks to [@cknost](https://github.com/cknost))
7
+
*[#69](https://github.com/miaow2/netbox-config-diff/issues/69) Fix logger in SecretsMixin
8
+
*[#70](https://github.com/miaow2/netbox-config-diff/issues/80) Add `escapejs` filter to diff templates
9
+
10
+
## 2.4.0 (2024-05-12)
11
+
12
+
*[#63](https://github.com/miaow2/netbox-config-diff/issues/63) Generate patch commands necessary to bring a device into its intended configuration with [hier_config](https://github.com/netdevops/hier_config)
13
+
14
+
## 2.3.0 (2024-04-11)
15
+
16
+
*[#49](https://github.com/miaow2/netbox-config-diff/issues/49) Handle junipers templates with set commands
17
+
*[#56](https://github.com/miaow2/netbox-config-diff/issues/56) Add support for NetBox 3.7
18
+
*[#57](https://github.com/miaow2/netbox-config-diff/issues/57) Reverse columns in compliance diff
19
+
3
20
## 2.2.0 (2024-02-06)
4
21
5
22
*[#47](https://github.com/miaow2/netbox-config-diff/issues/47) Move plugin to separete menu item in navbar and add tab for devices with compliance result
0 commit comments