docs(changelog): changelog for lts-v2.10.17 release

Change-Id: Idb2c9520cc51fafc35adbf9c84be08e059759c27
Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile
index 4543810..ed35de1 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
 VERSION_MAJOR			:= 2
 VERSION_MINOR			:= 10
 # VERSION_PATCH is only used for LTS releases
-VERSION_PATCH			:= 16
+VERSION_PATCH			:= 17
 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 d6fd89d..8592583 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -3,6 +3,30 @@
 This document contains a summary of the new features, changes, fixes and known
 issues in each release of Trusted Firmware-A.
 
+## [lts-2.10.17](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.16..refs/tags/lts-v2.10.17) (2025-05-23)
+
+### Build System
+
+- **Dependencies**
+
+  - **Node Package Manager (NPM)**
+
+    - adhere to Husky deprecation notice ([93982eb](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/93982eb31d4dbc645223922e866baa5efae95858))
+
+### Resolved Issues
+
+- **Libraries**
+
+  - **CPU Support**
+
+    - drop esb from the Neoverse N1 ([2f73270](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/2f7327030dbaaceec5c1b318c50f887b5fa2569d))
+
+### Miscellaneous
+
+- **Documentation**
+
+  - add a SBOM template in CycloneDX format ([b42c3c0](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/b42c3c05c429d80c2cd09cea026736e1e0e76ead))
+
 ## [lts-2.10.16](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.15..refs/tags/lts-v2.10.16) (2025-05-02)
 
 ### Miscellaneous
diff --git a/docs/conf.py b/docs/conf.py
index fbe472a..3ddcc92 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,8 +14,8 @@
 
 project = "Trusted Firmware-A"
 author = "Trusted Firmware-A contributors"
-version = "2.10.16"
-release = "2.10.16"
+version = "2.10.17"
+release = "2.10.17"
 
 # -- General configuration ---------------------------------------------------
 
diff --git a/package-lock.json b/package-lock.json
index d5e81ef..3c407bc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "trusted-firmware-a",
-  "version": "2.10.16",
+  "version": "2.10.17",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "trusted-firmware-a",
-      "version": "2.10.16",
+      "version": "2.10.17",
       "license": "BSD-3-Clause",
       "devDependencies": {
         "@commitlint/cli": "^19.0.0",
diff --git a/package.json b/package.json
index 96658c7..1d89d32 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "trusted-firmware-a",
-  "version": "2.10.16",
+  "version": "2.10.17",
   "license": "BSD-3-Clause",
   "type": "module",
   "private": true,
diff --git a/pyproject.toml b/pyproject.toml
index 66cb8cf..469bcf9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "trusted-firmware-a"
-version = "2.10.16"
+version = "2.10.17"
 description = "Trusted Firmware-A (TF-A) Python dependencies."
 authors = ["Arm Ltd."]
 license = "BSD-3-Clause"
diff --git a/readme.rst b/readme.rst
index ff7bb56..0d71781 100644
--- a/readme.rst
+++ b/readme.rst
@@ -62,3 +62,4 @@
 
 
 
+
diff --git a/tools/conventional-changelog-tf-a/package.json b/tools/conventional-changelog-tf-a/package.json
index d826515..f66b2ae 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.10.16",
+  "version": "2.10.17",
   "license": "BSD-3-Clause",
   "private": true,
   "main": "index.js",