Skip to content

Commit

Permalink
Merge pull request #6063 from oasisprotocol/peternose/trivial/changel…
Browse files Browse the repository at this point in the history
…og-runtimes

changelog: Improve per-runtime changes
  • Loading branch information
peternose authored Feb 13, 2025
2 parents b8b507a + b081996 commit 07c97ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Empty file added .changelog/6063.trivial.md
Empty file.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 07c97ac

Please sign in to comment.