From 6aaa595b3d22eb6969cee0d8929c754fc8726c68 Mon Sep 17 00:00:00 2001 From: Gajendra Gouda <115999483+gajjuu@users.noreply.github.com> Date: Wed, 20 May 2026 14:54:11 +0530 Subject: [PATCH 1/2] fix: correct heading levels and grammar in release notes Signed-off-by: Gajendra Gouda --- docs/release-notes/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 3d6960ae..5feea095 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -368,12 +368,12 @@ CLI commands are intended to navigate fabric configuration and state and allow i - MAC Address (incl. switch ports and DHCP leases) - Access between pair of IPs, Server names or VPCSubnets (everything except external IPs will be translated to VPCSubnets) -# Observability +## Observability - Example Grafana Dashboards [added to the docs](../user-guide/grafana.md) - Syslog (`/var/log/syslog`) is now could be collected from all switches and forwarded to Loki targets -# Bug Fixes +## Bug Fixes - Fixed: Restricted subnet isn't accessible from other subnets of the same VPC @@ -565,7 +565,7 @@ Management port connectivity can also be supported for CLOS/LEAF-SPINE topology ### Controller requirements -* One 1 gig+ port per to connect to each controller attached switch +* One 1 gig+ port to connect to each controller attached switch * One+ 1 gig+ ports connecting to the external management network. * 4 Cores, 12GB RAM, 100GB SSD. From 8101f69cae033dfd6e12de773f5236ff6d5cd8ea Mon Sep 17 00:00:00 2001 From: Gajendra Gouda <115999483+gajjuu@users.noreply.github.com> Date: Sat, 23 May 2026 13:08:33 +0530 Subject: [PATCH 2/2] Update release notes for observability and bug fixes Signed-off-by: Gajendra Gouda --- docs/release-notes/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 5feea095..575154db 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -368,12 +368,12 @@ CLI commands are intended to navigate fabric configuration and state and allow i - MAC Address (incl. switch ports and DHCP leases) - Access between pair of IPs, Server names or VPCSubnets (everything except external IPs will be translated to VPCSubnets) -## Observability +### Observability - Example Grafana Dashboards [added to the docs](../user-guide/grafana.md) - Syslog (`/var/log/syslog`) is now could be collected from all switches and forwarded to Loki targets -## Bug Fixes +### Bug Fixes - Fixed: Restricted subnet isn't accessible from other subnets of the same VPC