Skip to content

Commit 5168ea5

Browse files
committed
Merge branch 'release/1.0.1'
2 parents 863506a + 0570d4c commit 5168ea5

File tree

46 files changed

+14744
-689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+14744
-689
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# the repo. Unless a later match takes precedence,
33
# @global-owner1 and @global-owner2 will be requested for
44
# review when someone opens a pull request.
5-
* @rdkcentral/advsecurity-maintainers
5+
* @rdkcentral/tr069-protocol-agent-maintainers @rdkcentral/rdkb-maintainers

.github/workflows/cla.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
name: "CLA"
2+
3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
actions: write
7+
statuses: write
8+
29
on:
310
issue_comment:
411
types: [created]
512
pull_request_target:
6-
types: [opened,closed,synchronize]
13+
types: [opened, closed, synchronize]
714

815
jobs:
916
CLA-Lite:
1017
name: "Signature"
11-
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@main
18+
uses: rdkcentral/cmf-actions/.github/workflows/cla.yml@v1
1219
secrets:
13-
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}
20+
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT }}

.github/workflows/fossid_integration_stateless_diffscan_target_repo.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
name: Fossid Stateless Diff Scan
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
permissions:
8+
contents: read
9+
pull-requests: read
410

511
jobs:
612
call-fossid-workflow:
7-
uses: rdkcentral/build_tools_workflows/.github/workflows/fossid_integration_stateless_diffscan.yml@develop
8-
secrets:
13+
if: ${{ ! github.event.pull_request.head.repo.fork }}
14+
uses: rdkcentral/build_tools_workflows/.github/workflows/fossid_integration_stateless_diffscan.yml@1.0.0
15+
secrets:
916
FOSSID_CONTAINER_USERNAME: ${{ secrets.FOSSID_CONTAINER_USERNAME }}
1017
FOSSID_CONTAINER_PASSWORD: ${{ secrets.FOSSID_CONTAINER_PASSWORD }}
1118
FOSSID_HOST_USERNAME: ${{ secrets.FOSSID_HOST_USERNAME }}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.0.1](https://github.com/rdkcentral/tr069-protocol-agent/compare/1.0.0...1.0.1)
8+
9+
- RDKCOM-5485: RDKBDEV-3330 Add API documentation for TR069-PA Header files [`#8`](https://github.com/rdkcentral/tr069-protocol-agent/pull/8)
10+
- Update CODEOWNERS [`#6`](https://github.com/rdkcentral/tr069-protocol-agent/pull/6)
11+
- Deploy fossid_integration_stateless_diffscan_target_repo action [`#5`](https://github.com/rdkcentral/tr069-protocol-agent/pull/5)
12+
- Update CODEOWNERS [`#3`](https://github.com/rdkcentral/tr069-protocol-agent/pull/3)
13+
- Deploy cla action [`#4`](https://github.com/rdkcentral/tr069-protocol-agent/pull/4)
14+
- Merge tag '1.0.0' into develop [`0c9281c`](https://github.com/rdkcentral/tr069-protocol-agent/commit/0c9281cde3de0b2e3a4512d8da1b9d49a551b6b8)
15+
716
#### 1.0.0
817

18+
> 31 July 2025
19+
920
- Import of source (stable2) [`eab51be`](https://github.com/rdkcentral/tr069-protocol-agent/commit/eab51beb8faa52c822a0669972f28a8d161adfcd)
1021
- Deploy cla action [`247da1e`](https://github.com/rdkcentral/tr069-protocol-agent/commit/247da1e2dca0e809031f245b7f3b387c4d747cbd)
1122
- Deploy fossid_integration_stateless_diffscan_target_repo action [`54a22e6`](https://github.com/rdkcentral/tr069-protocol-agent/commit/54a22e6f54b0307b0611b4b7017fbde3098a7782)

0 commit comments

Comments
 (0)