Skip to content

Commit

Permalink
Update supported version for must_exist parameter in update aliases A…
Browse files Browse the repository at this point in the history
…PI (opensearch-project#11872)

* Update supported version for must_exist parameter in update aliases API

Signed-off-by: Gao Binlong <[email protected]>

* Modify change log

Signed-off-by: Gao Binlong <[email protected]>

---------

Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong authored Jan 13, 2024
1 parent c8ae7f0 commit 988dea8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Don't over-allocate in HeapBufferedAsyncEntityConsumer in order to consume the response ([#9993](https://github.com/opensearch-project/OpenSearch/pull/9993))
- Update supported version for max_shard_size parameter in Shrink API ([#11439](https://github.com/opensearch-project/OpenSearch/pull/11439))
- Fix typo in API annotation check message ([11836](https://github.com/opensearch-project/OpenSearch/pull/11836))
- Update supported version for must_exist parameter in update aliases API ([#11872](https://github.com/opensearch-project/OpenSearch/pull/11872))

### Security

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"Throw aliases missing exception when removing non-existing alias with setting must_exist to true":
- skip:
version: " - 2.99.99"
reason: "introduced in 3.0"
version: " - 2.11.99"
reason: "introduced in 2.12.0"

- do:
indices.create:
Expand Down Expand Up @@ -47,8 +47,8 @@
---
"Throw aliases missing exception when all of the specified aliases are non-existing":
- skip:
version: " - 2.99.99"
reason: "introduced in 3.0"
version: " - 2.11.99"
reason: "introduced in 2.12.0"

- do:
indices.create:
Expand Down Expand Up @@ -81,8 +81,8 @@
---
"Remove successfully when some specified aliases are non-existing":
- skip:
version: " - 2.99.99"
reason: "introduced in 3.0"
version: " - 2.11.99"
reason: "introduced in 2.12.0"

- do:
indices.create:
Expand Down Expand Up @@ -116,8 +116,8 @@
---
"Remove silently when all of the specified aliases are non-existing and must_exist is false":
- skip:
version: " - 2.99.99"
reason: "introduced in 3.0"
version: " - 2.11.99"
reason: "introduced in 2.12.0"

- do:
indices.create:
Expand Down

0 comments on commit 988dea8

Please sign in to comment.