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

[Backport 2.x] Added release notes for 2.12 #333

Merged
merged 1 commit into from
Feb 9, 2024
Merged
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
Original file line number Diff line number Diff line change
@@ -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))
Loading