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

Finished release 0.49.

parents 19360104 1d1c67e0
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -39,6 +39,7 @@ DEFAULT_ORGANIZATIONS = [
"name": "GÉANT Staff", "name": "GÉANT Staff",
"excluded_nrens": [ "excluded_nrens": [
"GEANT", "GEANT",
"Microsoft"
], ],
"excluded_dashboards": [], "excluded_dashboards": [],
"excluded_folders": {} "excluded_folders": {}
...@@ -48,7 +49,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -48,7 +49,8 @@ DEFAULT_ORGANIZATIONS = [
"excluded_nrens": [ "excluded_nrens": [
"GEANT", "GEANT",
"CUSTOMER GEANT", "CUSTOMER GEANT",
"GEANT-IT" "GEANT-IT",
"Microsoft"
], ],
"excluded_dashboards": [ "excluded_dashboards": [
"GÉANT Office devices", "GÉANT Office devices",
...@@ -69,7 +71,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -69,7 +71,8 @@ DEFAULT_ORGANIZATIONS = [
"PSNC", "PSNC",
"PIONIER", "PIONIER",
"CUSTOMER GEANT", "CUSTOMER GEANT",
"GEANT-IT" "GEANT-IT",
"Microsoft"
], ],
"excluded_dashboards": [ "excluded_dashboards": [
"GÉANT Office devices", "GÉANT Office devices",
...@@ -100,6 +103,7 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -100,6 +103,7 @@ DEFAULT_ORGANIZATIONS = [
"GEANT-IT", "GEANT-IT",
"PSNC", "PSNC",
"PIONIER", "PIONIER",
"Microsoft"
], ],
"excluded_dashboards": [ "excluded_dashboards": [
"GÉANT Office devices", "GÉANT Office devices",
...@@ -119,7 +123,8 @@ DEFAULT_ORGANIZATIONS = [ ...@@ -119,7 +123,8 @@ DEFAULT_ORGANIZATIONS = [
"PSNC", "PSNC",
"PIONIER", "PIONIER",
"CUSTOMER GEANT", "CUSTOMER GEANT",
"GEANT-IT" "GEANT-IT",
"Microsoft"
], ],
"excluded_dashboards": [ "excluded_dashboards": [
"GÉANT Office devices", "GÉANT Office devices",
......
...@@ -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.49] - 2023-03-091
- Changed config to exclude Microsoft under all pages - it is not considered a customer
## [0.48] - 2023-02-27 ## [0.48] - 2023-02-27
- Changed config to show service-based dashboards BETA for everyone except General Public/CAE1 - Asia. - Changed config to show service-based dashboards BETA for everyone except General Public/CAE1 - Asia.
......
...@@ -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.48", version="0.49",
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.
Please register or to comment