Skip to content

Commit 7cdcbd0

Browse files
committed
Merge remote-tracking branch 'upstream/main' into enhance_remove
2 parents a729d27 + 988dea8 commit 7cdcbd0

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8383
- Don't over-allocate in HeapBufferedAsyncEntityConsumer in order to consume the response ([#9993](https://github.com/opensearch-project/OpenSearch/pull/9993))
8484
- Update supported version for max_shard_size parameter in Shrink API ([#11439](https://github.com/opensearch-project/OpenSearch/pull/11439))
8585
- Fix typo in API annotation check message ([11836](https://github.com/opensearch-project/OpenSearch/pull/11836))
86+
- Update supported version for must_exist parameter in update aliases API ([#11872](https://github.com/opensearch-project/OpenSearch/pull/11872))
8687

8788
### Security
8889

rest-api-spec/src/main/resources/rest-api-spec/test/indices.update_aliases/40_remove_with_must_exist.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
"Throw aliases missing exception when removing non-existing alias with setting must_exist to true":
33
- skip:
4-
version: " - 2.99.99"
5-
reason: "introduced in 3.0"
4+
version: " - 2.11.99"
5+
reason: "introduced in 2.12.0"
66

77
- do:
88
indices.create:
@@ -47,8 +47,8 @@
4747
---
4848
"Throw aliases missing exception when all of the specified aliases are non-existing":
4949
- skip:
50-
version: " - 2.99.99"
51-
reason: "introduced in 3.0"
50+
version: " - 2.11.99"
51+
reason: "introduced in 2.12.0"
5252

5353
- do:
5454
indices.create:
@@ -81,8 +81,8 @@
8181
---
8282
"Remove successfully when some specified aliases are non-existing":
8383
- skip:
84-
version: " - 2.99.99"
85-
reason: "introduced in 3.0"
84+
version: " - 2.11.99"
85+
reason: "introduced in 2.12.0"
8686

8787
- do:
8888
indices.create:
@@ -116,8 +116,8 @@
116116
---
117117
"Remove silently when all of the specified aliases are non-existing and must_exist is false":
118118
- skip:
119-
version: " - 2.99.99"
120-
reason: "introduced in 3.0"
119+
version: " - 2.11.99"
120+
reason: "introduced in 2.12.0"
121121

122122
- do:
123123
indices.create:

0 commit comments

Comments
 (0)