Skip to content

Commit ed94a81

Browse files
2.14.0 release notes (#622)
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
1 parent 84746aa commit ed94a81

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
su `id -un 1000` -c "./gradlew build && ./gradlew publishToMavenLocal"
4545
4646
- name: Upload Coverage Report
47-
uses: codecov/codecov-action@v4
47+
uses: codecov/codecov-action@v3
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050

@@ -84,7 +84,7 @@ jobs:
8484
./gradlew publishToMavenLocal
8585
8686
- name: Upload Coverage Report
87-
uses: codecov/codecov-action@v4
87+
uses: codecov/codecov-action@v3
8888
with:
8989
token: ${{ secrets.CODECOV_TOKEN }}
9090

@@ -124,7 +124,7 @@ jobs:
124124
./gradlew.bat publishToMavenLocal
125125
126126
- name: Upload Coverage Report
127-
uses: codecov/codecov-action@v4
127+
uses: codecov/codecov-action@v3
128128
with:
129129
token: ${{ secrets.CODECOV_TOKEN }}
130130

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Version 2.14.0.0
2+
3+
Compatible with OpenSearch 2.14.0
4+
5+
### Maintenance
6+
* Increment version to 2.14.0 ([#605](https://github.com/opensearch-project/job-scheduler/pull/605))
7+
* dependabot: bump com.google.googlejavaformat:google-java-format ([#608](https://github.com/opensearch-project/job-scheduler/pull/608))
8+
* dependabot: bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 [(#611)](https://github.com/opensearch-project/job-scheduler/pull/611) [(#614)](https://github.com/opensearch-project/job-scheduler/pull/614)
9+
* dependabot: bump org.gradle.test-retry from 1.5.8 to 1.5.9 [(#618)](https://github.com/opensearch-project/job-scheduler/pull/618) [(#619)](https://github.com/opensearch-project/job-scheduler/pull/619)
10+
* dependabot: bump com.netflix.nebula.ospackage from 11.8.1 to 11.9.0 [(#617)](https://github.com/opensearch-project/job-scheduler/pull/617) [(#620)](https://github.com/opensearch-project/job-scheduler/pull/620)
11+
12+
### Infrastructure
13+
* Improve the repo Code Coverage percentage [(#616)](https://github.com/opensearch-project/job-scheduler/pull/616) [(#621)](https://github.com/opensearch-project/job-scheduler/pull/621)

0 commit comments

Comments
 (0)