logstash icon indicating copy to clipboard operation
logstash copied to clipboard

update elasticsearch ruby client to 8.x

Open jsvd opened this issue 1 year ago • 1 comments

jsvd avatar Oct 11 '24 10:10 jsvd

This pull request does not have a backport label. Could you fix it @jsvd? 🙏 To fixup this pull request, you need to add the backport labels for the needed branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • backport-8.x is the label to automatically backport to the 8.x branch.

mergify[bot] avatar Mar 05 '25 20:03 mergify[bot]

backport-8.x has been added to help with the transition to the new branch 8.x. If you don't need it please use backport-skip label.

mergify[bot] avatar Mar 05 '25 20:03 mergify[bot]

This pull request is now in conflicts. Could you fix it @jsvd? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b update_dependencies upstream/update_dependencies
git merge upstream/main
git push upstream update_dependencies

mergify[bot] avatar Mar 05 '25 20:03 mergify[bot]