Skip to content

Commit

Permalink
Merge pull request #235 from itdependsnetworks/br-1.0.0
Browse files Browse the repository at this point in the history
Prep 1.0.0, update faq
  • Loading branch information
jeffkala authored Apr 1, 2022
2 parents dfd3304 + b38b457 commit 4233d46
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.0.0-beta - 2022-22
## v1.0.0 - 2022-04

### Announcements

Expand All @@ -15,6 +15,7 @@
- #206 Add Git datasource to load GC properties
- #218 Added ability to storre SoTAgg field leveraging Nautobot saved GraphQl query
- #225 Added support for nautobot secrets group on git repos
- #234 Minor update to FAQ

### Changed

Expand Down
5 changes: 4 additions & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ rules a subject to a given vendor's OS implementation. The ability to track thes
this practice would be error prone and not follow the principal of least astonishment. Notwithstanding a major change in the network industry, adjusting
this strategy is outside the scope of the plugin.

Instead, it is up to the operator to ensure their configurations match exactly as the configurations show in the running configuration.
Instead, the operator is required to ensure their configurations match exactly as the configurations show in the running configuration. This includes all
spacing, special characters, or literally anything that result in a string comparison not returning true.

Any other interpretations of how compliance should be viewed are encouraged to use custom compliance option.

_Why doesn't the config overview page reflect the inclusion changes immediately?_

Expand Down
2 changes: 1 addition & 1 deletion nautobot_golden_config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Plugin declaration for nautobot_golden_config."""

__version__ = "1.0.0-beta.1"
__version__ = "1.0.0"

from nautobot.extras.plugins import PluginConfig

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-golden-config"
version = "1.0.0-beta.1"
version = "1.0.0"
description = "A plugin for configuration on nautobot"
authors = ["Network to Code, LLC", "<[email protected]>"]

Expand Down

0 comments on commit 4233d46

Please sign in to comment.