diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ae7e66..d27de252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.10.5] - 2024-03-04 +### Fixed +- Corrected minor errors in a couple description fields in API spec (no functional impact) + ## [2.10.4] - 2024-02-13 ### Changed - Updated API spec to reflect the actual API behavior: a component filter must have exactly one diff --git a/api/openapi.yaml.in b/api/openapi.yaml.in index 3592802a..53b3a1b2 100644 --- a/api/openapi.yaml.in +++ b/api/openapi.yaml.in @@ -1403,7 +1403,7 @@ components: readOnly: true V2ComponentActualState: description: | - The desired boot artifacts and configuration for a Component + The actual boot artifacts and configuration for a Component type: object properties: boot_artifacts: @@ -1429,7 +1429,7 @@ components: additionalProperties: false V2ComponentStagedState: description: | - The desired boot artifacts and configuration for a Component. Optionally, a Session + The staged boot artifacts and configuration for a Component. Optionally, a Session may be set which can be triggered at a later time against this Component. type: object properties: