Skip to content

Commit

Permalink
Update 1.0.0.0-beta1 release notes with new PRs (opensearch-project#25)
Browse files Browse the repository at this point in the history
* Update 1.0.0.0-beta1 release with new changes

Signed-off-by: Chen Dai <[email protected]>

* Update with new release date

Signed-off-by: Chen Dai <[email protected]>
  • Loading branch information
dai-chen authored Apr 27, 2021
1 parent 6d5ad6c commit 23245f8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/draft-release-notes-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The overall template of the release notes
template: |
OpenSearch Version $RESOLVED_VERSION
Compatible with OpenSearch and OpenSearch Dashboards Version $RESOLVED_VERSION
$CHANGES
# Setting the formatting and sorting for the release notes body
Expand Down
40 changes: 23 additions & 17 deletions release-notes/opensearch-sql.release-notes-1.0.0.0-beta1.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
## 2021-05-04 Version 1.0.0.0-beta1
## 2021-05-05 Version 1.0.0.0-beta1

Compatible with OpenSearch and OpenSearch Dashboards Version 1.0.0-beta1

### OpenSearch Migration

* OpenSearch migration for JDBC driver ([#3](https://github.com/opendistro-for-elasticsearch/sql/pull/3))
* OpenSearch Migration for SQL/PPL ([#2](https://github.com/opendistro-for-elasticsearch/sql/pull/2))
* OpenSearch migration for ODBC driver ([#7](https://github.com/opendistro-for-elasticsearch/sql/pull/7))
* Migrate workbench to OpenSearch Dashboards ([#6](https://github.com/opendistro-for-elasticsearch/sql/pull/6))
* OpenSearch Readiness: SQL/PPL, JDBC, ODBC ([#8](https://github.com/opendistro-for-elasticsearch/sql/pull/8))
* Opensearch migration for sql-cli and doctest module ([#4](https://github.com/opendistro-for-elasticsearch/sql/pull/4))
* Remove CodeCov Usage ([#9](https://github.com/opendistro-for-elasticsearch/sql/pull/9))
* Add license header to SQL/PPL, CLI, JDBC, ODBC ([#11](https://github.com/opendistro-for-elasticsearch/sql/pull/11))
* Add License Headers to Workbench ([#10](https://github.com/opendistro-for-elasticsearch/sql/pull/10))
* SQL/PPL API migration for OpenSearch ([#14](https://github.com/opendistro-for-elasticsearch/sql/pull/14))
* SQL/PPL artifact renaming and version reset ([#15](https://github.com/opendistro-for-elasticsearch/sql/pull/15))
* Change workbench version to 1.0.0, change api to _opensearch ([#17](https://github.com/opendistro-for-elasticsearch/sql/pull/17))
* Migrate SQL/PPL to OpenSearch namespace ([#16](https://github.com/opendistro-for-elasticsearch/sql/pull/16))
* Rename ODBC driver and DSN name ([#20](https://github.com/opendistro-for-elasticsearch/sql/pull/20))
* Doctest/SQL-CLI API migration to OpenSearch, renaming and version reset ([#19](https://github.com/opendistro-for-elasticsearch/sql/pull/19))
* OpenSearch migration for JDBC driver ([#3](https://github.com/opensearch-project/sql/pull/3))
* OpenSearch Migration for SQL/PPL ([#2](https://github.com/opensearch-project/sql/pull/2))
* OpenSearch migration for ODBC driver ([#7](https://github.com/opensearch-project/sql/pull/7))
* Migrate workbench to OpenSearch Dashboards ([#6](https://github.com/opensearch-project/sql/pull/6))
* OpenSearch Readiness: SQL/PPL, JDBC, ODBC ([#8](https://github.com/opensearch-project/sql/pull/8))
* Opensearch migration for sql-cli and doctest module ([#4](https://github.com/opensearch-project/sql/pull/4))
* Remove CodeCov Usage ([#9](https://github.com/opensearch-project/sql/pull/9))
* Add license header to SQL/PPL, CLI, JDBC, ODBC ([#11](https://github.com/opensearch-project/sql/pull/11))
* Add License Headers to Workbench ([#10](https://github.com/opensearch-project/sql/pull/10))
* SQL/PPL API migration for OpenSearch ([#14](https://github.com/opensearch-project/sql/pull/14))
* SQL/PPL artifact renaming and version reset ([#15](https://github.com/opensearch-project/sql/pull/15))
* Change workbench version to 1.0.0, change api to _opensearch ([#17](https://github.com/opensearch-project/sql/pull/17))
* Migrate SQL/PPL to OpenSearch namespace ([#16](https://github.com/opensearch-project/sql/pull/16))
* Rename ODBC driver and DSN name ([#20](https://github.com/opensearch-project/sql/pull/20))
* Doctest/SQL-CLI API migration to OpenSearch, renaming and version reset ([#19](https://github.com/opensearch-project/sql/pull/19))
* Add release notes for OpenSearch 1.0.0.0-beta1 ([#21](https://github.com/opensearch-project/sql/pull/21))
* Build SQL/PPL against OpenSearch 1.0.0-alpha2 ([#22](https://github.com/opensearch-project/sql/pull/22))
* Build SQL/PPL against OpenSearch 1.0.0-beta1 ([#23](https://github.com/opensearch-project/sql/pull/23))
* Bump Workbench Version to Beta1 for OpenSearch Release ([#24](https://github.com/opensearch-project/sql/pull/24))

### Infrastructure

* Fix ODBC build failures ([#13](https://github.com/opendistro-for-elasticsearch/sql/pull/13))
* Fix ODBC build failures ([#13](https://github.com/opensearch-project/sql/pull/13))

0 comments on commit 23245f8

Please sign in to comment.