-
Notifications
You must be signed in to change notification settings - Fork 885
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 agentkeepalive
to v4.5.0
#4949
Bump agentkeepalive
to v4.5.0
#4949
Conversation
b2327d2
to
fe8289b
Compare
Codecov Report
@@ Coverage Diff @@
## main #4949 +/- ##
=======================================
Coverage 66.77% 66.77%
=======================================
Files 3278 3278
Lines 62981 62981
Branches 10027 10027
=======================================
Hits 42055 42055
Misses 18461 18461
Partials 2465 2465
Flags with carried forward coverage won't be shown. Click here to find out more. |
should we consider this a breaking change? |
… `https://ip` in `opensearch.hosts` The `elasticsearch` client uses a flaws version that incorrectly sets `servername` on a `tls` connection using IPs. Signed-off-by: Miki <miki@amazon.com>
fe8289b
to
4f6cbbd
Compare
The functionality has been broken for as long as |
@AMoo-Miki should we also backport to 1.3? |
1.3 receiving only security patches and bug fixes, I don't think this needs to go there. |
Signed-off-by: Miki <miki@amazon.com>
Signed-off-by: Josh Romero <rmerqg@amazon.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@AMoo-Miki I think the link checker failure is spurious, but could you check? |
whitesource issue tracked separately in #5178 |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-4949-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 d017c5caddd732fafc1c2a2fc8ca4be99fac7c0b
# Push it to GitHub
git push --set-upstream origin backport/backport-4949-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x Then, create a pull request where the |
… `https://ip` in `opensearch.hosts` (opensearch-project#4949) The `elasticsearch` client uses a flaws version that incorrectly sets `servername` on a `tls` connection using IPs. Signed-off-by: Miki <miki@amazon.com> Signed-off-by: Josh Romero <rmerqg@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> (cherry picked from commit d017c5c)
… `https://ip` in `opensearch.hosts` (#4949) (#5180) The `elasticsearch` client uses a flaws version that incorrectly sets `servername` on a `tls` connection using IPs. Signed-off-by: Miki <miki@amazon.com> Signed-off-by: Josh Romero <rmerqg@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> (cherry picked from commit d017c5c) Co-authored-by: Miki <miki@amazon.com>
… `https://ip` in `opensearch.hosts` (opensearch-project#4949) The `elasticsearch` client uses a flaws version that incorrectly sets `servername` on a `tls` connection using IPs. Signed-off-by: Miki <miki@amazon.com> Signed-off-by: Josh Romero <rmerqg@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Leo Deng <leo7deng@gmail.com>
… `https://ip` in `opensearch.hosts` (opensearch-project#4949) The `elasticsearch` client uses a flaws version that incorrectly sets `servername` on a `tls` connection using IPs. Signed-off-by: Miki <miki@amazon.com> Signed-off-by: Josh Romero <rmerqg@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Willie Hung <willie880201044@gmail.com>
Is the deprecation warning expected to be permanent? |
Description
Bump
agentkeepalive
to v4.5.0 to solve a problem preventing the usehttps://ip
inopensearch.hosts
.The
elasticsearch
client uses a flawed version that incorrectly setsservername
on atls
connection using IPs.Expect a deprecation warning while bootstrapping:
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr