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

Bump the version to 2.1 #398

Merged
merged 1 commit into from
Jun 27, 2022
Merged

Bump the version to 2.1 #398

merged 1 commit into from
Jun 27, 2022

Conversation

ankitkala
Copy link
Member

@ankitkala ankitkala commented May 17, 2022

Signed-off-by: Ankit Kala [email protected]

Description

Bump the version to 2.1

Issues Resolved

430

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.

@ankitkala ankitkala requested a review from a team May 17, 2022 07:09
@ankitkala
Copy link
Member Author

OS 2.1 is still not built yet.

@saikaranam-amazon
Copy link
Member

common-utils are not yet built for 2.1

* What went wrong:
Could not determine the dependencies of task ':thirdPartyAudit'.
> Could not resolve all files for configuration ':runtimeClasspath'.
   > Could not resolve org.opensearch:common-utils:2.1.0.0-SNAPSHOT.
     Required by:
         project :
      > Could not resolve org.opensearch:common-utils:2.1.0.0-SNAPSHOT.
         > Could not get resource 'https://plugins.gradle.org/m2/org/opensearch/common-utils/2.1.0.0-SNAPSHOT/common-utils-2.1.0.0-SNAPSHOT.pom'.
            > Could not GET 'https://repo.gradle.org/artifactory/jcenter/org/opensearch/common-utils/2.1.0.0-SNAPSHOT/common-utils-2.1.0.0-SNAPSHOT.pom'. Received status code 409 from server: Conflict

@saikaranam-amazon
Copy link
Member

common-utils package for reference: https:/opensearch-project/common-utils/blob/main/build.gradle#L9

@codecov-commenter
Copy link

codecov-commenter commented Jun 24, 2022

Codecov Report

Merging #398 (37ff515) into main (0a7b4a6) will increase coverage by 1.16%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main     #398      +/-   ##
============================================
+ Coverage     72.92%   74.09%   +1.16%     
- Complexity      981      996      +15     
============================================
  Files           141      141              
  Lines          4562     4562              
  Branches        504      504              
============================================
+ Hits           3327     3380      +53     
+ Misses          918      858      -60     
- Partials        317      324       +7     
Impacted Files Coverage Δ
...rch/replication/action/status/ShardInfoResponse.kt 72.26% <0.00%> (-19.33%) ⬇️
...earch/replication/metadata/UpdateIndexBlockTask.kt 74.19% <0.00%> (-6.46%) ⬇️
...ation/task/shard/ShardReplicationChangesTracker.kt 60.60% <0.00%> (-3.04%) ⬇️
...rch/replication/task/shard/ShardReplicationTask.kt 74.45% <0.00%> (+0.72%) ⬆️
.../replication/action/index/ReplicateIndexRequest.kt 63.52% <0.00%> (+1.17%) ⬆️
...action/stop/TransportStopIndexReplicationAction.kt 69.33% <0.00%> (+1.33%) ⬆️
...arch/replication/task/autofollow/AutoFollowTask.kt 75.67% <0.00%> (+2.02%) ⬆️
...replication/metadata/ReplicationMetadataManager.kt 66.66% <0.00%> (+2.85%) ⬆️
...org/opensearch/replication/util/SecurityContext.kt 73.52% <0.00%> (+2.94%) ⬆️
.../replication/repository/RemoteClusterRepository.kt 75.73% <0.00%> (+2.94%) ⬆️
... and 15 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 0a7b4a6...37ff515. Read the comment docs.

Signed-off-by: Ankit Kala <[email protected]>
@@ -140,7 +140,7 @@ repositories {
mavenCentral()
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we publishing SNAPSHOTS artifacts to this one?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. This is for fetching Lucene related artifacts.

@ankitkala ankitkala enabled auto-merge (squash) June 27, 2022 05:14
@ankitkala ankitkala self-assigned this Jun 27, 2022
@ankitkala ankitkala merged commit cd02e1f into opensearch-project:main Jun 27, 2022
@ankitkala ankitkala deleted the 2.1_bump branch April 5, 2023 11:42
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.

4 participants