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

Finished release 0.50.

parents 03eab098 365178cf
No related branches found
Tags 0.3
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"groupBy": [ "groupBy": [
{% if not percentile %} {% if not percentile %}
{ {
"params": ["5m"], "params": ["$__interval"],
"type": "time" "type": "time"
}, },
{ {
......
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
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 ## [0.50] - 2023-03-08
- Changed group by size from '5m' to '$__interval' globally
## [0.49] - 2023-03-01
- Changed config to exclude Microsoft under all pages - it is not considered a customer - Changed config to exclude Microsoft under all pages - it is not considered a customer
## [0.48] - 2023-02-27 ## [0.48] - 2023-02-27
......
...@@ -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.49", version="0.50",
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