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 version to 2.8.0 #930

Merged
merged 6 commits into from
May 24, 2023
Merged

bump version to 2.8.0 #930

merged 6 commits into from
May 24, 2023

Conversation

eirsep
Copy link
Member

@eirsep eirsep commented May 24, 2023

Upgrades plugin version to 2.8.0
Fixes string entity import in test
Use gradle 7.6.1 distribution to match Opensearch core

Signed-off-by: Surya Sashank Nistala <[email protected]>
Signed-off-by: Surya Sashank Nistala <[email protected]>
@lezzago
Copy link
Member

lezzago commented May 24, 2023

Please update PR description.

@eirsep eirsep requested review from AWSHurneyt and lezzago May 24, 2023 15:40
Comment on lines 76 to 77
// force "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
// force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${versions.jackson}"
Copy link
Member

Choose a reason for hiding this comment

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

why are we commenting them out?

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
Copy link
Member

Choose a reason for hiding this comment

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

We need to update the gradle wrapper

Signed-off-by: Surya Sashank Nistala <[email protected]>
…to fix regression

Signed-off-by: Surya Sashank Nistala <[email protected]>
@codecov
Copy link

codecov bot commented May 24, 2023

Codecov Report

Merging #930 (5beaac6) into 2.x (670b188) will increase coverage by 0.07%.
The diff coverage is 66.25%.

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

@@             Coverage Diff              @@
##                2.x     #930      +/-   ##
============================================
+ Coverage     76.73%   76.80%   +0.07%     
  Complexity      116      116              
============================================
  Files           125      125              
  Lines          7221     7253      +32     
  Branches       1049     1049              
============================================
+ Hits           5541     5571      +30     
+ Misses         1149     1147       -2     
- Partials        531      535       +4     
Impacted Files Coverage Δ
...alerting/transport/TransportDeleteMonitorAction.kt 68.57% <62.74%> (+0.48%) ⬆️
.../alerting/transport/TransportIndexMonitorAction.kt 59.70% <72.41%> (+1.39%) ⬆️

... and 4 files with indirect coverage changes

Signed-off-by: Surya Sashank Nistala <[email protected]>
deleteDocLevelMonitorQueriesAndIndices(client, monitor, monitorId)
deleteMetadata(client, monitor)
Copy link
Member

Choose a reason for hiding this comment

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

Why is this change needed?

Signed-off-by: Surya Sashank Nistala <[email protected]>
@eirsep eirsep merged commit 841ac90 into opensearch-project:2.x May 24, 2023
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.

3 participants