diff --git a/.github/workflows/reports-scheduler-test-and-build-workflow.yml b/.github/workflows/reports-scheduler-test-and-build-workflow.yml index d3d00bf8..f997a87d 100644 --- a/.github/workflows/reports-scheduler-test-and-build-workflow.yml +++ b/.github/workflows/reports-scheduler-test-and-build-workflow.yml @@ -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' @@ -77,4 +77,4 @@ jobs: with: name: reports-scheduler path: reports-scheduler-builds - \ No newline at end of file + diff --git a/README.md b/README.md index d70f59aa..b9151779 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/release-notes/opensearch-dashboards-reports.release-notes-1.1.0.0.md b/release-notes/opensearch-dashboards-reports.release-notes-1.1.0.0.md index 1fa2f344..ed6a8ab0 100644 --- a/release-notes/opensearch-dashboards-reports.release-notes-1.1.0.0.md +++ b/release-notes/opensearch-dashboards-reports.release-notes-1.1.0.0.md @@ -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)) \ No newline at end of file +* Bump version for Opensearch 1.1.0 release ([#149](https://github.com/opensearch-project/dashboards-reports/pull/149))