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

Finished release 0.61.

parents 22360dae caec4c7b
Branches
Tags 0.61
No related merge requests found
......@@ -223,7 +223,7 @@ def get_nren_interface_data(services, interfaces, excluded_dashboards):
aggregate_interfaces[f'{router}:::{if_name}'] = True
dashboard['AGGREGATES'].append({
'measurement': measurement,
'alias': title,
'alias': title.replace('- {} ', ''), # remove the format part for aggregate panels
'scid': scid
})
......
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.61] - 2024-05-27
- Remove traffic type format string in aggregate panels
## [0.60] - 2024-04-24
- POL1-809: hide ipv6 only interfaces from service panel showing interfaces with all traffic
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.60",
version="0.61",
author='GEANT',
author_email='swd@geant.org',
description='',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment