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

Adds 1.3.0.0 release notes (#143) #145

Merged
merged 1 commit into from
Mar 11, 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
22 changes: 22 additions & 0 deletions release-notes/opensearch.job-scheduler.release-notes-1.3.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Version 1.3.0.0 2022-03-11

Compatible with OpenSearch 1.3.0

### Infrastructure

* Run CI on JDK 8, 11, and 14. ([130](https://github.com/opensearch-project/job-scheduler/pull/130))
* Auto increment version after release. ([115](https://github.com/opensearch-project/job-scheduler/pull/115))
* Update build.gradle to include job-scheduler jar in staging maven publications ([117](https://github.com/opensearch-project/job-scheduler/pull/117))
* Using Github App token to trigger CI for version increment PRs ([126](https://github.com/opensearch-project/job-scheduler/pull/126))

### Documentation

* Add release notes for 1.3.0.0 ([#143](https://github.com/opensearch-project/job-scheduler/pull/143))

### Maintenance

* Bump version to 1.3 ([#106](https://github.com/opensearch-project/job-scheduler/pull/106))
* Bumps cron-utils version ([111](https://github.com/opensearch-project/job-scheduler/pull/111))
* Update copyright notices ([87](https://github.com/opensearch-project/job-scheduler/pull/87))
* Add support for codeowners to repo ([100](https://github.com/opensearch-project/job-scheduler/pull/100))
* Fixes copyright header ([127](https://github.com/opensearch-project/job-scheduler/pull/127))