Skip to content

Commit

Permalink
Release 1.3.5, 2.2.1 final release-notes (#2543)
Browse files Browse the repository at this point in the history
Signed-off-by: prudhvigodithi <[email protected]>

Signed-off-by: prudhvigodithi <[email protected]>
  • Loading branch information
prudhvigodithi authored Sep 2, 2022
1 parent 8bb1a87 commit b657fba
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 55 deletions.
30 changes: 15 additions & 15 deletions manifests/1.3.5/opensearch-1.3.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,51 +10,51 @@ ci:
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
ref: '1.3'
ref: tags/1.3.5
checks:
- gradle:publish
- gradle:properties:version
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: '1.3'
ref: tags/1.3.5.0
checks:
- gradle:publish
- gradle:properties:version
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: '1.3'
ref: tags/1.3.5.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: '1.3'
ref: tags/1.3.5.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: ml-commons
repository: https://github.com/opensearch-project/ml-commons.git
ref: '1.3'
ref: tags/1.3.5.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
- name: security
repository: https://github.com/opensearch-project/security.git
ref: '1.3'
ref: tags/1.3.5.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: '1.3'
ref: tags/1.3.5.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
platforms:
- linux
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: '1.3'
ref: tags/1.3.5.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
Expand All @@ -63,45 +63,45 @@ components:
- linux
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: '1.3'
ref: tags/1.3.5.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: '1.3'
ref: tags/1.3.5.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: '1.3'
ref: tags/1.3.5.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: cross-cluster-replication
repository: https://github.com/opensearch-project/cross-cluster-replication.git
ref: '1.3'
ref: tags/1.3.5.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: dashboards-reports
repository: https://github.com/opensearch-project/dashboards-reports.git
ref: '1.3'
ref: tags/1.3.5.0
working_directory: reports-scheduler
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability
ref: '1.3'
ref: tags/1.3.5.0
working_directory: opensearch-observability
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: '1.3'
ref: tags/1.3.5.0
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: plugin
20 changes: 10 additions & 10 deletions manifests/1.3.5/opensearch-dashboards-1.3.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,35 @@ ci:
components:
- name: OpenSearch-Dashboards
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
ref: '1.3'
ref: tags/1.3.5
- name: functionalTestDashboards
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
ref: '1.3'
ref: tags/1.3.5
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: '1.3'
ref: tags/1.3.5.0
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: '1.3'
ref: tags/1.3.5.0
- name: indexManagementDashboards
repository: https://github.com/opensearch-project/index-management-dashboards-plugin
ref: '1.3'
ref: tags/1.3.5.0
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: '1.3'
ref: tags/1.3.5.0
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reports.git
working_directory: dashboards-reports
ref: '1.3'
ref: tags/1.3.5.0
- name: ganttChartDashboards
repository: https://github.com/opensearch-project/dashboards-visualizations.git
working_directory: gantt-chart
ref: '1.3'
ref: tags/1.3.5.0
- name: observabilityDashboards
repository: https://github.com/opensearch-project/observability.git
working_directory: dashboards-observability
ref: '1.3'
ref: tags/1.3.5.0
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: '1.3'
ref: tags/1.3.5.0
36 changes: 18 additions & 18 deletions manifests/2.2.1/opensearch-2.2.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,74 +10,74 @@ ci:
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
ref: '2.2'
ref: tags/2.2.1
checks:
- gradle:publish
- gradle:properties:version
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
checks:
- gradle:publish
- gradle:properties:version
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: ml-commons
repository: https://github.com/opensearch-project/ml-commons.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: security
repository: https://github.com/opensearch-project/security.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
- name: geospatial
repository: https://github.com/opensearch-project/geospatial.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: cross-cluster-replication
repository: https://github.com/opensearch-project/cross-cluster-replication.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: notifications-core
repository: https://github.com/opensearch-project/notifications.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
working_directory: notifications
Expand All @@ -86,7 +86,7 @@ components:
- gradle:dependencies:opensearch.version: opensearch-notifications-core
- name: notifications
repository: https://github.com/opensearch-project/notifications.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
working_directory: notifications
Expand All @@ -95,46 +95,46 @@ components:
- gradle:dependencies:opensearch.version: notifications
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
checks:
- gradle:properties:version
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
working_directory: opensearch-observability
Expand All @@ -143,7 +143,7 @@ components:
- gradle:dependencies:opensearch.version
- name: dashboards-reports
repository: https://github.com/opensearch-project/dashboards-reports.git
ref: '2.2'
ref: tags/2.2.1.0
platforms:
- linux
working_directory: reports-scheduler
Expand Down
24 changes: 12 additions & 12 deletions manifests/2.2.1/opensearch-dashboards-2.2.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,43 @@ ci:
components:
- name: OpenSearch-Dashboards
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
ref: '2.2'
ref: tags/2.2.1
- name: functionalTestDashboards
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
ref: '2.2'
ref: tags/2.2.1
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: '2.2'
ref: tags/2.2.1.0
- name: customImportMapDashboards
repository: https://github.com/opensearch-project/dashboards-maps.git
working_directory: src/plugins/custom_import_map
ref: '2.2'
ref: tags/2.2.1.0
- name: notificationsDashboards
repository: https://github.com/opensearch-project/notifications.git
working_directory: dashboards-notifications
ref: '2.2'
ref: tags/2.2.1.0
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: '2.2'
ref: tags/2.2.1.0
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: '2.2'
ref: tags/2.2.1.0
- name: indexManagementDashboards
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
ref: '2.2'
ref: tags/2.2.1.0
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: '2.2'
ref: tags/2.2.1.0
- name: observabilityDashboards
repository: https://github.com/opensearch-project/observability.git
working_directory: dashboards-observability
ref: '2.2'
ref: tags/2.2.1.0
- name: ganttChartDashboards
repository: https://github.com/opensearch-project/dashboards-visualizations.git
working_directory: gantt-chart
ref: '2.2'
ref: tags/2.2.1.0
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reports.git
working_directory: dashboards-reports
ref: '2.2'
ref: tags/2.2.1.0

0 comments on commit b657fba

Please sign in to comment.