-
Notifications
You must be signed in to change notification settings - Fork 73
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
Bump plugin version to 1.0.0.0 #110
Conversation
All tests are failing now with a similar EOFException - this is happening without bumping any versions.
|
Looking at the recent changes to try to find why this issue is occurring now. In the CI workflow, we are building the local package using the From the |
Getting |
Codecov Report
@@ Coverage Diff @@
## main #110 +/- ##
============================================
- Coverage 79.50% 79.32% -0.18%
+ Complexity 2697 2691 -6
============================================
Files 243 243
Lines 11132 11132
Branches 1014 1014
============================================
- Hits 8850 8831 -19
- Misses 1871 1884 +13
- Partials 411 417 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: Tyler Ohlsen [email protected]
Description
Bumps plugin version to
1.0.0.0
. Note thatrc1
versions of the dependencies are still being used here, sinceintegTest
is failing due to an issue related to OpenSearch's distribution downloader. Changes will need to be made to bump the versions to1.0.0
once the upstream fix has been made. I've opened #109 to track this, which also includes a link to the upstream issue.Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.