Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 27697a7

Browse files
authored
Updating release notes and documentation/download links (#137)
*Issue*: #134 *Description of changes*: Updated release notes and fixed the broken links.
1 parent e439389 commit 27697a7

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ afterEvaluate {
192192

193193
license 'ASL-2.0'
194194
maintainer 'OpenDistro for Elasticsearch Team <[email protected]>'
195-
url 'https://opendistro.github.io/elasticsearch/downloads'
195+
url 'https://opendistro.github.io/for-elasticsearch/downloads.html'
196196
summary '''
197197
SQL plugin for OpenDistro for Elasticsearch.
198-
Reference documentation can be found at https://opendistro.github.io/elasticsearch/docs.
198+
Reference documentation can be found at https://opendistro.github.io/for-elasticsearch-docs/docs/sql/.
199199
'''.stripIndent().replace('\n', ' ').trim()
200200
}
201201

opendistro-elasticsearch-sql.release-notes

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1+
## 2019-07-31, Version 0.10.0.0 (Current)
12

2-
## 2019-04-19, Version 0.9.0 (Current)
3+
### Notable Changes
4+
5+
* Feature [#134](https://github.com/opendistro-for-elasticsearch/sql/issues/134): Add support for Elasticsearch 6.8.1
6+
7+
## 2019-04-19, Version 0.9.0.0
38

49
### Notable Changes
510

611
* Feature [#29](https://github.com/opendistro-for-elasticsearch/sql/issues/29): Add support for Elasticsearch 6.7.1
712
* Migration [#17](https://github.com/opendistro-for-elasticsearch/sql/issues/17): Migrate legacy integration tests in Maven to ES test in Gradle.
813

914

10-
## 2019-04-02, Version 0.8.0
15+
## 2019-04-02, Version 0.8.0.0
1116

1217
### Notable Changes
1318

@@ -16,7 +21,7 @@
1621
* Bug fix [#10](https://github.com/opendistro-for-elasticsearch/sql/issues/10): Return friendly error message instead of NPE for illegal query and other exception cases.
1722

1823

19-
## 2019-03-11, Version 0.7.0
24+
## 2019-03-11, Version 0.7.0.0
2025

2126
### Notable Changes
2227

0 commit comments

Comments
 (0)