docs(changelog): changelog for lts-v2.8.28 release
Change-Id: Ieaa8bf9b4d6c69be1cc6b5766e57b90b7f4e687d
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index 7d914cf..d72092a 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
#
VERSION_MAJOR := 2
VERSION_MINOR := 8
-VERSION_PATCH := 27
+VERSION_PATCH := 28
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 f58021d..a757e01 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,58 @@
This document contains a summary of the new features, changes, fixes and known
issues in each release of Trusted Firmware-A.
+## [lts-2.8.28](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.8.27..refs/tags/lts-v2.8.28) (2025-01-27)
+
+### Resolved Issues
+
+- **Platforms**
+
+ - **Arm**
+
+ - add extra hash config to validate ROTPK ([d4ce532](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/d4ce532c61132375c985b7fcc264ab373b19d931))
+
+### Code Refactoring
+
+- **Drivers**
+
+ - **Authentication**
+
+ - **mbedTLS**
+
+ - rename default mbedtls confs ([0f7eed0](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/0f7eed07d488cec58bf38f6fba157c24fb835fa1))
+
+### New Features
+
+- **Drivers**
+
+ - **Authentication**
+
+ - **mbedTLS**
+
+ - mbedtls config update for v3.6.2 ([8c37a4b](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/8c37a4b7f628dd84d19962cb23811a2a113c8171))
+
+### Miscellaneous
+
+- **Dependencies**
+
+ - bump cross-spawn ([b3d5cc3](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/b3d5cc387167864ae17256e0ca60e6552fec7704))
+ - bump jinja2 in the pip group across 1 directory ([0330b63](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/0330b630a93f00aadf955e13718a05310d0a2ff6))
+
+### Documentation
+
+- add inital lts doc ([bf358fe](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/bf358fef72ba3605f58e0a0bb45d7645d451bcfc))
+- updates to LTS ([633fc73](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/633fc732396abd3595da09502f65e436f9088108))
+
+- **Documentation**
+
+ - **Maintainers**
+
+ - update LTS maintainers ([2c60354](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/2c6035419725f1ec44da5be5684f179f66ecb0e1))
+
+ - **Prerequisites**
+
+ - update mbedtls to version 3.6.2 ([ae45ec9](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/ae45ec9d4d242717167276ba86732be4c325df73))
+
## [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
diff --git a/docs/conf.py b/docs/conf.py
index 4eb7e4d..daa83f1 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.27"
-release = "2.8.27"
+version = "2.8.28"
+release = "2.8.28"
# -- General configuration ---------------------------------------------------
diff --git a/package-lock.json b/package-lock.json
index 183fe15..766971d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.27",
+ "version": "2.8.28",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trusted-firmware-a",
- "version": "2.8.27",
+ "version": "2.8.28",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"devDependencies": {
diff --git a/package.json b/package.json
index 222b77d..73fe8c1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
- "version": "2.8.27",
+ "version": "2.8.28",
"license": "BSD-3-Clause",
"type": "module",
"private": true,
diff --git a/pyproject.toml b/pyproject.toml
index 0eb1a70..d2fb762 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
-version = "2.8.27"
+version = "2.8.28"
description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."]
license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index 4fc3321..899d4c0 100644
--- a/readme.rst
+++ b/readme.rst
@@ -60,3 +60,4 @@
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index 7c05a1e..d8c1267 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.27",
+ "version": "2.8.28",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",