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 org.apache.kerby:kerb-admin from 2.0.3 to 2.1.0 in /test/fixtures/hdfs-fixture #15301

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps org.apache.kerby:kerb-admin from 2.0.3 to 2.1.0.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file labels Aug 19, 2024
@reta reta added backport 2.x Backport to 2.x branch skip-changelog labels Aug 19, 2024
Copy link
Contributor

✅ Gradle check result for 44ee663: SUCCESS

Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.92%. Comparing base (a27d26b) to head (ce57794).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15301      +/-   ##
============================================
+ Coverage     71.87%   71.92%   +0.04%     
- Complexity    63117    63153      +36     
============================================
  Files          5212     5212              
  Lines        295649   295649              
  Branches      42692    42692              
============================================
+ Hits         212508   212635     +127     
+ Misses        65692    65541     -151     
- Partials      17449    17473      +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reta reta force-pushed the dependabot/gradle/test/fixtures/hdfs-fixture/org.apache.kerby-kerb-admin-2.1.0 branch from 44ee663 to dc68342 Compare August 19, 2024 14:49
@reta reta requested a review from jed326 as a code owner August 19, 2024 14:49
@reta reta requested a review from peternied as a code owner August 19, 2024 14:49
Copy link
Contributor

✅ Gradle check result for dc68342: SUCCESS

Bumps org.apache.kerby:kerb-admin from 2.0.3 to 2.1.0.

---
updated-dependencies:
- dependency-name: org.apache.kerby:kerb-admin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta reta force-pushed the dependabot/gradle/test/fixtures/hdfs-fixture/org.apache.kerby-kerb-admin-2.1.0 branch from dc68342 to 2bbca8c Compare August 19, 2024 15:45
Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor

❕ Gradle check result for 2bbca8c: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.search.SearchWeightedRoutingIT.testStrictWeightedRoutingWithCustomString_FailOpenEnabled

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link
Contributor

✅ Gradle check result for ce57794: SUCCESS

@reta reta merged commit 096c354 into main Aug 19, 2024
35 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/test/fixtures/hdfs-fixture/org.apache.kerby-kerb-admin-2.1.0 branch August 19, 2024 17:01
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 19, 2024
…s/hdfs-fixture (#15301)

* Bump org.apache.kerby:kerb-admin in /test/fixtures/hdfs-fixture

Bumps org.apache.kerby:kerb-admin from 2.0.3 to 2.1.0.

---
updated-dependencies:
- dependency-name: org.apache.kerby:kerb-admin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: reta <reta@users.noreply.github.com>
(cherry picked from commit 096c354)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta added a commit that referenced this pull request Aug 19, 2024
…s/hdfs-fixture (#15301) (#15303)

* Bump org.apache.kerby:kerb-admin in /test/fixtures/hdfs-fixture

Bumps org.apache.kerby:kerb-admin from 2.0.3 to 2.1.0.

---
updated-dependencies:
- dependency-name: org.apache.kerby:kerb-admin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...




* Update changelog



---------





(cherry picked from commit 096c354)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: reta <reta@users.noreply.github.com>
wdongyu pushed a commit to wdongyu/OpenSearch that referenced this pull request Aug 22, 2024
…s/hdfs-fixture (opensearch-project#15301)

* Bump org.apache.kerby:kerb-admin in /test/fixtures/hdfs-fixture

Bumps org.apache.kerby:kerb-admin from 2.0.3 to 2.1.0.

---
updated-dependencies:
- dependency-name: org.apache.kerby:kerb-admin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: reta <reta@users.noreply.github.com>
akolarkunnu pushed a commit to akolarkunnu/OpenSearch that referenced this pull request Sep 10, 2024
…s/hdfs-fixture (opensearch-project#15301)

* Bump org.apache.kerby:kerb-admin in /test/fixtures/hdfs-fixture

Bumps org.apache.kerby:kerb-admin from 2.0.3 to 2.1.0.

---
updated-dependencies:
- dependency-name: org.apache.kerby:kerb-admin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: reta <reta@users.noreply.github.com>
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 skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants