From b081996bb799e349c42e0867786f7d830d2a0c91 Mon Sep 17 00:00:00 2001 From: Peter Nose Date: Thu, 13 Feb 2025 12:07:28 +0100 Subject: [PATCH] changelog: Improve per-runtime changes --- .changelog/6063.trivial.md | 0 CHANGELOG.md | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .changelog/6063.trivial.md diff --git a/.changelog/6063.trivial.md b/.changelog/6063.trivial.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/CHANGELOG.md b/CHANGELOG.md index d792af3f872..0e07ded33cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,13 +38,13 @@ The format is inspired by [Keep a Changelog]. The following configuration options have been added: - - `runtime.runtimes.id` is the runtime identifier, + - `runtime.runtimes[].id` is the runtime identifier, - - `runtime.runtimes.components` is the list of components to configure, + - `runtime.runtimes[].components` is the list of components to configure, - - `runtime.runtimes.config` is the runtime local configuration, + - `runtime.runtimes[].config` is the runtime local configuration, - - `runtime.runtimes.registries` is the list of runtime specific URLs + - `runtime.runtimes[].registries` is the list of runtime specific URLs used to fetch runtime bundle metadata, - `runtime.registries` is the list of global URLs used to fetch @@ -67,7 +67,7 @@ The format is inspired by [Keep a Changelog]. - `runtime.debug_mock_tee` to enable TEE mocking for testing, - - `runtime.runtimes.components.tee` to specify the TEE for a component. + - `runtime.runtimes[].components[].tee` to specify the TEE for a component. These changes affect the configuration of the client node if the runtime bundle contains both TEE and non-TEE binaries. In such cases, the node