Releases: Onemind-Services-LLC/netbox-secrets
Releases · Onemind-Services-LLC/netbox-secrets
v1.10.0
v1.9.1
What's Changed
- Top Level menu added to Navigation by @yash-pal1 in #105
- Add docs howto create session-key by @jhofmueller in #103
- Code Key Length Fixes by @yash-pal1 in #110
- Update Filtersets and Filterforms with Test Cases by @yash-pal1 in #107
- Release v1.9.1 by @abhi1693 in #118
New Contributors
- @yash-pal1 made their first contribution in #105
- @jhofmueller made their first contribution in #103
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
New
- Add support for NetBox v3.6 (#97) @kprince28
Maintenance
Dependency Updates
- Bump semver from 6.3.0 to 6.3.1 in /netbox_secrets/project-static (#84) @dependabot
- Bump word-wrap from 1.2.3 to 1.2.4 in /netbox_secrets/project-static (#86) @dependabot
v1.8.5
v1.8.4
What's Changed
Bug Fixes
- Fix copy of data in migration (#72) @kprince28
Maintenance
- Prepare for release (#74) @kprince28
v1.8.3
What's Changed
- Fix secret role filterset by @kprince28 in #69
- Prepare for release by @abhi1693 in #70
Full Changelog: v1.8.2...v1.8.3
v1.8.2
What's Changed
- [Fix]: The session wasn't working for other users by @kprince28 in #64
- Moved contacts from panel to tab by @abhi1693 in #66
- Added
assigned_object_type
in filterset @abhi1693 in #66 - Fixed session key API anonymous call @abhi1693 in #66
Full Changelog: v1.8.1...v1.8.2
v1.8.1
v1.8.0
Summary
This version adds support for NetBox v3.5 and includes several improvements and bug fixes. The following changes have been added:
- Refactored and improved visual representation of all filter forms.
- Added new session key API that allows for
list
,retrieve
,create
, anddelete
methods. - Updated
Secret
andSecret Role
models to includedescription
andcomments
fields. - Improved cookie security and now utilizes
SESSION_COOKIE_SECURE
andLOGIN_TIMEOUT
configuration. - Added
tab_view
for secrets panel. - Added generic relation for secrets.
- Added prerequisite models.
Changes
New Features
- Added support for NetBox v3.5.
- Added new session key API that allows for
list
,retrieve
,create
, anddelete
methods.
Improvements
- Refactored and improved visual representation of all filter forms.
- Updated
Secret
andSecret Role
models to includedescription
andcomments
fields. - Improved cookie security and now utilizes
SESSION_COOKIE_SECURE
andLOGIN_TIMEOUT
configuration.
Deprecations
/api/plugins/secrets/get-session-key/
is deprecated in favor of/api/plugins/secrets/session-keys/
and will be removed in v1.9.0