Skip to content

Commit f7f1f3f

Browse files
authored
Update version to 1.3.0 and add a release note for this version. (#156) (#158)
Signed-off-by: Deep Datta <deedatta@amazon.com>
1 parent cac8915 commit f7f1f3f

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

logstash-output-opensearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ signing_key_path = "gem-private_key.pem"
1111

1212
Gem::Specification.new do |s|
1313
s.name = 'logstash-output-opensearch'
14-
s.version = '1.2.0'
14+
s.version = '1.3.0'
1515

1616
s.licenses = ['Apache-2.0']
1717
s.summary = "Stores logs in OpenSearch"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Version 1.3.0 Release Notes
2+
3+
Compatible with OpenSearch 1.3.4, 2.1.0
4+
5+
### Features
6+
7+
8+
### Enhancements
9+
10+
* Support for Logstash 8.x ([#152](https://github.com/opensearch-project/logstash-output-opensearch/pull/152))
11+
12+
13+
### Bugfixes
14+
15+
* Use absolute path for template endpoint ('/_template' instead of '_template') ([#146](https://github.com/opensearch-project/logstash-output-opensearch/pull/146))
16+
* Template management fails when AWS IAM authentication is used ([issue #124](https://github.com/opensearch-project/logstash-output-opensearch/issues/124))
17+
* Cannot install index template ([issue #144](https://github.com/opensearch-project/logstash-output-opensearch/issues/144))
18+
* Add Default template for OpenSearch 2.x. ([#150](https://github.com/opensearch-project/logstash-output-opensearch/pull/150))
19+
* Cannot install template for OpenSearch 2.x ([issue #145](https://github.com/opensearch-project/logstash-output-opensearch/issues/145))
20+
21+
### Infrastructure
22+
23+
* Update CI to use latest Logstash ([#152](https://github.com/opensearch-project/logstash-output-opensearch/pull/152))
24+
* Update CI to run against OpenSearch 2.x ([#153](https://github.com/opensearch-project/logstash-output-opensearch/pull/153))
25+
26+
### Documentation

0 commit comments

Comments
 (0)