Skip to content

Commit

Permalink
docs(changelog): changelog for lts-v2.10.12 release
Browse files Browse the repository at this point in the history
Change-Id: I0a3044f82666a879f731bbc536819c97fa5532c0
Signed-off-by: Release CI <[email protected]>
  • Loading branch information
Release CI committed Jan 27, 2025
1 parent 7bdf516 commit 408ba4d
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
VERSION_MAJOR := 2
VERSION_MINOR := 10
# VERSION_PATCH is only used for LTS releases
VERSION_PATCH := 11
VERSION_PATCH := 12
VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}

# Default goal is build all images
Expand Down
52 changes: 52 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.12](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.11..refs/tags/lts-v2.10.12) (2025-01-27)

### Resolved Issues

- **Platforms**

- **Arm**

- add extra hash config to validate ROTPK ([8b2c885](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/8b2c885739ddcb96efef2e1df14e39df6b39eb12))

### Code Refactoring

- **Drivers**

- **Authentication**

- **mbedTLS**

- rename default mbedtls confs ([0ac65e7](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/0ac65e7aa5ecfc1f6ad37c0b27f8ddc662e8c6c6))

### New Features

- **Drivers**

- **Authentication**

- **mbedTLS**

- mbedtls config update for v3.6.2 ([5649226](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/564922601397355eb13b21bafc8e4b9c85db5785))

### Miscellaneous

- **Dependencies**

- bump cross-spawn ([924c7f4](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/924c7f42ce4a32eb4c725fccf6b2fc0a0c9c71a4))
- bump jinja2 in the pip group across 1 directory ([7c8c034](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/7c8c034e5fed2b42674f7fba0575e69dd5542571))

### Documentation

- add inital lts doc ([13657a3](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/13657a3f3f2af1659a1a52cbeb595dc356d7306e))
- updates to LTS ([3d85a19](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/3d85a19f2f540ed9e368bbd07d9bf227647cc08e))

- **Documentation**

- **Maintainers**

- update LTS maintainers ([8355ef7](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/8355ef7728ec432683006e1720dcd661a09649ce))

- **Prerequisites**

- update mbedtls to version 3.6.2 ([44161dc](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/44161dcb10ab9d293370ed1b17f34793e0d4e182))

## [lts-2.10.11](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/lts-v2.10.10..refs/tags/lts-v2.10.11) (2025-01-10)

### Miscellaneous
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

project = "Trusted Firmware-A"
author = "Trusted Firmware-A contributors"
version = "2.10.11"
release = "2.10.11"
version = "2.10.12"
release = "2.10.12"

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trusted-firmware-a",
"version": "2.10.11",
"version": "2.10.12",
"license": "BSD-3-Clause",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trusted-firmware-a"
version = "2.10.11"
version = "2.10.12"
description = "Trusted Firmware-A (TF-A) Python dependencies."
authors = ["Arm Ltd."]
license = "BSD-3-Clause"
Expand Down
1 change: 1 addition & 0 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ that is available through `trustedfirmware.org`_.




2 changes: 1 addition & 1 deletion tools/conventional-changelog-tf-a/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-tf-a",
"version": "2.10.11",
"version": "2.10.12",
"license": "BSD-3-Clause",
"private": true,
"main": "index.js",
Expand Down

0 comments on commit 408ba4d

Please sign in to comment.