1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #3032: Save assigned tags when creating a new secret

This commit is contained in:
Jeremy Stretch
2019-04-02 11:42:49 -04:00
parent d23ca041cf
commit 3602d5a84c
2 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ v2.5.9 (FUTURE)
* [#3022](https://github.com/digitalocean/netbox/issues/3022) - Add missing cable termination types to DCIM `_choices` endpoint
* [#3026](https://github.com/digitalocean/netbox/issues/3026) - Tweak prefix/IP filter forms to filter using VRF ID rather than route distinguisher
* [#3027](https://github.com/digitalocean/netbox/issues/3027) - Ignore empty local context data when rendering config contexts
* [#3032](https://github.com/digitalocean/netbox/issues/3032) - Save assigned tags when creating a new secret
v2.5.8 (2019-03-11)