Skip to content
Closed
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ 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).

#### [5.0.0](https://github.com/rdkcentral/meta-application-rdke-release/compare/4.2.0...5.0.0)

Copy link

Copilot AI Oct 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 5.0.0 release entry is missing a release date. All other release entries in the changelog (4.2.0, 4.1.6, 4.1.5, etc.) include a date in the format '> DD Month YYYY'. Consider adding the release date for consistency.

Suggested change
> 13 September 2025

Copilot uses AI. Check for mistakes.
- Deploy cla action [`#52`](https://github.com/rdkcentral/meta-application-rdke-release/pull/52)
- Update Version to 5.0.0 [`0705bc1`](https://github.com/rdkcentral/meta-application-rdke-release/commit/0705bc1e5241814e3cb5e1c11b95262ded9c8dc6)
- Merge tag '4.2.0' into develop [`e3bbfcf`](https://github.com/rdkcentral/meta-application-rdke-release/commit/e3bbfcfdd011518087a512e81ed0725e4364ad8b)

#### [4.2.0](https://github.com/rdkcentral/meta-application-rdke-release/compare/4.1.6...4.2.0)

> 12 September 2025

- Deploy cla action [`#40`](https://github.com/rdkcentral/meta-application-rdke-release/pull/40)
- RDKECOREMW-382: Update application release ipk feed path [`#47`](https://github.com/rdkcentral/meta-application-rdke-release/pull/47)
- Update CHANGELOG.md [`2dca76a`](https://github.com/rdkcentral/meta-application-rdke-release/commit/2dca76a58c0195490d0c71ef720b78bcb46a9f9a)
- Update version to 4.2.0 [`ebc07d4`](https://github.com/rdkcentral/meta-application-rdke-release/commit/ebc07d4a66959876633dcbef5a080870f4072209)
- Merge tag '4.1.6' into develop [`f39e9db`](https://github.com/rdkcentral/meta-application-rdke-release/commit/f39e9dbf3025ba1517f65125eb5c19576c4d3bcc)

Expand Down
2 changes: 1 addition & 1 deletion conf/machine/include/application.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PACKAGE_EXTRA_ARCHS:append = " ${APPLICATION_LAYER_ARCH}"
# See release note for configuration details.
RDK_ARTIFACTS_BASE_URL ?= ""

APPLICATION_LAYER_VERSION = "4.2.0"
APPLICATION_LAYER_VERSION = "5.0.0"

APPLICATION_IPK_PATH = "application-release/${APPLICATION_LAYER_VERSION}/${MACHINE}/ipks/${BUILD_VARIANT}"
APPLICATION_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/${APPLICATION_IPK_PATH}"
Expand Down