From faf5b330c8126ba9bdaab98e37f2ad590e2e5ed3 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Wed, 12 Feb 2025 11:13:52 -0500 Subject: [PATCH] Fix lint error and add to CHANGELOG Signed-off-by: Craig Perkins --- CHANGELOG.md | 1 + spec/schemas/_common.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 278732640..ac1199e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,6 +117,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Changed naming of `snapshot._common`'s `Status`, `ShardsStats`, `ShardsStatsStage`, `ShardsStatsSummary` and `ShardsStatsSummaryItem` schemas to be prefixed with `Snapshot` ([#730](https://github.com/opensearch-project/opensearch-api-specification/pull/730)) - Changed `ml.get_memory` and `ml.get_message` to split out `get_all` variants ([#796](https://github.com/opensearch-project/opensearch-api-specification/pull/796)) - Changed `ml.get_tools` to have two different operation groups `ml.get_all_tools` and `ml.get_tool` ([#799](https://github.com/opensearch-project/opensearch-api-specification/pull/799)) +- Update `PluginStats` with new field in response `optional_extended_plugins` ([#814](https://github.com/opensearch-project/opensearch-api-specification/pull/814)) ## [0.1.0] - 2024-10-25 diff --git a/spec/schemas/_common.yaml b/spec/schemas/_common.yaml index cf988cbd2..bddc76358 100644 --- a/spec/schemas/_common.yaml +++ b/spec/schemas/_common.yaml @@ -1528,8 +1528,8 @@ components: - java_version - name - opensearch_version - - version - optional_extended_plugins + - version NodeStatistics: type: object properties: