Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • geant-swd/dashboardv3/inventory-provider
1 result
Show changes
Commits on Source (6)
......@@ -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',
......