-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
chore(changelog): update changelog for gRPC TLS seclevel change #12613
Conversation
ea9c7fd
to
aa0fe90
Compare
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.
Please let the message start with a verb, otherwise I'm having trouble understanding what this PR has done.
aa0fe90
to
e68aa2b
Compare
e68aa2b
to
c2745d3
Compare
Successfully created cherry-pick PR for |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12613-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12613-to-master-to-upstream
git checkout -b cherry-pick-12613-to-master-to-upstream
ancref=$(git merge-base 31926752d792f92718f04b8f424ef2b7f6dd8080 c2745d3c30e2ae1587c3ed27d34831faa066a212)
git cherry-pick -x $ancref..c2745d3c30e2ae1587c3ed27d34831faa066a212 |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12613-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12613-to-master-to-upstream
git checkout -b cherry-pick-12613-to-master-to-upstream
ancref=$(git merge-base 31926752d792f92718f04b8f424ef2b7f6dd8080 c2745d3c30e2ae1587c3ed27d34831faa066a212)
git cherry-pick -x $ancref..c2745d3c30e2ae1587c3ed27d34831faa066a212 |
1 similar comment
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12613-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12613-to-master-to-upstream
git checkout -b cherry-pick-12613-to-master-to-upstream
ancref=$(git merge-base 31926752d792f92718f04b8f424ef2b7f6dd8080 c2745d3c30e2ae1587c3ed27d34831faa066a212)
git cherry-pick -x $ancref..c2745d3c30e2ae1587c3ed27d34831faa066a212 |
Update changelog for gRPC TLS seclevel change. The original PR is #12548.
Set security level of gRPC's TLS to
0
whenssl_cipher_suite
is set toold
.KAG-3259