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

Incremented version to 2.0.1 #428

Merged
merged 1 commit into from
Jun 10, 2022

Conversation

zelinh
Copy link
Member

@zelinh zelinh commented Jun 9, 2022

Description

Increment version to 2.0.1
Part of opensearch-project/opensearch-build#2165

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

@zelinh zelinh requested a review from a team June 9, 2022 01:25
@codecov-commenter
Copy link

codecov-commenter commented Jun 9, 2022

Codecov Report

Merging #428 (a1c64ab) into 2.0 (385dcb7) will decrease coverage by 2.36%.
The diff coverage is n/a.

❗ Current head a1c64ab differs from pull request most recent head 7771660. Consider uploading reports for the commit 7771660 to get more accurate results

@@             Coverage Diff              @@
##                2.0     #428      +/-   ##
============================================
- Coverage     72.70%   70.34%   -2.37%     
+ Complexity      975      940      -35     
============================================
  Files           141      141              
  Lines          4562     4562              
  Branches        504      504              
============================================
- Hits           3317     3209     -108     
- Misses          928     1032     +104     
- Partials        317      321       +4     
Impacted Files Coverage Δ
...earch/replication/action/stats/NodeStatsRequest.kt 33.33% <0.00%> (-66.67%) ⬇️
...eplication/action/stats/LeaderNodeStatsResponse.kt 42.85% <0.00%> (-57.15%) ⬇️
.../replication/action/replay/ReplayChangesRequest.kt 50.00% <0.00%> (-50.00%) ⬇️
...arch/replication/metadata/UpdateMetadataRequest.kt 40.90% <0.00%> (-36.37%) ⬇️
...replication/action/index/ReplicateIndexResponse.kt 33.33% <0.00%> (-33.34%) ⬇️
...tion/action/index/block/UpdateIndexBlockRequest.kt 35.00% <0.00%> (-30.00%) ⬇️
...replication/action/stats/AutoFollowStatsRequest.kt 71.42% <0.00%> (-28.58%) ⬇️
...opensearch/replication/seqno/RemoteClusterStats.kt 73.01% <0.00%> (-26.99%) ⬇️
...ction/autofollow/UpdateAutoFollowPatternRequest.kt 30.37% <0.00%> (-24.06%) ⬇️
.../replication/action/index/ReplicateIndexRequest.kt 38.82% <0.00%> (-23.53%) ⬇️
... and 33 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 385dcb7...7771660. Read the comment docs.

@saikaranam-amazon
Copy link
Member

Security tests are failing as security plugin is tracking OS 2.0 on 2.0 branch (haven't moved to 2.0.1 yet)

| Exception in thread "main" java.lang.IllegalArgumentException: Plugin [opensearch-security] was built for OpenSearch version 2.0.0 but version 2.0.1 is running
| 	at org.opensearch.plugins.PluginsService.verifyCompatibility(PluginsService.java:394)
| 	at org.opensearch.plugins.InstallPluginCommand.loadPluginInfo(InstallPluginCommand.java:820)

@saikaranam-amazon
Copy link
Member

@zelinh Once security plugin has updated, we can run the tests and proceed with the merge.

@peterzhuamazon peterzhuamazon merged commit 2243d97 into opensearch-project:2.0 Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants