Skip to content

Commit

Permalink
version 1.6b1 and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
indy-independence committed Aug 14, 2024
1 parent effe13e commit 853ac8c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changelog
=========

Version 1.6.0
-------------

New features:

- Single-sign on (SSO) via OIDC, enabled via config options in auth_config.yml
- Role-based access control (RBAC) for API endpoints configured via permissions.yml
- Logging for refresh settings action includes jobid so it can be filtered for displaying in webUI etc
- Allow setting aggregate_id, metric, enabled, tags etc on fabric interfaces

Bug fixes:

- Update device syncstatus if primary group settings file changed (#325)
- ZTP of dualstack switches (#341)
- Fix job status change events for refresh jobs (#352)
- Fix initcheck fabric device proposed linknet IPs (#355)
- Clean up device init failed job results and make more consistent (#358)

Changes:

- Python upgraded to version 3.11
- NAPALM upgraded to 5.0, support for Arista EOS 4.22 and earlier has been dropped
- Initial tables will be created when api container starts, no need for seed sql file for postgres container
- uwsgi has four processes for http and one process for websocket, api should be more responsive for concurrent http connections

Version 1.5.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion src/cnaas_nms/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.6.0a1"
__version__ = "1.6.0b1"
__version_info__ = tuple([field for field in __version__.split(".")])
__api_version__ = "v1.0"

0 comments on commit 853ac8c

Please sign in to comment.