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

Finished release 2.11.

parents c2da5031 4ed990f6
No related branches found
No related tags found
No related merge requests found
Pipeline #90330 passed
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [2.11] - 2024-11-13
- add config.networkTopologyApiUrl to remove warning
- bump orchestrator-ui-component to 2.10.0 from 2.8.1
## [2.10] - 2024-10-29 ## [2.10] - 2024-10-29
- upgrade orchestrator-ui/orchestrator-ui-components to 2.8.1 - upgrade orchestrator-ui/orchestrator-ui-components to 2.8.1
......
This diff is collapsed.
...@@ -47,7 +47,7 @@ const MapsPage: React.FC = () => { ...@@ -47,7 +47,7 @@ const MapsPage: React.FC = () => {
setLoading(false); setLoading(false);
setError(true); setError(true);
} }
}, [session]); }, [session, config.networkTopologyApiUrl]);
return ( return (
<WfoPolicyRenderPageFallback resource={GSOPolicyResource.NAVIGATION_MAPS}> <WfoPolicyRenderPageFallback resource={GSOPolicyResource.NAVIGATION_MAPS}>
......
...@@ -3,7 +3,7 @@ from setuptools import setup ...@@ -3,7 +3,7 @@ from setuptools import setup
setup( setup(
name="geant-service-orchestrator-gui", name="geant-service-orchestrator-gui",
py_modules=[], py_modules=[],
version="2.10", version="2.11",
author="GÉANT Orchestration and Automation Team", author="GÉANT Orchestration and Automation Team",
author_email="goat@geant.org", author_email="goat@geant.org",
description="GÉANT Service Orchestrator GUI dummy package", description="GÉANT Service Orchestrator GUI dummy package",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment