From ab1f18f08eca88f41f8f772d9dfc26f62a3df07e Mon Sep 17 00:00:00 2001 From: Release CI Date: Fri, 10 Jan 2025 17:07:37 +0000 Subject: [PATCH] docs(changelog): changelog for lts-v2.8.27 release Change-Id: Iaab552167165d1eeb2ed789a7fb1367b1aaa6226 Signed-off-by: Release CI --- Makefile | 2 +- docs/change-log.md | 31 +++++++++++++++++++ docs/conf.py | 4 +-- package-lock.json | 4 +-- package.json | 2 +- pyproject.toml | 2 +- readme.rst | 1 + .../conventional-changelog-tf-a/package.json | 2 +- 8 files changed, 40 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 579615266..7d914cf85 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ # VERSION_MAJOR := 2 VERSION_MINOR := 8 -VERSION_PATCH := 26 +VERSION_PATCH := 27 VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} # Default goal is build all images diff --git a/docs/change-log.md b/docs/change-log.md index f8f400233..f58021deb 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -3,6 +3,37 @@ This document contains a summary of the new features, changes, fixes and known issues in each release of Trusted Firmware-A. +## [lts-2.8.27](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.26..refs/tags/lts-v2.8.27) (2025-01-10) + +### Miscellaneous + +- **Libraries** + + - **CPU Support** + + - optimise runtime errata applications ([9f34221](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/9f342211fa4796b43e49b54dcc60a8d71c02f317)) + +### Resolved Issues + +- **Libraries** + + - **CPU Support** + + - workaround for Cortex-X4 erratum 2923985 ([3edd92a](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/3edd92a1f217e6d776f9ada95e4d28158d42e2db)) + - workaround for CVE-2024-5660 for Cortex-A710 ([5625d9e](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/5625d9e289f6e4da898a51bc444727267d703917)) + - workaround for CVE-2024-5660 for Cortex-A77 ([1f48d84](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/1f48d849e26ad2abc400d13276f3e74125fdfcd0)) + - workaround for CVE-2024-5660 for Cortex-A78 ([de65c9f](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/de65c9fc432e0978606df9f78811e6e91c44bf72)) + - workaround for CVE-2024-5660 for Cortex-A78_AE ([5e99888](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/5e99888274317a2bd84f2ac2f60811abb67b42eb)) + - workaround for CVE-2024-5660 for Cortex-A78C ([d87e449](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/d87e4498925651fb174a05b5977bccf43958c3ed)) + - workaround for CVE-2024-5660 for Cortex-X1 ([feb80a6](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/feb80a641476064824856c93a99afc9d81fe4d79)) + - workaround for CVE-2024-5660 for Cortex-X2 ([07a4df5](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/07a4df505864ddd452dac30993e181812c507ed7)) + - workaround for CVE-2024-5660 for Cortex-X3 ([9761fcc](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/9761fcc4d1322ea16f81f4e7b57a5a9e1b36e8e1)) + - workaround for CVE-2024-5660 for Cortex-X4 ([03d2ef8](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/03d2ef8b0fde7c76c7499dea0a357d35f3a8aaf5)) + - workaround for CVE-2024-5660 for Neoverse-N2 ([ca1a7aa](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/ca1a7aaf72aa4c7fff6b5b962d01178f77cbef4f)) + - workaround for CVE-2024-5660 for Neoverse-V1 ([ba5453c](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/ba5453ca4fd40af263625def34925119b8899201)) + - workaround for CVE-2024-5660 for Neoverse-V2 ([cfa1200](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/cfa1200ff979e4cc12e446abe80b7b205dc27017)) + - workaround for CVE-2024-5660 for Neoverse-V3 ([85b4f45](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/85b4f4595b5c619ea1444cbb555ede21045ef0aa)) + ## [lts-2.8.26](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.25..refs/tags/lts-v2.8.26) (2024-12-06) ### Build System diff --git a/docs/conf.py b/docs/conf.py index 676ffec27..4eb7e4da8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,8 +14,8 @@ project = "Trusted Firmware-A" author = "Trusted Firmware-A contributors" -version = "2.8.26" -release = "2.8.26" +version = "2.8.27" +release = "2.8.27" # -- General configuration --------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index f76375c7e..cada6cd6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "trusted-firmware-a", - "version": "2.8.26", + "version": "2.8.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "trusted-firmware-a", - "version": "2.8.26", + "version": "2.8.27", "hasInstallScript": true, "license": "BSD-3-Clause", "devDependencies": { diff --git a/package.json b/package.json index bd66f6cdd..222b77df8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trusted-firmware-a", - "version": "2.8.26", + "version": "2.8.27", "license": "BSD-3-Clause", "type": "module", "private": true, diff --git a/pyproject.toml b/pyproject.toml index 2e76e1422..0eb1a709b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trusted-firmware-a" -version = "2.8.26" +version = "2.8.27" description = "Trusted Firmware-A (TF-A) Python dependencies." authors = ["Arm Ltd."] license = "BSD-3-Clause" diff --git a/readme.rst b/readme.rst index 5e1deab15..4fc33212a 100644 --- a/readme.rst +++ b/readme.rst @@ -59,3 +59,4 @@ that is available through `trustedfirmware.org`_. + diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json index 7ceba430b..7c05a1ee1 100644 --- a/tools/conventional-changelog-tf-a/package.json +++ b/tools/conventional-changelog-tf-a/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-tf-a", - "version": "2.8.26", + "version": "2.8.27", "license": "BSD-3-Clause", "private": true, "main": "index.js",