From 0705bc1e5241814e3cb5e1c11b95262ded9c8dc6 Mon Sep 17 00:00:00 2001 From: Ansu Mathew Date: Tue, 21 Oct 2025 13:49:06 +0100 Subject: [PATCH 1/2] Update Version to 5.0.0 --- conf/machine/include/application.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/application.inc b/conf/machine/include/application.inc index a58f307..02e1e39 100644 --- a/conf/machine/include/application.inc +++ b/conf/machine/include/application.inc @@ -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}" From 9d3390e1c481b2a50bbac7ffb15e012b7deae970 Mon Sep 17 00:00:00 2001 From: Ansu Mathew Date: Tue, 21 Oct 2025 13:51:11 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17845a1..ac3f9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + +- 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)