Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ baseurl: "/for-elasticsearch-docs" # the subpath of your site, e.g. /blog
url: "https://opendistro.github.io" # the base hostname & protocol for your site, e.g. http://example.com
permalink: pretty

odfe_version: 1.13.2
odfe_version: 1.13.3
odfe_major_version: 1.13
es_version: 7.10.2

Expand Down
1 change: 1 addition & 0 deletions version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permalink: /version-history/

Open Distro for Elasticsearch version | Release highlights | Release date | Elasticsearch version
:--- | :--- | :--- | :---
[1.13.3](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/main/release-notes/opendistro-for-elasticsearch-release-notes-1.13.3.md) | Adds security measures that patch the [CVE-2021-44228 vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2021-44228), which affects the [log4j library](https://logging.apache.org/log4j/2.x/). | 11 December 2021 | 7.10.2
[1.13.2](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/main/release-notes/opendistro-for-elasticsearch-release-notes-1.13.2.md) | Adds Trace Analytics plugin to Kibana. Includes bug fixes for ISM, Kibana reports, Kibana notebooks, and SQL. | 7 April 2021 | 7.10.2
[1.13.1](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/main/release-notes/opendistro-for-elasticsearch-release-notes-1.13.1.md) | Fixes bugs with Performance Analyzer failing to start and the security plugin blocking requests to `_cat/health`. | 4 March 2021 | 7.10.2
[1.13.0](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/main/release-notes/opendistro-for-elasticsearch-release-notes-1.13.0.md) | Adds ARM64 support, enhancements to SQL, asynchronous search plugin, and Historical Data Workbench for the anomaly detection plugin. Bumps Elasticsearch version. | 17 February 2021 | 7.10.2
Expand Down