diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index d37b5145f..0268acb5a 100644 --- a/.github/workflows/test-and-build-workflow.yml +++ b/.github/workflows/test-and-build-workflow.yml @@ -5,8 +5,8 @@ on: [pull_request, push] env: PLUGIN_NAME: trace-analytics-dashboards - OPENSEARCH_VERSION: '1.0' - OPENSEARCH_PLUGIN_VERSION: 1.0.0.0 + OPENSEARCH_VERSION: '1.x' + OPENSEARCH_PLUGIN_VERSION: 1.1.0.0 jobs: diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 712367867..e8ac2a031 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "traceAnalyticsDashboards", - "version": "1.0.0.0", - "opensearchDashboardsVersion": "1.0.0", + "version": "1.1.0.0", + "opensearchDashboardsVersion": "1.1.0", "server": true, "ui": true, "requiredPlugins": ["navigation"], diff --git a/package.json b/package.json index ba147ab3b..1a7c28237 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "trace-analytics-dashboards", - "version": "1.0.0.0", + "version": "1.1.0.0", "opensearchDashboards": { - "version": "1.0.0", + "version": "1.1.0", "templateVersion": "1.0.0" }, "license": "Apache-2.0", diff --git a/release-notes/opensearch-trace-analytics.release-notes-1.1.0.0.md b/release-notes/opensearch-trace-analytics.release-notes-1.1.0.0.md new file mode 100644 index 000000000..8936420da --- /dev/null +++ b/release-notes/opensearch-trace-analytics.release-notes-1.1.0.0.md @@ -0,0 +1,10 @@ +## Version 1.1.0.0 Release Notes + +Compatible with OpenSearch 1.1.0 + +### Infrastructure +* Add security support and auto dump test data for cypress ([#104](https://github.com/opensearch-project/trace-analytics/pull/104)) + +### Maintenance +* Bump version for opensearch 1.1.0 release ([#105](https://github.com/opensearch-project/trace-analytics/pull/105)) +