From b988fbed782b517ee6c615a64fd5c8fa37cb8357 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 29 Jul 2026 14:07:43 +0200 Subject: [PATCH] changelog: add release notes for v0.20260729.0 Notable change is a fix for the SONiC config generator so it regenerates default VRF entries (VRF, BGP_GLOBALS, BGP_GLOBALS_AF, BGP_GLOBALS_ROUTE_ADVERTISE, ROUTE_REDISTRIBUTE), restoring EVPN route advertisement for the default VRF. Also bumps a batch of Python and JS dependencies, including gitpython, boto3, huey, postcss, eslint, react, react-dom, lucide-react, redfish, and the Next.js monorepo. Assisted-by: Claude:claude-sonnet-5 Signed-off-by: Christian Berendt --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c36b07b..0bd9dc0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.20260729.0] - 2026-07-29 + +### Fixed +- Fix SONiC config generator to regenerate default VRF entries (VRF, BGP_GLOBALS, BGP_GLOBALS_AF, BGP_GLOBALS_ROUTE_ADVERTISE, ROUTE_REDISTRIBUTE), restoring EVPN route advertisement for the default VRF (osism/python-osism#2516) + +### Dependencies +- @tanstack/react-query 5.101.2 → 5.101.4 (osism/python-osism#2508, osism/python-osism#2514) +- boto3 1.43.50 → 1.43.55 (osism/python-osism#2523) +- eslint 10.7.0 → 10.8.0 (osism/python-osism#2526) +- eslint-config-next 16.2.10 → 16.2.11 (osism/python-osism#2512) +- fakeredis 2.36.2 → 2.37.0 (osism/python-osism#2520) +- gitpython 3.1.52 → 3.1.57 (osism/python-osism#2510, osism/python-osism#2517, osism/python-osism#2521, osism/python-osism#2529) +- huey 3.2.1 → 3.3.0 (osism/python-osism#2519) +- lucide-react 1.25.0 → 1.27.0 (osism/python-osism#2522, osism/python-osism#2528) +- nextjs monorepo 16.2.11 → 16.2.12 (osism/python-osism#2527) +- postcss 8.5.20 → 8.5.23 (osism/python-osism#2511, osism/python-osism#2518, osism/python-osism#2524) +- react 19.2.7 → 19.2.8 (osism/python-osism#2513) +- react-dom 19.2.7 → 19.2.8 (osism/python-osism#2513) +- redfish 3.3.6 → 3.3.7 (osism/python-osism#2525) + ## [v0.20260723.0] - 2026-07-23 ### Added