Skip to content

Commit

Permalink
Merge pull request #123 from Onemind-Services-LLC/dev
Browse files Browse the repository at this point in the history
Release v1.10.1
  • Loading branch information
abhi1693 authored Jan 3, 2024
2 parents 7ae5c5d + 922ebae commit 7fe8d27
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

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

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

**Closed issues:**

- Netbox v3.7.0 support [\#117](https://github.com/Onemind-Services-LLC/netbox-secrets/issues/117)

**Merged pull requests:**

- Release v1.10.0 [\#119](https://github.com/Onemind-Services-LLC/netbox-secrets/pull/119) ([abhi1693](https://github.com/abhi1693))

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

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

**Closed issues:**

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ The following options are available in the configuration file:
- __Description__: Size of the public key
- __Default__: `2048`
- __Options__: `2048`, `4096`, `8192`
- `top_level_menu`
- __Type__: `Boolean`
- __Description__: Enable top level menu
- __Default__: `False`

## Extra Configuration

Expand Down
4 changes: 2 additions & 2 deletions netbox_secrets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

class NetBoxSecrets(PluginConfig):
name = metadata.get('Name').replace('-', '_')
verbose_name = metadata.get('Summary')
description = metadata.get('Description')
verbose_name = metadata.get('Name')
description = metadata.get('Summary')
version = metadata.get('Version')
author = metadata.get('Author')
author_email = metadata.get('Author-email')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='netbox-secrets',
version='1.10.0',
version='1.10.1',
description=description,
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7fe8d27

Please sign in to comment.