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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade transport #1968

Merged
merged 1 commit into from Aug 11, 2023
Merged

Upgrade transport #1968

merged 1 commit into from Aug 11, 2023

Conversation

JoshMock
Copy link
Member

Upgrade transport library to 8.3.3 to take advantage of the fix in elastic/elastic-transport-js#69.

Do not merge until elastic/elastic-transport-js#70 is merged and published to npm. 馃檹

@JoshMock JoshMock marked this pull request as ready for review August 11, 2023 17:38
@JoshMock
Copy link
Member Author

Merging pre-review to get this published so Kibana can use it.

@JoshMock JoshMock merged commit 9aaf758 into main Aug 11, 2023
28 checks passed
@JoshMock JoshMock deleted the transport-upgrade branch August 11, 2023 17:59
@github-actions
Copy link
Contributor

The backport to 8.0 failed:

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

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-8.0 8.0
# Navigate to the new working tree
cd .worktrees/backport-8.0
# Create a new branch
git switch --create backport-1968-to-8.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 9aaf7585d3944dce9e5141070910f7e3208a0894
# Push it to GitHub
git push --set-upstream origin backport-1968-to-8.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.0

Then, create a pull request where the base branch is 8.0 and the compare/head branch is backport-1968-to-8.0.

github-actions bot pushed a commit that referenced this pull request Aug 11, 2023
(cherry picked from commit 9aaf758)
@JoshMock JoshMock mentioned this pull request Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant