From 8693f72c23e4d43fe4737c534a5d336e15798b88 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:29:53 -0800 Subject: [PATCH] add release notes for 2.12 (#332) (#334) (cherry picked from commit 854be3686a30308e2a37170da5a4c0f1adc2007f) Signed-off-by: Shenoy Pratik Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- ...s-visualizations.release-notes-2.12.0.0.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 release-notes/opensearch-dashboards-visualizations.release-notes-2.12.0.0.md diff --git a/release-notes/opensearch-dashboards-visualizations.release-notes-2.12.0.0.md b/release-notes/opensearch-dashboards-visualizations.release-notes-2.12.0.0.md new file mode 100644 index 0000000..3c570c9 --- /dev/null +++ b/release-notes/opensearch-dashboards-visualizations.release-notes-2.12.0.0.md @@ -0,0 +1,21 @@ +## Version 2.12.0.0 Release Notes + +Compatible with OpenSearch Dashboards 2.12.0.0 + +### Maintenance + +- Increment Version to 2.11.0 ([#253](https://github.com/opensearch-project/dashboards-visualizations/pull/253)) +- Onboard Stylelint ([#229](https://github.com/opensearch-project/dashboards-visualizations/pull/229)) +- Increment version to 2.12.0.0 ([#272](https://github.com/opensearch-project/dashboards-visualizations/pull/272)) +- Rename the .babelrc file ([#294](https://github.com/opensearch-project/dashboards-visualizations/pull/294)) +- Bump Cypress version from 5.0.0 to 12.8.1 ([#296](https://github.com/opensearch-project/dashboards-visualizations/pull/296)) +- Sync dependencies with latest versions ([#310](https://github.com/opensearch-project/dashboards-visualizations/pull/310)) +- Update jest snapshots & cypress tests ([#314](https://github.com/opensearch-project/dashboards-visualizations/pull/314)) +- Move gantt-chart out from subdirectory ([#321](https://github.com/opensearch-project/dashboards-visualizations/pull/321)) + +### Infrastructure + +- Onboard jenkins prod docker images to github actions ([#287](https://github.com/opensearch-project/dashboards-visualizations/pull/287)) +- [CI/CD] Add Cypress e2e workflow for gantt chart ([#298](https://github.com/opensearch-project/dashboards-visualizations/pull/298)) +- [CI/CD] Add FTR workflow for gantt chart plugin test ([#306](https://github.com/opensearch-project/dashboards-visualizations/pull/306)) +- [CI/CD] Add eslint workflow ([#316](https://github.com/opensearch-project/dashboards-visualizations/pull/316))