Skip to content
Snippets Groups Projects
Commit 84318e8a authored by Release Webservice's avatar Release Webservice
Browse files

Finished release 0.34.

parents 7fd12d1e e15056b6
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,17 @@
"gnetId": null,
"graphTooltip": 0,
"id": 454,
"links": [],
"links": [
{
"asDropdown": true,
"icon": "external link",
"tags": [
"copernicus"
],
"title": "Aggregates",
"type": "dashboards"
}
],
"panels": [
{
"datasource": null,
......
......@@ -151,6 +151,11 @@ AGG_DASHBOARDS = {
'tag': 'cae',
'dashboard_name': 'CAE1',
'interfaces': []
},
'COPERNICUS': {
'tag': 'copernicus',
'dashboard_name': 'COPERNICUS',
'interfaces': []
}
}
......
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.34] - 2022-02-16
- POL1-487: Add aggregate dashboard for COPERNICUS
## [0.33] - 2022-01-26
- POL1-520: Change home dashboard to show network aggregate ingress and egress rates
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.33",
version="0.34",
author='GEANT',
author_email='swd@geant.org',
description='',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment