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

Finished release 0.41.

parents 950d2764 8a6a4bca
No related branches found
Tags 0.41
No related merge requests found
......@@ -303,10 +303,10 @@ def _provision_interfaces(config, org_config, ds_name, token):
relevant_interfaces = list(filter(excluded, interfaces))
for interface in relevant_interfaces:
interface['dashboards_info'] = filter(
interface['dashboards_info'] = list(filter(
lambda x: x['name'] != '',
interface['dashboards_info']
)
))
# loop over interfaces and add them to the dashboard_name
# -> folder mapping structure `dashboards` above, for convenience.
......
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.41] - 2022-07-20
- Fix bug with `dashboards_info` not being properly populated
## [0.40] - 2022-06-30
- POL1-597: Add POC for scid-based dashboards
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.40",
version="0.41",
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