Skip to content
Snippets Groups Projects
Commit ed91a4dc authored by Sam Roberts's avatar Sam Roberts
Browse files

Merge branch 'develop' into feature/REPORTING-297-msr-mdvpn-endpoint

parents 7ec48d2a f5533b4d
Branches
Tags
1 merge request!1Feature/reporting 297 msr mdvpn endpoint
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.89] - 2022-07-01
- REPORTING-306: Add NREN/ASN map to inventory provider configuration
## [0.88] - 2022-06-22
- DBOARD3-596: Only include contacts with populated mail value
- LG-46: Showing 'in-service' routers only
......
......@@ -187,7 +187,8 @@ CONFIG_SCHEMA = {
'type': 'object',
'patternProperties': {
r'^\d+$': {'type': 'string'}
}
},
'additionalProperties': False
}
},
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='inventory-provider',
version="0.89",
version="0.90",
author='GEANT',
author_email='swd@geant.org',
description='Dashboard inventory provider',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment