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

Finished release 2.10.

parents 9c3c831d d2117455
No related branches found
Tags 2.10
No related merge requests found
Pipeline #88327 passed
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [2.10] - 2024-08-06
- Update map API endpoint
## [2.9] - 2024-08-06
- IP trunk validation workflow no longer runs for Juniper-only trunks
- Automatically run pre- and post-checks when modifying an IP trunk
......
......@@ -42,6 +42,7 @@ class RouterBlock(OrchestratorBaseModel):
router_role: RouterRole
vendor: Vendor
router_site: SiteBlock
owner_subscription_id: UUID
class IptrunkSideBlock(OrchestratorBaseModel):
......@@ -121,6 +122,7 @@ def network_topology() -> NetworkTopologyDomainModelSchema:
"router_role": side["iptrunk_side_node"]["router_role"],
"vendor": side["iptrunk_side_node"]["vendor"],
"router_site": side["iptrunk_side_node"]["router_site"],
"owner_subscription_id": side["iptrunk_side_node"]["owner_subscription_id"],
},
}
for side in extended_model["iptrunk"]["iptrunk_sides"]
......
......@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup(
name="geant-service-orchestrator",
version="2.9",
version="2.10",
author="GÉANT Orchestration and Automation Team",
author_email="goat@geant.org",
description="GÉANT Service Orchestrator",
......
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