Skip to content

Commit

Permalink
Bump opensearch ref to 1.1 in CI (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuali925 committed Sep 14, 2021
1 parent 49d7937 commit bf33e63
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
OPENSEARCH_VERSION: '1.1.0-SNAPSHOT'
OPENSEARCH_BRANCH: '1.x'
OPENSEARCH_BRANCH: '1.1'
COMMON_UTILS_BRANCH: 'main'
JOB_SCHEDULER_BRANCH: 'main'

Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
with:
name: reports-scheduler
path: reports-scheduler-builds

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ We welcome you to get involved in development, documentation, testing the OpenSe

## Setup & Build

Complete OpenSearch Dashboards Report feature is composed of 2 plugins. Refer to README in each plugin folder for more details.
Complete OpenSearch Dashboards Report feature is composed of 2 plugins.

- [OpenSearch Dashboards reports plugin](./dashboards-reports/README.md)
- [OpenSearch Reports scheduler plugin](./reports-scheduler/README.md)(TODO)
- OpenSearch Reports scheduler plugin

## Notifications Integration

Expand All @@ -54,7 +54,7 @@ If you discover a potential security issue in this project we ask that you notif

## License

See the [LICENSE](./LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
See the [LICENSE](./LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

## Copyright

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Version 1.1.0.0 Release Notes

Compatible with OpenSearch 1.1.0

### Bug Fixes
* Fix url validation ([#132](https://github.com/opensearch-project/dashboards-reports/pull/132))
* Fix url validation for context menu ([#134](https://github.com/opensearch-project/dashboards-reports/pull/134))

### Infrastructure
* Bump opensearch ref to 1.1 in CI ([#155](https://github.com/opensearch-project/dashboards-reports/pull/155))

### Infrastructure
* Fix snapshot build and upgrade to OpenSearch 1.1 ([#140](https://github.com/opensearch-project/dashboards-reports/pull/140))
* Bump version for Opensearch 1.1.0 release ([#149](https://github.com/opensearch-project/dashboards-reports/pull/149))

0 comments on commit bf33e63

Please sign in to comment.