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 com.netflix.nebula:gradle-extra-configurations-plugin from 9.0.0 to 10.0.0 in /buildSrc #7068

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Bumps com.netflix.nebula:gradle-extra-configurations-plugin from 9.0.0 to 10.0.0.

Release notes

Sourced from com.netflix.nebula:gradle-extra-configurations-plugin's releases.

v10.0.0

Breaking changes

  • nebula.optional-base is now no operations for all Gradle versions
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependabot PRs with auto version bumps from dependabot label Apr 10, 2023
@dependabot dependabot bot requested a review from dblock as a code owner April 10, 2023 13:59
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2023
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@DarshitChanpura
Copy link
Member

#7098 will add the CHANGELOG update for this PR

@kotwanikunal kotwanikunal mentioned this pull request Apr 11, 2023
6 tasks
@owaiskazi19 owaiskazi19 force-pushed the dependabot/gradle/buildSrc/com.netflix.nebula-gradle-extra-configurations-plugin-10.0.0 branch from b902071 to 376ad46 Compare April 12, 2023 17:04
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@owaiskazi19
Copy link
Member

FAILURE: Build failed with an exception.

> Configure project :server
nebula.optional-base plugin does nothing. Please remove the plugin
8 actionable tasks: 8 executed
* Where:
Build file '/home/runner/work/OpenSearch/OpenSearch/server/build.gradle' line: 128

* What went wrong:
A problem occurred evaluating project ':server'.
> Could not get unknown property 'optional' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

@github-actions
Copy link
Contributor

github-actions bot commented May 2, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.cluster.allocation.AwarenessAllocationIT.testThreeZoneOneReplicaWithForceZoneValueAndLoadAwareness

@stephen-crawford
Copy link
Contributor

I am not a maintainer so I cannot merge this change... Would any maintainer being willing to merge this please? Thank you.

@reta
Copy link
Collaborator

reta commented Jun 6, 2023

I am not a maintainer so I cannot merge this change... Would any maintainer being willing to merge this please? Thank you.

@scrawfor99 totally forgot about this one, there is change in the plugins here which we haven't yet looked, it could impact (or not) the dependencies, will check it shortly.

dependabot bot and others added 2 commits June 7, 2023 09:15
Bumps [com.netflix.nebula:gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/releases)
- [Changelog](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/blob/main/CHANGELOG.md)
- [Commits](nebula-plugins/gradle-extra-configurations-plugin@v9.0.0...v10.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: owaiskazi19 <[email protected]>
@reta reta force-pushed the dependabot/gradle/buildSrc/com.netflix.nebula-gradle-extra-configurations-plugin-10.0.0 branch from 53c0b5b to 5052d74 Compare June 7, 2023 13:16
@reta reta requested a review from dbwiddis as a code owner June 7, 2023 13:16
@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.search.backpressure.SearchBackpressureIT.testSearchShardTaskCancellationWithHighCpu
      1 org.opensearch.remotestore.RemoteStoreRefreshListenerIT.testRemoteRefreshRetryOnFailure

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

Gradle Check (Jenkins) Run Completed with:

@reta reta requested a review from owaiskazi19 June 7, 2023 14:17
@reta reta force-pushed the dependabot/gradle/buildSrc/com.netflix.nebula-gradle-extra-configurations-plugin-10.0.0 branch from fa6188c to 0287a84 Compare June 7, 2023 14:20
@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.search.fields.SearchFieldsIT.classMethod
      1 org.opensearch.search.backpressure.SearchBackpressureIT.testSearchShardTaskCancellationWithHighCpu

@reta
Copy link
Collaborator

reta commented Jun 7, 2023

1 org.opensearch.search.fields.SearchFieldsIT.classMethod

#7103

@reta reta added the backport 2.x Backport to 2.x branch label Jun 7, 2023
@reta
Copy link
Collaborator

reta commented Jun 9, 2023

@dblock @andrross @kotwanikunal mind please to review, thank you

@kotwanikunal
Copy link
Member

I don't think we should include gradle files as a part of codecov.

@reta reta merged commit e6daa9f into main Jun 9, 2023
@dependabot dependabot bot deleted the dependabot/gradle/buildSrc/com.netflix.nebula-gradle-extra-configurations-plugin-10.0.0 branch June 9, 2023 17:08
@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-7068-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e6daa9fb4bdc989c4f5bbfbc7fe55b7985aff93b
# Push it to GitHub
git push --set-upstream origin backport/backport-7068-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-7068-to-2.x.

reta pushed a commit to reta/OpenSearch that referenced this pull request Jun 9, 2023
… to 10.0.0 in /buildSrc (opensearch-project#7068)

* Bump com.netflix.nebula:gradle-extra-configurations-plugin in /buildSrc

Bumps [com.netflix.nebula:gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/releases)
- [Changelog](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/blob/main/CHANGELOG.md)
- [Commits](nebula-plugins/gradle-extra-configurations-plugin@v9.0.0...v10.0.0)

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

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

* Added CHANGELOG entry

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

* Add OptionalDependenciesPlugin to support Maven/Ivy style optional dependencies

Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: owaiskazi19 <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: owaiskazi19 <[email protected]>
Co-authored-by: Andriy Redko <[email protected]>
(cherry picked from commit e6daa9f)
reta added a commit that referenced this pull request Jun 9, 2023
… to 10.0.0 in /buildSrc (#7068) (#7993)

* Bump com.netflix.nebula:gradle-extra-configurations-plugin in /buildSrc

Bumps [com.netflix.nebula:gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/releases)
- [Changelog](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/blob/main/CHANGELOG.md)
- [Commits](nebula-plugins/gradle-extra-configurations-plugin@v9.0.0...v10.0.0)

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

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

* Added CHANGELOG entry

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

* Add OptionalDependenciesPlugin to support Maven/Ivy style optional dependencies

Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: owaiskazi19 <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: owaiskazi19 <[email protected]>
Co-authored-by: Andriy Redko <[email protected]>
(cherry picked from commit e6daa9f)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gaiksaya pushed a commit to gaiksaya/OpenSearch that referenced this pull request Jun 26, 2023
… to 10.0.0 in /buildSrc (opensearch-project#7068) (opensearch-project#7993)

* Bump com.netflix.nebula:gradle-extra-configurations-plugin in /buildSrc

Bumps [com.netflix.nebula:gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/releases)
- [Changelog](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/blob/main/CHANGELOG.md)
- [Commits](nebula-plugins/gradle-extra-configurations-plugin@v9.0.0...v10.0.0)

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

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

* Added CHANGELOG entry

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

* Add OptionalDependenciesPlugin to support Maven/Ivy style optional dependencies

Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: owaiskazi19 <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: owaiskazi19 <[email protected]>
Co-authored-by: Andriy Redko <[email protected]>
(cherry picked from commit e6daa9f)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
imRishN pushed a commit to imRishN/OpenSearch that referenced this pull request Jun 27, 2023
… to 10.0.0 in /buildSrc (opensearch-project#7068)

* Bump com.netflix.nebula:gradle-extra-configurations-plugin in /buildSrc

Bumps [com.netflix.nebula:gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/releases)
- [Changelog](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/blob/main/CHANGELOG.md)
- [Commits](nebula-plugins/gradle-extra-configurations-plugin@v9.0.0...v10.0.0)

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

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

* Added CHANGELOG entry

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

* Add OptionalDependenciesPlugin to support Maven/Ivy style optional dependencies

Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: owaiskazi19 <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: owaiskazi19 <[email protected]>
Co-authored-by: Andriy Redko <[email protected]>
Signed-off-by: Rishab Nahata <[email protected]>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
… to 10.0.0 in /buildSrc (opensearch-project#7068)

* Bump com.netflix.nebula:gradle-extra-configurations-plugin in /buildSrc

Bumps [com.netflix.nebula:gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/releases)
- [Changelog](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/blob/main/CHANGELOG.md)
- [Commits](nebula-plugins/gradle-extra-configurations-plugin@v9.0.0...v10.0.0)

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

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

* Added CHANGELOG entry

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

* Add OptionalDependenciesPlugin to support Maven/Ivy style optional dependencies

Signed-off-by: Andriy Redko <[email protected]>

---------

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

Successfully merging this pull request may close these issues.

6 participants