Skip to content
Merged

Merge #294

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4434,6 +4434,14 @@
</syntax>
</parameter>
</object>
<object base="Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.DynamicIUIUpdate." access="readOnly" minEntries="0" maxEntries="1">
<parameter base="IUISelector" access="readWrite" notification="0" maxNotification="2">
<syntax>
<string/>
<default type="factory" value=""/>
</syntax>
</parameter>
</object>
<object base="Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.LaunchDarkly." access="readOnly" minEntries="0" maxEntries="1">
<parameter base="EnvKeyLabel" access="readWrite" notification="0" maxNotification="2" >
<syntax>
Expand Down
Loading