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

Finished release 0.7.

parents 2c820468 3a3c2753
Branches
Tags
No related merge requests found
......@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [0.7] - 2022-10-19
- POL1-624: Allow supporting GTT as a GWS Direct ISP
## [0.6] - 2021-03-09
- POL1-386: fix issue with ':' character in interface names
## [0.5] - 2021-10-11
- POL1-463: pol EUMETSAT multicast counters
......
......@@ -62,10 +62,7 @@ GWS_DIRECT_SCHEMA = {
'type': 'object',
'properties': {
'nren': {'type': 'string'},
'isp': {
'type': 'string',
'enum': ['Cogent', 'Telia', 'CenturyLink']
},
'isp': {'type': 'string'},
'hostname': {'type': 'string'},
'tag': {'type': 'string'},
},
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-polling-manager',
version="0.6",
version="0.7",
author='GEANT',
author_email='swd@geant.org',
description='service for managing BRIAN polling checks',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment