Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Updates release notes (#37)
Browse files Browse the repository at this point in the history
* Updates release notes

* Adds multiple os to github workflow

* Changes runs-on to macos-latest

* updates comment
  • Loading branch information
dbbaughe authored Feb 8, 2020
1 parent 2d636ad commit faba180
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
java: [12]
# Job name
name: Build Job Scheduler with JDK ${{ matrix.java }}
# This job runs on Linux
runs-on: ubuntu-latest
# This job runs on MacOS
runs-on: macos-latest
steps:
# This step uses the checkout Github action: https://github.com/actions/checkout
- name: Checkout Branch
Expand Down
8 changes: 7 additions & 1 deletion opendistro-elasticsearch-job-scheduler.release-notes
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## version 1.3.0.0 (Current)
## version 1.4.0.0 (Current)

### Notable Changes
* Feature [PR #31](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/31) Support ES version 7.4.2
* Feature [PR #30](https://github.com/opendistro-for-elasticsearch/job-scheduler/pull/30) Adds build and test github workflows to automate testing of each PR

## 2019-11-20, version 1.3.0.0

### Breaking Changes
* Converts LockService to asynchronous pattern to not block threadpool, this requires an update to usage as API changed.
Expand Down

0 comments on commit faba180

Please sign in to comment.