Skip to content

Releases: Onemind-Services-LLC/netbox-secrets

v1.10.0

01 Jan 07:56
fc4a289
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.1...v1.10.0

v1.9.1

01 Jan 07:34
b1abd4c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0

07 Sep 10:08
d9fbd96
Compare
Choose a tag to compare

What's Changed

New

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

19 Jun 14:12
0b41317
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix migration to skip deleted devices and virtual machines (#75) @kprince28

v1.8.4

12 Jun 10:39
1b545de
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Maintenance

v1.8.3

02 Jun 15:07
3d94121
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.8.3

v1.8.2

25 May 16:35
69f2235
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.8.2

v1.8.1

08 May 19:33
ada097c
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Handled operational error during collectstatic (#59) @abhi1693

v1.8.0

07 May 20:42
901f04a
Compare
Choose a tag to compare

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, and delete methods.
  • Updated Secret and Secret Role models to include description and comments fields.
  • Improved cookie security and now utilizes SESSION_COOKIE_SECURE and LOGIN_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, and delete methods.

Improvements

  • Refactored and improved visual representation of all filter forms.
  • Updated Secret and Secret Role models to include description and comments fields.
  • Improved cookie security and now utilizes SESSION_COOKIE_SECURE and LOGIN_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

v1.7.6

12 Apr 16:44
7e301c7
Compare
Choose a tag to compare

What's Changed

New

  • Added migrations for object changes from old app (#46) @abhi1693