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

chore(deps): Bump OpenSSL version to 3.1.4 #11838

Merged
merged 1 commit into from
Oct 25, 2023
Merged

chore(deps): Bump OpenSSL version to 3.1.4 #11838

merged 1 commit into from
Oct 25, 2023

Conversation

Water-Melon
Copy link
Contributor

KAG-2883

Summary

Checklist

  • The Pull Request has tests
  • A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE

Full changelog

  • [Implement ...]

Issue reference

Fix #[issue number]

@github-actions github-actions bot added the chore Not part of the core functionality of kong, but still needed label Oct 25, 2023
@Water-Melon Water-Melon marked this pull request as ready for review October 25, 2023 11:35
@AndyZhang0707 AndyZhang0707 added this to the 3.5.0 milestone Oct 25, 2023
@gszr gszr merged commit 0bd4eb5 into master Oct 25, 2023
34 of 35 checks passed
@gszr gszr deleted the chore/openssl branch October 25, 2023 13:49
@team-gateway-bot
Copy link
Collaborator

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

Then, create a pull request where the base branch is release/3.4.x and the compare/head branch is backport-11838-to-release/3.4.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/bazel chore Not part of the core functionality of kong, but still needed size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants