Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Update version check and reason

Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
  • Loading branch information
austintlee committed May 9, 2023
1 parent 57e75ee commit 6316b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Fix compression support for h2c protocol ([#4944](https://github.com/opensearch-project/OpenSearch/pull/4944))
- Support OpenSSL Provider with default Netty allocator ([#5460](https://github.com/opensearch-project/OpenSearch/pull/5460))
- Replaces ZipInputStream with ZipFile to fix Zip Slip vulnerability ([#7230](https://github.com/opensearch-project/OpenSearch/pull/7230))
- Fix NPE in multiterms aggregations involving empty buckets ([#7318](https://github.com/opensearch-project/OpenSearch/pull/7318))

### Security

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ setup:
---
"aggregate over multi-terms test":
- skip:
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0
version: "- 2.9.99"
reason: "multi_terms aggregation was introduced in 2.1.0, NPE bug checked by this test case will manifest in any version < 3.0"

- do:
bulk:
Expand Down

0 comments on commit 6316b5b

Please sign in to comment.