From f05d43fae04fbc64db3c16bd6a461e02d4f734e3 Mon Sep 17 00:00:00 2001 From: Shivani Shukla Date: Mon, 30 Jan 2023 14:35:16 -0600 Subject: [PATCH 1/5] Adds release notes for 2.0.1 Signed-off-by: Shivani Shukla --- ...tash-output-opensearch-release-notes-2.0.1.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 release-notes/logstash-output-opensearch-release-notes-2.0.1.md diff --git a/release-notes/logstash-output-opensearch-release-notes-2.0.1.md b/release-notes/logstash-output-opensearch-release-notes-2.0.1.md new file mode 100644 index 0000000..2ba2e8f --- /dev/null +++ b/release-notes/logstash-output-opensearch-release-notes-2.0.1.md @@ -0,0 +1,16 @@ +## Version 2.0.1 Release Notes +Compatible with OpenSearch 1.3.4, 2.1.0 + +### Bug Fixes +* Fix a gzip compression issue when sending partial bulk requests (#183) + +### Documentation +* Update the OpenSearch documentation website link for this plugin (#178) +* Updated MAINTAINERS.md format. (#185) + +### Infrastructure +* Add release workflows (#188) + +### Enhancements +* AWS SDK dependency updated to 3.0 to work with Logstash 8.4.0 ([#171](https://github.com/opensearch-project/logstash-output-opensearch/pull/171)) + From b189f0d5d78b2a980a197f771b1ee7077a602d78 Mon Sep 17 00:00:00 2001 From: Shivani Shukla Date: Mon, 30 Jan 2023 14:41:56 -0600 Subject: [PATCH 2/5] Removes a redundant pointer Signed-off-by: Shivani Shukla --- .../logstash-output-opensearch-release-notes-2.0.1.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/release-notes/logstash-output-opensearch-release-notes-2.0.1.md b/release-notes/logstash-output-opensearch-release-notes-2.0.1.md index 2ba2e8f..74b8919 100644 --- a/release-notes/logstash-output-opensearch-release-notes-2.0.1.md +++ b/release-notes/logstash-output-opensearch-release-notes-2.0.1.md @@ -10,7 +10,3 @@ Compatible with OpenSearch 1.3.4, 2.1.0 ### Infrastructure * Add release workflows (#188) - -### Enhancements -* AWS SDK dependency updated to 3.0 to work with Logstash 8.4.0 ([#171](https://github.com/opensearch-project/logstash-output-opensearch/pull/171)) - From 4db01477584a3b8db43b28233074bcac5a0eaaf8 Mon Sep 17 00:00:00 2001 From: Shivani Shukla Date: Mon, 30 Jan 2023 14:48:21 -0600 Subject: [PATCH 3/5] Updates the version to 2.0.1 Signed-off-by: Shivani Shukla --- logstash-output-opensearch.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logstash-output-opensearch.gemspec b/logstash-output-opensearch.gemspec index 0484320..bd87893 100644 --- a/logstash-output-opensearch.gemspec +++ b/logstash-output-opensearch.gemspec @@ -11,7 +11,7 @@ signing_key_path = "gem-private_key.pem" Gem::Specification.new do |s| s.name = 'logstash-output-opensearch' - s.version = '2.0.0' + s.version = '2.0.1' s.licenses = ['Apache-2.0'] s.summary = "Stores logs in OpenSearch" From 91b1b38b72fe9d028f396844fe34b3822e771f7a Mon Sep 17 00:00:00 2001 From: Shivani Shukla Date: Tue, 31 Jan 2023 13:14:13 -0600 Subject: [PATCH 4/5] Compatbility with 1.3+ Signed-off-by: Shivani Shukla --- release-notes/logstash-output-opensearch-release-notes-2.0.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/logstash-output-opensearch-release-notes-2.0.1.md b/release-notes/logstash-output-opensearch-release-notes-2.0.1.md index 74b8919..49a581b 100644 --- a/release-notes/logstash-output-opensearch-release-notes-2.0.1.md +++ b/release-notes/logstash-output-opensearch-release-notes-2.0.1.md @@ -1,5 +1,5 @@ ## Version 2.0.1 Release Notes -Compatible with OpenSearch 1.3.4, 2.1.0 +Compatible with OpenSearch 1.3+, 2.1.0 ### Bug Fixes * Fix a gzip compression issue when sending partial bulk requests (#183) From a2c9ae6c0d3e7baf4cea1d5f4423c1922c5e59e4 Mon Sep 17 00:00:00 2001 From: Shivani Shukla Date: Tue, 31 Jan 2023 14:39:35 -0600 Subject: [PATCH 5/5] Updates Opensearch compatibility versions Signed-off-by: Shivani Shukla --- release-notes/logstash-output-opensearch-release-notes-2.0.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/logstash-output-opensearch-release-notes-2.0.1.md b/release-notes/logstash-output-opensearch-release-notes-2.0.1.md index 49a581b..8e8f651 100644 --- a/release-notes/logstash-output-opensearch-release-notes-2.0.1.md +++ b/release-notes/logstash-output-opensearch-release-notes-2.0.1.md @@ -1,5 +1,5 @@ ## Version 2.0.1 Release Notes -Compatible with OpenSearch 1.3+, 2.1.0 +Compatible with OpenSearch 1.3+, 2.0+ ### Bug Fixes * Fix a gzip compression issue when sending partial bulk requests (#183)