Skip to content
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 logstash-output-opensearch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ signing_key_path = "gem-private_key.pem"

Gem::Specification.new do |s|
s.name = 'logstash-output-opensearch'
s.version = '1.2.0'
s.version = '1.3.0'

s.licenses = ['Apache-2.0']
s.summary = "Stores logs in OpenSearch"
Expand Down
26 changes: 26 additions & 0 deletions release-notes/logstash-output-opensearch.release-notes-1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Version 1.3.0 Release Notes
Copy link
Contributor

@sshivanii sshivanii Aug 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the release note auto-generated, looks like it's not. Minor: We may want to get rid of sections Features and Documentation in that case since they're empty.


Compatible with OpenSearch 1.3.4, 2.1.0

### Features


### Enhancements

* Support for Logstash 8.x ([#152](https://github.com/opensearch-project/logstash-output-opensearch/pull/152))


### Bugfixes

* Use absolute path for template endpoint ('/_template' instead of '_template') ([#146](https://github.com/opensearch-project/logstash-output-opensearch/pull/146))
* Template management fails when AWS IAM authentication is used ([issue #124](https://github.com/opensearch-project/logstash-output-opensearch/issues/124))
* Cannot install index template ([issue #144](https://github.com/opensearch-project/logstash-output-opensearch/issues/144))
* Add Default template for OpenSearch 2.x. ([#150](https://github.com/opensearch-project/logstash-output-opensearch/pull/150))
* Cannot install template for OpenSearch 2.x ([issue #145](https://github.com/opensearch-project/logstash-output-opensearch/issues/145))

### Infrastructure

* Update CI to use latest Logstash ([#152](https://github.com/opensearch-project/logstash-output-opensearch/pull/152))
* Update CI to run against OpenSearch 2.x ([#153](https://github.com/opensearch-project/logstash-output-opensearch/pull/153))

### Documentation