Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.0.1 #144

Merged
merged 6 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased](https://github.com/Onemind-Services-LLC/netbox-secrets/tree/HEAD)

[Full Changelog](https://github.com/Onemind-Services-LLC/netbox-secrets/compare/v1.10.2...HEAD)
[Full Changelog](https://github.com/Onemind-Services-LLC/netbox-secrets/compare/v2.0.0...HEAD)

**Closed issues:**

- \[Bug\]: Page Does Not Refresh Automatically on Session Key Activation [\#142](https://github.com/Onemind-Services-LLC/netbox-secrets/issues/142)

## [v2.0.0](https://github.com/Onemind-Services-LLC/netbox-secrets/tree/v2.0.0) (2024-07-15)

[Full Changelog](https://github.com/Onemind-Services-LLC/netbox-secrets/compare/v1.10.2...v2.0.0)

**Closed issues:**

Expand All @@ -17,7 +25,11 @@

**Merged pull requests:**

- Release v2.0.0 [\#141](https://github.com/Onemind-Services-LLC/netbox-secrets/pull/141) ([abhi1693](https://github.com/abhi1693))
- Bump braces from 3.0.2 to 3.0.3 in /netbox\_secrets/project-static in the npm\_and\_yarn group across 1 directory [\#140](https://github.com/Onemind-Services-LLC/netbox-secrets/pull/140) ([dependabot[bot]](https://github.com/apps/dependabot))
- NB-12 Add support for NetBox v4 [\#139](https://github.com/Onemind-Services-LLC/netbox-secrets/pull/139) ([kprince28](https://github.com/kprince28))
- Fixes List View action Buttons not Visible [\#133](https://github.com/Onemind-Services-LLC/netbox-secrets/pull/133) ([yash-pal1](https://github.com/yash-pal1))
- Add button to export keys to a file for download and a button to copy the private key [\#131](https://github.com/Onemind-Services-LLC/netbox-secrets/pull/131) ([VKumar786](https://github.com/VKumar786))

## [v1.10.2](https://github.com/Onemind-Services-LLC/netbox-secrets/tree/v1.10.2) (2024-01-26)

Expand Down
1 change: 1 addition & 0 deletions netbox_secrets/project-static/src/secrets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ function requestSessionKey(privateKey: string) {
} else {
// If the response received was not an error, show the user a success message.
const toast = createToast('success', 'Session Key Received', 'You may now unlock secrets.');
window.location.reload();
toast.show();
}
} else {
Expand Down
8 changes: 4 additions & 4 deletions netbox_secrets/static/netbox_secrets/secrets.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading