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.0] Adds release notes for 2.0.0.0-rc1 #172

Merged
merged 1 commit into from
Apr 22, 2022
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,20 @@
## Version 2.0.0.0-rc1 2022-04-20

Compatible with OpenSearch 2.0.0-rc1

### Features
* Enables locking on an arbitrary lockID ([164](https://github.com/opensearch-project/job-scheduler/pull/164))

### Infrastructure
* Fix qualifier to be added as version number matching with core ([152](https://github.com/opensearch-project/job-scheduler/pull/152))
* Adding signoff option for version workflow PR ([156](https://github.com/opensearch-project/job-scheduler/pull/156))
* Add default alpha1 to JS qualifier ([162](https://github.com/opensearch-project/job-scheduler/pull/162))
* Remove hardcoding snapshot for JS in gradle ([163](https://github.com/opensearch-project/job-scheduler/pull/163))

### Documentation
* Updated issue templates from .github. ([165](https://github.com/opensearch-project/job-scheduler/pull/165))

### Maintenance
* Removes usage of mapping types ([155](https://github.com/opensearch-project/job-scheduler/pull/155))
* Dropping support for jdk 14 ([168](https://github.com/opensearch-project/job-scheduler/pull/168))
* Incremented version to 2.0-rc1. ([169](https://github.com/opensearch-project/job-scheduler/pull/169))