Skip to content

Commit

Permalink
Add release notes for 1.3.6 release (#2699)
Browse files Browse the repository at this point in the history
* Add release notes for 1.3.6

Signed-off-by: Zelin Hao <zelinhao@amazon.com>

* Update wording

Signed-off-by: Zelin Hao <zelinhao@amazon.com>

Signed-off-by: Zelin Hao <zelinhao@amazon.com>
  • Loading branch information
zelinh authored Oct 6, 2022
1 parent 3938c4f commit 3d5bd99
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions release-notes/opensearch-release-notes-1.3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# OpenSearch and OpenSearch Dashboards 1.3.6 Release Notes

## Release Details

OpenSearch and OpenSearch Dashboards 1.3.6 includes the following bug fixes, infrastructure and maintenance updates.

OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-1.3.6.md).

OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/release-notes/opensearch-dashboards.release-notes-1.3.6.md).

## BUG FIXES

### OpenSearch Alerting
* Update ktlint and force common-codec version ([#575](https://github.com/opensearch-project/alerting/pull/575))
* Upgrade kotlin to 1.16.10 ([#567](https://github.com/opensearch-project/alerting/pull/567))

### OpenSearch Anomaly Detection
* Update jackson dependency version ([#678](https://github.com/opensearch-project/anomaly-detection/pull/678))

### OpenSearch Common Utils
* Bump kotlin version ([#266](https://github.com/opensearch-project/common-utils/pull/266))
* Disable detekt ([#266](https://github.com/opensearch-project/common-utils/pull/266))

### OpenSearch Dashboards Reports
* Updated Kotlin to 1.6.0 and jsoup to 1.15.3 ([#472](https://github.com/opensearch-project/dashboards-reports/pull/472))
* Update jackson to 2.13.4 ([#479](https://github.com/opensearch-project/dashboards-reports/pull/479))

### OpenSearch Index Management
* Re-enabled detekt and fixed issues; Upgraded snakeyml version 1.32 and Kotlin version to 1.6.10 to fix CVE issues; Upgraded Jackson version align with upstream ([#535](https://github.com/opensearch-project/index-management/pull/535))

### OpenSearch Ml Commons
* Fix jackson databind version: use same version as OpenSearch core ([#381](https://github.com/opensearch-project/ml-commons/pull/381))

### OpenSearch Observability
* Updated Kotlin to 1.6.0 ([#1052](https://github.com/opensearch-project/observability/pull/1052))
* Update Jackson to 2.13.4 ([#1066](https://github.com/opensearch-project/observability/pull/1066))

### Opensearch Security
* Scope updateVersion to only build.gradle ([#2121](https://github.com/opensearch-project/security/pull/2121))

### Opensearch Security Dashboards Plugin
* Fix for Tenancy info getting lost on re-login in SAML Authentication flow ([#1125](https://github.com/opensearch-project/security-dashboards-plugin/pull/1125))
* Fixed the tenant switching after timeout ([#1090](https://github.com/opensearch-project/security-dashboards-plugin/pull/1090))
* Select tenant popup only appears when mutli-tenacy is enabled ([#965](https://github.com/opensearch-project/security-dashboards-plugin/pull/965))

## DOCUMENTATION

### OpenSearch Index Management
* Added 1.3.6 release note ([#536](https://github.com/opensearch-project/index-management/pull/536))

## MAINTENANCE

### OpenSearch Cross Cluster Replication
* Upgrade Snakeyml version to 1.32 and Jackson version to 2.13.4 ([#573](https://github.com/opensearch-project/cross-cluster-replication/pull/573))

### OpenSearch Dashboards Reports
* Bump version to 1.3.6 ([#473](https://github.com/opensearch-project/dashboards-reports/pull/473))

### OpenSearch Ml Commons
* Increment version to 1.3.6 and remove jackson force version ([#454](https://github.com/opensearch-project/ml-commons/pull/454))

### OpenSearch Observability
* Bump version to 1.3.6 ([#1059](https://github.com/opensearch-project/observability/pull/1059))

### Opensearch Security
* Update jackson version to 2.13.4 ([#2128](https://github.com/opensearch-project/security/pull/2128))
* Update Kafka Client to 3.0.2 ([#2129](https://github.com/opensearch-project/security/pull/2129))
* Staging for version increment automation ([#2029](https://github.com/opensearch-project/security/pull/2029))

0 comments on commit 3d5bd99

Please sign in to comment.