-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Rishikesh1159 <[email protected]> (cherry picked from commit 31bf812) Co-authored-by: Rishikesh Pasham <[email protected]>
- Loading branch information
1 parent
bf8f0c3
commit 44085b6
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
release-notes/release-notes/opensearch.job-scheduler.release-notes-2.9.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Version 2.9.0.0 2023-07-24 | ||
|
||
Compatible with OpenSearch 2.9.0 | ||
|
||
### Added | ||
* Add MacOS CI Workflow([#412](https://github.com/opensearch-project/job-scheduler/pull/412)) | ||
|
||
### Fixed | ||
* Update job details mapping ([#391](https://github.com/opensearch-project/job-scheduler/pull/391)) | ||
* Force DOCUMENT replication on lock index ([#417](https://github.com/opensearch-project/job-scheduler/pull/417)) | ||
* Fix bug time out of range ([#409](https://github.com/opensearch-project/job-scheduler/pull/409)) | ||
* Update packages according to a change in OpenSearch core ([#422](https://github.com/opensearch-project/job-scheduler/pull/422)) | ||
|
||
### Maintenance | ||
* Upgrade gradle version to 8.1.1 ([#402](https://github.com/opensearch-project/job-scheduler/pull/402)) | ||
* Upgrade guava from 31.0.1-jre to latest 32.0.1-jre ([#411](https://github.com/opensearch-project/job-scheduler/pull/411)) |