From c53a8062aec24f3aa1434b33aed1c9a20c37837f Mon Sep 17 00:00:00 2001 From: Venkata Bojja Date: Mon, 13 Oct 2025 21:17:18 -0400 Subject: [PATCH 1/2] RDK-59587 : RFC feature to support Downloadable IUI Fallback Signed-off-by: Venkata Bojja --- .../parodusClient/waldb/data-model/data-model-generic.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/hostif/parodusClient/waldb/data-model/data-model-generic.xml b/src/hostif/parodusClient/waldb/data-model/data-model-generic.xml index 6e6a2b50a..7c836db9d 100755 --- a/src/hostif/parodusClient/waldb/data-model/data-model-generic.xml +++ b/src/hostif/parodusClient/waldb/data-model/data-model-generic.xml @@ -4434,6 +4434,14 @@ + + + + + + + + From 107fae207def673e965d97899c82fe71b70f510f Mon Sep 17 00:00:00 2001 From: Venkata Bojja Date: Mon, 13 Oct 2025 21:31:23 -0400 Subject: [PATCH 2/2] 1.2.7 release changelog updates --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0911544d..d3f1ef4b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.2.7](https://github.com/rdkcentral/tr69hostif/compare/1.2.6...1.2.7) + +- RDK-59587 : RFC feature to support Downloadable IUI Fallback [`#291`](https://github.com/rdkcentral/tr69hostif/pull/291) +- RDKE-900 RDKEMW-4899: Default to MTLS connection on all endpoints [`#270`](https://github.com/rdkcentral/tr69hostif/pull/270) +- Rebase with develop [`#290`](https://github.com/rdkcentral/tr69hostif/pull/290) +- Update CODEOWNERS [`#289`](https://github.com/rdkcentral/tr69hostif/pull/289) +- RDKEMW-8971: fix retry logic [`#288`](https://github.com/rdkcentral/tr69hostif/pull/288) +- Rebase with develop [`#274`](https://github.com/rdkcentral/tr69hostif/pull/274) +- Rebase with develop [`#272`](https://github.com/rdkcentral/tr69hostif/pull/272) +- Merge tag '1.2.6' into develop [`2e546d5`](https://github.com/rdkcentral/tr69hostif/commit/2e546d5de878a5c8ee7a3558099cdcddc28f10a4) + #### [1.2.6](https://github.com/rdkcentral/tr69hostif/compare/1.2.5...1.2.6) +> 7 October 2025 + - RDKEMW-7921:Enable network isolation to deny SSH from Dev Jump VM to Prod VM using SHORTS [`#278`](https://github.com/rdkcentral/tr69hostif/pull/278) - RDK-41133 : New RFC to force maintenance every X mins [`#281`](https://github.com/rdkcentral/tr69hostif/pull/281) - Build error due to L1 changes [`#279`](https://github.com/rdkcentral/tr69hostif/pull/279) @@ -15,6 +28,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - RDK-58962 [ tr69hostif ] : L1 Functional Coverage from 56% to 75-80% [`#252`](https://github.com/rdkcentral/tr69hostif/pull/252) - Deploy cla action [`#186`](https://github.com/rdkcentral/tr69hostif/pull/186) - SERXIONE-7905: Device is not accessible via SSH after DRI execution [`#267`](https://github.com/rdkcentral/tr69hostif/pull/267) +- 1.2.6 release changelog updates [`382af71`](https://github.com/rdkcentral/tr69hostif/commit/382af7197b338cc4ec379d14fa742f160a66caca) - Potential fix for code scanning alert no. 10: Too few arguments to formatting function [`9e00c40`](https://github.com/rdkcentral/tr69hostif/commit/9e00c401c8a3901d0c22efaf5b06c34ecfa438ba) - Merge tag '1.2.5' into develop [`4be75e7`](https://github.com/rdkcentral/tr69hostif/commit/4be75e7d29ebdd31980a202d103a63d8d941d5d6)