diff --git a/docs/netbox-enterprise/nbe-release-notes.md b/docs/netbox-enterprise/nbe-release-notes.md new file mode 100644 index 0000000..e2d2355 --- /dev/null +++ b/docs/netbox-enterprise/nbe-release-notes.md @@ -0,0 +1,30 @@ +# NetBox Enterprise 1.0 Release Notes + +## 1.0.5 + +Adds support for KOTS installs to scrape Prometheus metrics from NetBox, as well as the embedded PostgreSQL, Redis, and SeaweedFS if they are enabled. + +Updated to support NetBox v4.0.9, and includes additional bug fixes and startup time improvements. + +## 1.0.4 + +Adds OWASP password complexity validation to NetBox, and includes dependency updates. + +## 1.0.3 + +Fixes issues with preflight checks, and includes minor dependency updates. + +## 1.0.2 + +Provides a number of dependency updates and bug fixes, and includes initial support for backups of built-in Redis and PostgreSQL. + +## 1.0.1 + +Provides bug fixes encountered during the initial rollout of the NetBox Enterprise application. + +## 1.0.0 + +Provides final cleanup of the Beta stream in preparation for the wider release. + +Provides a number of internal changes, and includes fixes for an issue where annotations could render improperly and cause problems with upgrades. +Updated to support NetBox v4.0.7. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 76f2482..e67124f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -81,6 +81,7 @@ nav: - Administration: - Backups: "netbox-enterprise/nbe-backups.md" - Troubleshooting: "netbox-enterprise/nbe-troubleshooting.md" + - Release Notes: "netbox-enterprise/nbe-release-notes.md" - Integrations: - NetBox Ansible Collection: "netbox-integrations/netbox-ansible-collection.md" - pyATS: "netbox-integrations/pyats.md"