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

Finished release 0.11.

parents 2eb08b8a 7c6b7061
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,7 @@ DEFAULT_ORGANIZATIONS = [
"Lab Devices"
],
"excluded_folders": {
"Aggregates": ["CAE1"],
"GEANTOPEN": True
"Aggregates": ["CAE1"]
}
},
{
......@@ -79,14 +78,14 @@ DEFAULT_ORGANIZATIONS = [
"IAS PUBLIC": True,
"IAS UPSTREAM": True,
"GWS PHY Upstream": True,
"GEANTOPEN": True,
}
},
{
"name": "CAE1 - Europe",
"excluded_nrens": [
"CUSTOMER GEANT",
"GEANT-IT"
"GEANT-IT",
"PIONIER",
],
"excluded_dashboards": [
"GÉANT Office devices",
......
......@@ -648,9 +648,9 @@
"overrides": []
},
"gridPos": {
"h": 11,
"w": 6,
"x": 9,
"h": 10,
"w": 24,
"x": 0,
"y": 0
},
"id": 4,
......
......@@ -2,15 +2,18 @@
All notable changes to this project will be documented in this file.
## [0.11] - 2021-04-15
- POL1-412, POL1-416 fixes
## [0.10] - 2021-04-12
- Fix bug in config
- Add GEANTOPEN to General Public
- [POL1-413/POL1-414] Add GEANTOPEN to General Public
## [0.9] - 2021-04-12
- Show GEANT logo on home dashboards for non-staff organizations
- Remove hardcoded database name from lab dashboard
- Properly exclude a number of dashboards and folders
- Add PIONIER alias of PSNC to exclude
- [POL1-408] Remove hardcoded database name from lab dashboard
- [POL1-409/POL1-413/POL1-414] Properly exclude a number of dashboards and folders
- [POL1-413/POL1-414] Add PIONIER alias of PSNC to exclude
## [0.8] - 2021-04-09
- Templated home dashboard to provision different one for each organization
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.10",
version="0.11",
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