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

Finished release 0.48.

parents 974df920 279532ec
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,6 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -59,7 +59,6 @@ DEFAULT_ORGANIZATIONS = [
"excluded_folders": { "excluded_folders": {
"Aggregates": ["CAE1"], "Aggregates": ["CAE1"],
"EUMETSAT Multicast": True, "EUMETSAT Multicast": True,
"NREN Access BETA": True
} }
}, },
{ {
...@@ -109,8 +108,7 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -109,8 +108,7 @@ DEFAULT_ORGANIZATIONS = [
"EUMETSAT" "EUMETSAT"
], ],
"excluded_folders": { "excluded_folders": {
"EUMETSAT Multicast": True, "EUMETSAT Multicast": True
"NREN Access BETA": True
} }
}, },
{ {
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.48] - 2023-02-27
- Changed config to show service-based dashboards BETA for everyone except General Public/CAE1 - Asia.
## [0.47] - 2023-02-27 ## [0.47] - 2023-02-27
- POL1-653: Changed filtering of excluded_nrens to be based on destination dashboard rather than interface description parsing - POL1-653: Changed filtering of excluded_nrens to be based on destination dashboard rather than interface description parsing
- Changed service-based dashboards code to not provision empty dashboards - Changed service-based dashboards code to not provision empty dashboards
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='brian-dashboard-manager', name='brian-dashboard-manager',
version="0.47", version="0.48",
author='GEANT', author='GEANT',
author_email='swd@geant.org', author_email='swd@geant.org',
description='', 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