Skip to content

Commit d6a2039

Browse files
[3.3.2] Manifest Commit and Consolidated Release Notes (#5820)
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Peter Zhu <[email protected]>
1 parent a000b0c commit d6a2039

File tree

2 files changed

+105
-12
lines changed

2 files changed

+105
-12
lines changed

manifests/3.3.2/opensearch-3.3.2.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ci:
2222
components:
2323
- name: OpenSearch
2424
repository: https://github.com/opensearch-project/OpenSearch.git
25-
ref: '3.3'
25+
ref: tags/3.3.2
2626
- name: common-utils
2727
repository: https://github.com/opensearch-project/common-utils.git
2828
ref: tags/3.3.0.0
@@ -37,7 +37,7 @@ components:
3737
- windows
3838
- name: opensearch-remote-metadata-sdk
3939
repository: https://github.com/opensearch-project/opensearch-remote-metadata-sdk.git
40-
ref: '3.3'
40+
ref: tags/3.3.2.0
4141
platforms:
4242
- linux
4343
- windows
@@ -49,13 +49,13 @@ components:
4949
- windows
5050
- name: security
5151
repository: https://github.com/opensearch-project/security.git
52-
ref: '3.3'
52+
ref: tags/3.3.2.0
5353
platforms:
5454
- linux
5555
- windows
5656
- name: k-NN
5757
repository: https://github.com/opensearch-project/k-NN.git
58-
ref: '3.3'
58+
ref: tags/3.3.2.0
5959
platforms:
6060
- linux
6161
- windows
@@ -79,7 +79,7 @@ components:
7979
- common-utils
8080
- name: ml-commons
8181
repository: https://github.com/opensearch-project/ml-commons.git
82-
ref: '3.3'
82+
ref: tags/3.3.2.0
8383
platforms:
8484
- linux
8585
- windows
@@ -89,7 +89,7 @@ components:
8989
- opensearch-remote-metadata-sdk
9090
- name: neural-search
9191
repository: https://github.com/opensearch-project/neural-search.git
92-
ref: '3.3'
92+
ref: tags/3.3.2.0
9393
platforms:
9494
- linux
9595
- windows
@@ -98,7 +98,7 @@ components:
9898
- k-NN
9999
- name: notifications-core
100100
repository: https://github.com/opensearch-project/notifications.git
101-
ref: '3.3'
101+
ref: tags/3.3.2.0
102102
working_directory: notifications
103103
platforms:
104104
- linux
@@ -107,7 +107,7 @@ components:
107107
- common-utils
108108
- name: notifications
109109
repository: https://github.com/opensearch-project/notifications.git
110-
ref: '3.3'
110+
ref: tags/3.3.2.0
111111
working_directory: notifications
112112
platforms:
113113
- linux
@@ -167,7 +167,7 @@ components:
167167
- common-utils
168168
- name: security-analytics
169169
repository: https://github.com/opensearch-project/security-analytics.git
170-
ref: '3.3'
170+
ref: tags/3.3.2.0
171171
platforms:
172172
- linux
173173
- windows
@@ -197,7 +197,7 @@ components:
197197
- windows
198198
- name: flow-framework
199199
repository: https://github.com/opensearch-project/flow-framework.git
200-
ref: '3.3'
200+
ref: tags/3.3.2.0
201201
platforms:
202202
- linux
203203
- windows
@@ -209,7 +209,7 @@ components:
209209
- neural-search
210210
- name: skills
211211
repository: https://github.com/opensearch-project/skills.git
212-
ref: '3.3'
212+
ref: tags/3.3.2.0
213213
platforms:
214214
- linux
215215
- windows
@@ -220,7 +220,7 @@ components:
220220
- ml-commons
221221
- name: query-insights
222222
repository: https://github.com/opensearch-project/query-insights.git
223-
ref: '3.3'
223+
ref: tags/3.3.2.0
224224
platforms:
225225
- linux
226226
- windows
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
# OpenSearch 3.3.2 and OpenSearch Dashboards 3.3.0 Release Notes
2+
3+
## Release Highlights
4+
Includes maintenance changes and bug fixes for the OpenSearch core engine and ML Commons, Neural Search, Skills, k-NN and Security plugins.
5+
6+
## Release Details
7+
[OpenSearch 3.3.2](https://opensearch.org/artifacts/by-version/#release-3-3-2) includes the following bug fix updates.
8+
9+
OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-3.3.2.md).
10+
11+
12+
## FEATURES
13+
14+
15+
### OpenSearch ML Commons
16+
17+
18+
* Nova mme support ([#4368](https://github.com/opensearch-project/ml-commons/pull/4368))
19+
20+
21+
## ENHANCEMENTS
22+
23+
24+
### OpenSearch ML Commons
25+
26+
27+
* Support MCP connector in agent update API ([#4352](https://github.com/opensearch-project/ml-commons/pull/4352))
28+
* Add refresh policy; add checkpoint id field ([#4305](https://github.com/opensearch-project/ml-commons/pull/4305))
29+
30+
31+
### OpenSearch Neural Search
32+
33+
34+
* [Agentic Search] Add conversation search support with agentic search ([#1626](https://github.com/opensearch-project/neural-search/pull/1626))
35+
* [Agentic Search] Extract JSON from Agent Response ([#1631](https://github.com/opensearch-project/neural-search/pull/1631))
36+
* [Agentic Search] Extract agent summary based on models ([#1633](https://github.com/opensearch-project/neural-search/pull/1633))
37+
38+
39+
## BUG FIXES
40+
41+
42+
### OpenSearch Core Engine
43+
* Fix issue with updating core with a patch number other than 0 ([#19377](https://github.com/opensearch-project/OpenSearch/pull/19377))
44+
* Fix IndexOutOfBoundsException when running include/exclude on non-existent prefix in terms aggregations ([#19637](https://github.com/opensearch-project/OpenSearch/pull/19637))
45+
* Add S3Repository.LEGACY_MD5_CHECKSUM_CALCULATION to list of repository-s3 settings ([#19789](https://github.com/opensearch-project/OpenSearch/pull/19789))
46+
47+
48+
49+
### OpenSearch k-NN
50+
51+
52+
* Do not apply memory optimized search for old indices. ([#2918](https://github.com/opensearch-project/k-NN/pull/2918))
53+
54+
55+
### OpenSearch ML Commons
56+
57+
58+
* [Agentic Search] Add extract JSON processor in Query Planning Tool ([#4356](https://github.com/opensearch-project/ml-commons/pull/4356))
59+
* Add name validation to index prefix ([#4332](https://github.com/opensearch-project/ml-commons/pull/4332))
60+
* Fix CVE-2025-58057 ([#4338](https://github.com/opensearch-project/ml-commons/pull/4338))
61+
* Fix unsupported operation exception in execute tool API ([#4325](https://github.com/opensearch-project/ml-commons/pull/4325))
62+
* Fixing regex bypass issue ([#4336](https://github.com/opensearch-project/ml-commons/pull/4336))
63+
* Fix when return\_history is true ([#4310](https://github.com/opensearch-project/ml-commons/pull/4310))
64+
* Use filtered output in agent tool response streaming ([#4335](https://github.com/opensearch-project/ml-commons/pull/4335))
65+
* Combine json chunks from requests ([#4317](https://github.com/opensearch-project/ml-commons/pull/4317))
66+
67+
68+
### OpenSearch Remote Metadata SDK
69+
70+
71+
* Upgrading netty codec version to match with OpenSearch Core Engine ([#273](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/273))
72+
73+
74+
### OpenSearch Security
75+
76+
77+
* Create a WildcardMatcher.NONE when creating a WildcardMatcher with an empty string ([#5694](https://github.com/opensearch-project/security/pull/5694))
78+
* Add security provider earlier in bootstrap process ([#5749](https://github.com/opensearch-project/security/pull/5749))
79+
80+
81+
### OpenSearch Skills
82+
83+
84+
* Fix regex bypass issue ([#656](https://github.com/opensearch-project/skills/pull/656))
85+
86+
87+
## MAINTENANCE
88+
89+
90+
### OpenSearch Core Engine
91+
* Bump ch.qos.logback modules from 1.5.18 to 1.5.20 in HDFS test fixture ([#19764](https://github.com/opensearch-project/OpenSearch/pull/19764))
92+
* Bump org.bouncycastle:bc-fips from 2.1.1 to 2.1.2 ([#19817](https://github.com/opensearch-project/OpenSearch/pull/19817))
93+

0 commit comments

Comments
 (0)