From 63d532876c2c327d52de6aadd9909e9086c2c9ee Mon Sep 17 00:00:00 2001 From: Prudhvi Godithi Date: Tue, 4 Feb 2025 13:03:43 -0800 Subject: [PATCH] Release 2.19.0 release notes Signed-off-by: Prudhvi Godithi --- ...arch-job-scheduler.release-notes-2.19.0.0.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 release-notes/opensearch-job-scheduler.release-notes-2.19.0.0.md diff --git a/release-notes/opensearch-job-scheduler.release-notes-2.19.0.0.md b/release-notes/opensearch-job-scheduler.release-notes-2.19.0.0.md new file mode 100644 index 00000000..cd1f9eb7 --- /dev/null +++ b/release-notes/opensearch-job-scheduler.release-notes-2.19.0.0.md @@ -0,0 +1,17 @@ +## Version 2.19.0.0 + +Compatible with OpenSearch 2.19.0 + +### Maintenance +* Increment version to 2.19.0 [#694](https://github.com/opensearch-project/job-scheduler/pull/694). +* Enable custom start commands and options to resolve GHA issues [#702](https://github.com/opensearch-project/job-scheduler/pull/702) [#703](https://github.com/opensearch-project/job-scheduler/pull/703). +* dependabot: bump codecov/codecov-action from 4 to 5 [#704](https://github.com/opensearch-project/job-scheduler/pull/704) [#705](https://github.com/opensearch-project/job-scheduler/pull/704). +* dependabot: bump com.google.googlejavaformat:google-java-format from 1.24.0 to 1.25.0 [#706](https://github.com/opensearch-project/job-scheduler/pull/706) [#707](https://github.com/opensearch-project/job-scheduler/pull/707). +* dependabot: bump com.google.googlejavaformat:google-java-format from 1.25.0 to 1.25.2 [#708](https://github.com/opensearch-project/job-scheduler/pull/708) [#709](https://github.com/opensearch-project/job-scheduler/pull/709). +* dependabot: bump com.netflix.nebula.ospackage from 11.10.0 to 11.10.1 [#710](https://github.com/opensearch-project/job-scheduler/pull/710) [#711](https://github.com/opensearch-project/job-scheduler/pull/711). +* dependabot: bump org.gradle.test-retry from 1.6.0 to 1.6.1 [(#716)](https://github.com/opensearch-project/job-scheduler/pull/716) [(#717)](https://github.com/opensearch-project/job-scheduler/pull/717). +* dependabot: bump de.undercouch.download from 5.3.0 to 5.6.0 [(#719)](https://github.com/opensearch-project/job-scheduler/pull/719) [(#720)](https://github.com/opensearch-project/job-scheduler/pull/720). + +### Enhancements +* Run Rest Integ Tests with the Security plugin installed [#645](https://github.com/opensearch-project/job-scheduler/pull/645) [#712](https://github.com/opensearch-project/job-scheduler/pull/712). +* Fetch certs from security repo and remove locally checked in demo certs [#713](https://github.com/opensearch-project/job-scheduler/pull/713) [#718](https://github.com/opensearch-project/job-scheduler/pull/718).