Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update search and observability plugins #882

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions manifests/1.2.0/opensearch-dashboards-1.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,19 @@ components:
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: "main"
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: "1.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ref refers to the git branch. It will fail if the "1.2" branch doesn't exist so most likely this will be main until the repo cuts a 1.2 branch. Also there is a PR to bump this up: opensearch-project/sql#254. This PR will need to be merged before we can add it to the manifest.

- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reports.git
working_directory: dashboards-reports
ref: "1.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- name: traceAnalyticsDashboards
repository: https://github.com/opensearch-project/trace-analytics.git
ref: "1.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- name: ganttChartDashboards
repository: https://github.com/opensearch-project/dashboards-visualizations
working_directory: gantt-chart
ref: "1.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was is all good! 1.2 branch exists and plugin is bumped! If anything it might be easiest to pull this one into another PR so that it's not blocked waiting on the other PRs.

schema-version: '1.0'