From 8dbcb071dffdfe89eb8829be1715f78b17573119 Mon Sep 17 00:00:00 2001 From: praveensameneni <50342543+praveensameneni@users.noreply.github.com> Date: Thu, 8 Sep 2022 01:34:52 -0700 Subject: [PATCH 1/4] Add Notifications for 2.3 release Signed-off-by: praveensameneni <50342543+praveensameneni@users.noreply.github.com> --- manifests/2.3.0/opensearch-2.3.0.yml | 18 ++++++++++++++++++ .../2.3.0/opensearch-dashboards-2.3.0.yml | 4 ++++ 2 files changed, 22 insertions(+) diff --git a/manifests/2.3.0/opensearch-2.3.0.yml b/manifests/2.3.0/opensearch-2.3.0.yml index 2c8bb402a3..329ef75818 100644 --- a/manifests/2.3.0/opensearch-2.3.0.yml +++ b/manifests/2.3.0/opensearch-2.3.0.yml @@ -99,3 +99,21 @@ components: checks: - gradle:properties:version - gradle:dependencies:opensearch.version + - name: notifications-core + repository: https://github.com/opensearch-project/notifications.git + ref: '2.3' + platforms: + - linux + working_directory: notifications + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: opensearch-notifications-core + - name: notifications + repository: https://github.com/opensearch-project/notifications.git + ref: '2.3' + platforms: + - linux + working_directory: notifications + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: notifications \ No newline at end of file diff --git a/manifests/2.3.0/opensearch-dashboards-2.3.0.yml b/manifests/2.3.0/opensearch-dashboards-2.3.0.yml index 0d5d1411c9..c5edae95f9 100644 --- a/manifests/2.3.0/opensearch-dashboards-2.3.0.yml +++ b/manifests/2.3.0/opensearch-dashboards-2.3.0.yml @@ -32,3 +32,7 @@ components: repository: https://github.com/opensearch-project/dashboards-maps.git working_directory: src/plugins/custom_import_map ref: '2.3' + - name: notificationsDashboards + repository: https://github.com/opensearch-project/notifications.git + working_directory: dashboards-notifications + ref: '2.3' \ No newline at end of file From 46d0cf02f1177bfc9344effc18e709a24e512d9c Mon Sep 17 00:00:00 2001 From: praveensameneni <50342543+praveensameneni@users.noreply.github.com> Date: Thu, 8 Sep 2022 01:51:08 -0700 Subject: [PATCH 2/4] Add Notifications for 2.3 release, fixed new line character yaml-lint failure Signed-off-by: praveensameneni <50342543+praveensameneni@users.noreply.github.com> --- manifests/2.3.0/opensearch-2.3.0.yml | 3 ++- manifests/2.3.0/opensearch-dashboards-2.3.0.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/2.3.0/opensearch-2.3.0.yml b/manifests/2.3.0/opensearch-2.3.0.yml index 329ef75818..9cd35219a2 100644 --- a/manifests/2.3.0/opensearch-2.3.0.yml +++ b/manifests/2.3.0/opensearch-2.3.0.yml @@ -116,4 +116,5 @@ components: working_directory: notifications checks: - gradle:properties:version - - gradle:dependencies:opensearch.version: notifications \ No newline at end of file + - gradle:dependencies:opensearch.version: notifications + \ No newline at end of file diff --git a/manifests/2.3.0/opensearch-dashboards-2.3.0.yml b/manifests/2.3.0/opensearch-dashboards-2.3.0.yml index c5edae95f9..354ac77191 100644 --- a/manifests/2.3.0/opensearch-dashboards-2.3.0.yml +++ b/manifests/2.3.0/opensearch-dashboards-2.3.0.yml @@ -35,4 +35,4 @@ components: - name: notificationsDashboards repository: https://github.com/opensearch-project/notifications.git working_directory: dashboards-notifications - ref: '2.3' \ No newline at end of file + ref: '2.3' From 6583ea495a92b949bf496cf6bd8e2db3ff77ccab Mon Sep 17 00:00:00 2001 From: praveensameneni <50342543+praveensameneni@users.noreply.github.com> Date: Thu, 8 Sep 2022 02:12:52 -0700 Subject: [PATCH 3/4] Add Notifications for 2.3 release, fix lint trailing spaces error Signed-off-by: praveensameneni <50342543+praveensameneni@users.noreply.github.com> --- manifests/2.3.0/opensearch-2.3.0.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/2.3.0/opensearch-2.3.0.yml b/manifests/2.3.0/opensearch-2.3.0.yml index 9cd35219a2..6fb93ec2eb 100644 --- a/manifests/2.3.0/opensearch-2.3.0.yml +++ b/manifests/2.3.0/opensearch-2.3.0.yml @@ -117,4 +117,3 @@ components: checks: - gradle:properties:version - gradle:dependencies:opensearch.version: notifications - \ No newline at end of file From 36518ec243b782b0e4bbb66399e1deaf0181af33 Mon Sep 17 00:00:00 2001 From: praveensameneni <50342543+praveensameneni@users.noreply.github.com> Date: Thu, 8 Sep 2022 02:58:46 -0700 Subject: [PATCH 4/4] Add alerting for OpenSearch 2.3 release Signed-off-by: praveensameneni <50342543+praveensameneni@users.noreply.github.com> --- manifests/2.3.0/opensearch-2.3.0.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifests/2.3.0/opensearch-2.3.0.yml b/manifests/2.3.0/opensearch-2.3.0.yml index 6fb93ec2eb..63b032dd67 100644 --- a/manifests/2.3.0/opensearch-2.3.0.yml +++ b/manifests/2.3.0/opensearch-2.3.0.yml @@ -117,3 +117,11 @@ components: checks: - gradle:properties:version - gradle:dependencies:opensearch.version: notifications + - name: alerting + repository: https://github.com/opensearch-project/alerting.git + ref: '2.3' + platforms: + - linux + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: alerting