-
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(release): fix PR and Jira links in 3.8.0 changelog #13767
Conversation
adc0abb
to
f0402a7
Compare
CHANGELOG.md
Outdated
@@ -61,7 +64,8 @@ Individual unreleased changelog entries can be located at [changelog/unreleased] | |||
|
|||
|
|||
- Bumped lua-resty-healthcheck from 3.0.1 to 3.1.0 to fix an issue that was causing high memory usage | |||
[#13532](https://github.com/Kong/kong/issues/13532) | |||
[#13038](https://github.com/Kong/kong/issues/13038) | |||
[FTI-5847](https://konghq.atlassian.net/browse/FTI-5847) |
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.
The internal ticket should be removed.
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.8.x
git worktree add -d .worktree/backport-13767-to-release/3.8.x origin/release/3.8.x
cd .worktree/backport-13767-to-release/3.8.x
git switch --create backport-13767-to-release/3.8.x
git cherry-pick -x 8afccbce4c25f53536bcf656b6ce19838965ed8d |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.8.x
git worktree add -d .worktree/backport-13767-to-release/3.8.x origin/release/3.8.x
cd .worktree/backport-13767-to-release/3.8.x
git switch --create backport-13767-to-release/3.8.x
git cherry-pick -x 8afccbce4c25f53536bcf656b6ce19838965ed8d |
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-13767-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13767-to-master-to-upstream
git checkout -b cherry-pick-13767-to-master-to-upstream
ancref=$(git merge-base 5f6220b4fdd9b2c99be50183e9c6d3f2329292df 06d54cffd11330f755bdb10090cf240fd331931a)
git cherry-pick -x $ancref..06d54cffd11330f755bdb10090cf240fd331931a |
Summary
Fix #13763
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
KAG-5596