Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates version to 2.0.1 and adds release notes #189

Merged
merged 5 commits into from
Jan 31, 2023
Merged
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
@@ -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"
12 changes: 12 additions & 0 deletions release-notes/logstash-output-opensearch-release-notes-2.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Version 2.0.1 Release Notes
Compatible with OpenSearch 1.3+, 2.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)