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

Finished release 0.69.

parents a40f911a 07244ef0
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [0.69] - 2021-06-30
- DBOARD3-444: Added related services to bundle member response
## [0.68] - 2021-06-30
- REPORTING-192: added /msr/bgp/peering-services
## [0.67] - 2021-06-24
- DBOARD3-448: pulled additional customers from CircuitCustomerRelation
- DBOARD3-449: add CORS headers to responses
......
......@@ -312,8 +312,8 @@ def get_juniper_link_info(source_equipment: str, interface: str) -> Response:
# don't want to report related services for bundle members, just the
# aggregate
if result['interface']['bundle']:
result['related-services'] = []
# if result['interface']['bundle']:
# result['related-services'] = []
result = json.dumps(result)
# cache this data for the next call
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='inventory-provider',
version="0.68",
version="0.69",
author='GEANT',
author_email='swd@geant.org',
description='Dashboard inventory provider',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment