Skip to content

Commit aa75906

Browse files
authored
Switch to 1.3 branch for reporting and gantt charts (#1733)
* Switch to 1.3 branch for reporting and gantt charts Signed-off-by: Eugene Lee <eugenesk@amazon.com> * Change sql from main to 1.3: Signed-off-by: Eugene Lee <eugenesk@amazon.com> * Update observability from main to 1.3 Signed-off-by: Eugene Lee <eugenesk@amazon.com>
1 parent a32fd3b commit aa75906

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

manifests/1.3.0/opensearch-1.3.0.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,20 @@ components:
8585
- gradle:dependencies:opensearch.version
8686
- name: sql
8787
repository: https://github.com/opensearch-project/sql.git
88-
ref: main
88+
ref: "1.3"
8989
checks:
9090
- gradle:properties:version
9191
- gradle:dependencies:opensearch.version: plugin
9292
- name: dashboards-reports
9393
repository: https://github.com/opensearch-project/dashboards-reports.git
94-
ref: main
94+
ref: "1.3"
9595
working_directory: reports-scheduler
9696
checks:
9797
- gradle:properties:version
9898
- gradle:dependencies:opensearch.version
9999
- name: opensearch-observability
100100
repository: https://github.com/opensearch-project/observability
101-
ref: main
101+
ref: "1.3"
102102
working_directory: opensearch-observability
103103
checks:
104104
- gradle:properties:version

manifests/1.3.0/opensearch-dashboards-1.3.0.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ components:
1616
- name: queryWorkbenchDashboards
1717
repository: https://github.com/opensearch-project/sql.git
1818
working_directory: workbench
19-
ref: "main"
19+
ref: "1.3"
2020
- name: observabilityDashboards
2121
repository: https://github.com/opensearch-project/observability.git
2222
working_directory: dashboards-observability
23-
ref: "main"
23+
ref: "1.3"
2424
- name: securityDashboards
2525
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
2626
ref: "1.3"
@@ -30,11 +30,11 @@ components:
3030
- name: reportsDashboards
3131
repository: https://github.com/opensearch-project/dashboards-reports.git
3232
working_directory: dashboards-reports
33-
ref: "main"
33+
ref: "1.3"
3434
- name: ganttChartDashboards
3535
repository: https://github.com/opensearch-project/dashboards-visualizations.git
3636
working_directory: gantt-chart
37-
ref: "main"
37+
ref: "1.3"
3838
- name: indexManagementDashboards
3939
repository: https://github.com/opensearch-project/index-management-dashboards-plugin
4040
ref: "1.3"

0 commit comments

Comments
 (0)