Skip to content

Commit

Permalink
[1.1] Bump opensearch ref to 1.1 in CI (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuali925 authored Sep 16, 2021
1 parent 7cecac6 commit 074fb31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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
Expand Up @@ -6,6 +6,9 @@ Compatible with OpenSearch 1.1.0
* 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))
* Bump version for Opensearch 1.1.0 release ([#149](https://github.com/opensearch-project/dashboards-reports/pull/149))

0 comments on commit 074fb31

Please sign in to comment.