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 gradle-info-plugin from 11.3.3 to 12.0.0 #5600

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

Bumps gradle-info-plugin from 11.3.3 to 12.0.0.

Release notes

Sourced from gradle-info-plugin's releases.

v12.0.0

Breaking changes

v11.4.1

v11.4.0

What's Changed

Full Changelog: nebula-plugins/gradle-info-plugin@v11.3.3...v11.4.0

Commits
  • 38d0591 Move to com.netflix namespace for plugin id
  • 3d792ae InfoJavaPlugin: find souceset by name
  • f5f672c Fix plugin id issues
  • 37bdeae Merge pull request #100 from nebula-plugins/fix-toolchain-detection
  • 3d0931e InfoJavaPlugin: use compile task level information to extract target/source c...
  • 9a9e6c3 Upgrade to nebula plugin-plugin 17.0.0
  • 297f5f6 plugin-plugin 16.3.0
  • c08757c Gradle 7.5
  • 17436b3 Gradle 7.5-rc-1
  • 6dea3d7 Gradle 7.4.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gradle-info-plugin](https://github.com/nebula-plugins/gradle-info-plugin) from 11.3.3 to 12.0.0.
- [Release notes](https://github.com/nebula-plugins/gradle-info-plugin/releases)
- [Changelog](https://github.com/nebula-plugins/gradle-info-plugin/blob/main/CHANGELOG.md)
- [Commits](nebula-plugins/gradle-info-plugin@v11.3.3...v12.0.0)

---
updated-dependencies:
- dependency-name: com.netflix.nebula:gradle-info-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file labels Dec 19, 2022
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@tlfeng
Copy link
Collaborator

tlfeng commented Dec 27, 2022

In build 8239:

FAILURE: Build failed with an exception.

* Where:
Build file '/var/jenkins/workspace/gradle-check/search/benchmarks/build.gradle' line: 33

* What went wrong:
A problem occurred evaluating project ':benchmarks'.
> Failed to apply plugin 'opensearch.java'.
   > Plugin with id 'nebula.info-broker' not found.

The same failure as #4810 (comment)

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.client.ReindexIT.testReindexTask

@codecov-commenter
Copy link

Codecov Report

Merging #5600 (561f65a) into main (d76adf3) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #5600      +/-   ##
============================================
- Coverage     70.89%   70.88%   -0.01%     
+ Complexity    58379    58306      -73     
============================================
  Files          4741     4741              
  Lines        278541   278541              
  Branches      40268    40268              
============================================
- Hits         197475   197456      -19     
+ Misses        64953    64944       -9     
- Partials      16113    16141      +28     
Impacted Files Coverage Δ
...va/org/opensearch/gradle/OpenSearchJavaPlugin.java 61.32% <100.00%> (ø)
...ava/org/opensearch/action/NoSuchNodeException.java 0.00% <0.00%> (-50.00%) ⬇️
...a/org/opensearch/tasks/TaskCancelledException.java 50.00% <0.00%> (-50.00%) ⬇️
.../index/shard/IndexShardNotRecoveringException.java 0.00% <0.00%> (-50.00%) ⬇️
.../admin/cluster/reroute/ClusterRerouteResponse.java 60.00% <0.00%> (-40.00%) ⬇️
...luster/routing/allocation/RoutingExplanations.java 62.06% <0.00%> (-37.94%) ⬇️
...ion/admin/cluster/node/info/PluginsAndModules.java 53.12% <0.00%> (-34.38%) ⬇️
...search/search/aggregations/pipeline/EwmaModel.java 24.44% <0.00%> (-33.34%) ⬇️
...cluster/routing/allocation/RerouteExplanation.java 70.00% <0.00%> (-30.00%) ⬇️
...rc/main/java/org/opensearch/ingest/IngestInfo.java 51.72% <0.00%> (-27.59%) ⬇️
... and 464 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@tlfeng tlfeng left a comment

Choose a reason for hiding this comment

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

@Rishikesh1159, looks good, thank you! 👍

@Rishikesh1159
Copy link
Member

Version 12.0.0 of gradle-info-plugin had some breaking changes. Added changes to opensearch repo according to plugin changes.

Copy link
Member

@dreamer-89 dreamer-89 left a comment

Choose a reason for hiding this comment

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

LGTM!

@dreamer-89 dreamer-89 merged commit 51b25a5 into main Dec 30, 2022
@dependabot dependabot bot deleted the dependabot/gradle/com.netflix.nebula-gradle-info-plugin-12.0.0 branch December 30, 2022 21:26
@Rishikesh1159 Rishikesh1159 added the backport 2.x Backport to 2.x branch label Dec 30, 2022
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-5600-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 51b25a5dee9b620148bf6440a66fa859ee6055dd
# Push it to GitHub
git push --set-upstream origin backport/backport-5600-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-5600-to-2.x.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-1.x 1.x
# Navigate to the new working tree
pushd ../.worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-5600-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 51b25a5dee9b620148bf6440a66fa859ee6055dd
# Push it to GitHub
git push --set-upstream origin backport/backport-5600-to-1.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.x

Then, create a pull request where the base branch is 1.x and the compare/head branch is backport/backport-5600-to-1.x.

kotwanikunal pushed a commit to kotwanikunal/OpenSearch that referenced this pull request Jun 22, 2023
* Bump gradle-info-plugin from 11.3.3 to 12.0.0

Bumps [gradle-info-plugin](https://github.com/nebula-plugins/gradle-info-plugin) from 11.3.3 to 12.0.0.
- [Release notes](https://github.com/nebula-plugins/gradle-info-plugin/releases)
- [Changelog](https://github.com/nebula-plugins/gradle-info-plugin/blob/main/CHANGELOG.md)
- [Commits](nebula-plugins/gradle-info-plugin@v11.3.3...v12.0.0)

---
updated-dependencies:
- dependency-name: com.netflix.nebula:gradle-info-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add com.netflix namespace for plugin id in gradle-info-plugin

Signed-off-by: Rishikesh1159 <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Rishikesh1159 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rishikesh1159 <[email protected]>
(cherry picked from commit 51b25a5)
kotwanikunal pushed a commit to kotwanikunal/OpenSearch that referenced this pull request Jun 22, 2023
* Bump gradle-info-plugin from 11.3.3 to 12.0.0

Bumps [gradle-info-plugin](https://github.com/nebula-plugins/gradle-info-plugin) from 11.3.3 to 12.0.0.
- [Release notes](https://github.com/nebula-plugins/gradle-info-plugin/releases)
- [Changelog](https://github.com/nebula-plugins/gradle-info-plugin/blob/main/CHANGELOG.md)
- [Commits](nebula-plugins/gradle-info-plugin@v11.3.3...v12.0.0)

---
updated-dependencies:
- dependency-name: com.netflix.nebula:gradle-info-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add com.netflix namespace for plugin id in gradle-info-plugin

Signed-off-by: Rishikesh1159 <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Rishikesh1159 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rishikesh1159 <[email protected]>
(cherry picked from commit 51b25a5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.x backport 2.x Backport to 2.x branch dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants