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

Finished release 0.72.

parents 087068df d0ff1b69
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.72] - 2021-08-20
- additional logging
## [0.71] - 2021-08-20
- DBOARD3-433: fix missing classification data during Inventory refresh
......
......@@ -1875,6 +1875,8 @@ def populate_poller_interfaces_cache(warning_callback=lambda s: None):
except Exception as e:
warning_callback(f"Failed to retrieve all required data {e}")
logger.exception(
"Failed to retrieve all required data, logging exception")
if not non_lab_populated_interfaces or not all_populated_interfaces:
previous_r = get_current_redis(InventoryTask.config)
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='inventory-provider',
version="0.71",
version="0.72",
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