Extend custom scripts to pass the 'commit' value via run()

This commit is contained in:
Jeremy Stretch
2020-02-25 14:49:41 -05:00
parent f643af13d7
commit 5000f7f8d7
3 changed files with 22 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
* [#4173](https://github.com/netbox-community/netbox/issues/4173) - Return graceful error message when webhook queuing fails
* [#4227](https://github.com/netbox-community/netbox/issues/4227) - Omit internal fields from the change log data
* [#4237](https://github.com/netbox-community/netbox/issues/4237) - Support Jinja2 templating for webhook payload and headers
* [#4262](https://github.com/netbox-community/netbox/issues/4262) - Extend custom scripts to pass the `commit` value via `run()`
* [#4267](https://github.com/netbox-community/netbox/issues/4267) - Denote rack role on rack elevations list
## Bug Fixes