Initial 1.3 updates
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
parent
9d9c9bf020
commit
0fee8d188b
|
@ -5,10 +5,10 @@ baseurl: "/docs/latest" # the subpath of your site, e.g. /blog
|
|||
url: "https://opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
permalink: /:path/
|
||||
|
||||
opensearch_version: 1.2.4
|
||||
opensearch_dashboards_version: 1.2.0
|
||||
opensearch_major_minor_version: 1.2
|
||||
lucene_version: 8_9_0
|
||||
opensearch_version: 1.3.0
|
||||
opensearch_dashboards_version: 1.3.0
|
||||
opensearch_major_minor_version: 1.3
|
||||
lucene_version: 8_10_1
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
|
|
|
@ -1 +1 @@
|
|||
message: "OpenSearch 1.2.0 is live 🍾 Try the new observability interface, branding customizer, and more!](/downloads.html)"
|
||||
message: "[OpenSearch 1.3.0 is live 🍾 Try the new observability interface, branding customizer, and more!](/downloads.html)"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"current": "1.2",
|
||||
"current": "1.3",
|
||||
"past": [
|
||||
"1.2",
|
||||
"1.1",
|
||||
"1.0"
|
||||
]
|
||||
|
|
|
@ -65,6 +65,24 @@ bin/opensearch-plugin list
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1.3.0</td>
|
||||
<td>
|
||||
<pre>opensearch-alerting 1.3.0.0
|
||||
opensearch-anomaly-detection 1.3.0.0
|
||||
opensearch-asynchronous-search 1.3.0.0
|
||||
opensearch-cross-cluster-replication 1.3.0.0
|
||||
opensearch-index-management 1.3.0.0
|
||||
opensearch-job-scheduler 1.3.0.0
|
||||
opensearch-knn 1.3.0.0
|
||||
opensearch-ml 1.3.0.0
|
||||
opensearch-observability 1.3.0.0
|
||||
opensearch-performance-analyzer 1.3.0.0
|
||||
opensearch-reports-scheduler 1.3.0.0
|
||||
opensearch-security 1.3.0.0
|
||||
opensearch-sql 1.3.0.0
|
||||
</pre>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1.2.4</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in New Issue