Skip to content
Snippets Groups Projects
Commit 90b682da authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.136.

parents 7045d433 fe7d97d2
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.136] - 2024-10-30
- POL1-855: Remove PHY SPARE interfaces showing up in dashboards
## [0.135] - 2024-10-18
- POL1-855: Fix issues with interfaces included in EAP dashboards that shouldn't be
......
......@@ -492,6 +492,9 @@ def _get_dashboards(interface, region=None):
is_phy_upstream = re.match(r'PHY UPSTREAM\s', description)
if description.startswith('PHY SPARE'):
return []
if 'SRV_L3VPN' in description and 'COPERNICUS' in description:
yield BRIAN_DASHBOARDS.COPERNICUS
if re.match(r'SRV_CLS\s', description):
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='inventory-provider',
version="0.135",
version="0.136",
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