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(release): fix PR and Jira links in 3.8.0 changelog #13767

Merged
merged 4 commits into from
Oct 17, 2024

Conversation

ADD-SP
Copy link
Contributor

@ADD-SP ADD-SP commented Oct 17, 2024

Summary

Fix #13763

Checklist

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

Issue reference

KAG-5596

CHANGELOG.md Outdated Show resolved Hide resolved
@ADD-SP ADD-SP force-pushed the add_sp/docs-fix-changelog-links branch from adc0abb to f0402a7 Compare October 17, 2024 03:08
@team-gateway-bot team-gateway-bot added the author/community PRs from the open-source community (not Kong Inc) label Oct 17, 2024
@ADD-SP ADD-SP added incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention and removed author/community PRs from the open-source community (not Kong Inc) cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee labels Oct 17, 2024
@github-actions github-actions bot added the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label Oct 17, 2024
@ADD-SP ADD-SP removed the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label Oct 17, 2024
@team-gateway-bot team-gateway-bot added the author/community PRs from the open-source community (not Kong Inc) label Oct 17, 2024
@ADD-SP ADD-SP removed the author/community PRs from the open-source community (not Kong Inc) label Oct 17, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
@github-actions github-actions bot added the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label Oct 17, 2024
@team-gateway-bot team-gateway-bot added the author/community PRs from the open-source community (not Kong Inc) label Oct 17, 2024
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)
Copy link
Collaborator

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.

CHANGELOG.md Outdated Show resolved Hide resolved
@ADD-SP ADD-SP removed author/community PRs from the open-source community (not Kong Inc) cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention labels Oct 17, 2024
@ADD-SP ADD-SP linked an issue Oct 17, 2024 that may be closed by this pull request
@ADD-SP ADD-SP merged commit 8afccbc into master Oct 17, 2024
16 checks passed
@ADD-SP ADD-SP deleted the add_sp/docs-fix-changelog-links branch October 17, 2024 08:04
@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.8.x, because it was unable to cherry-pick the commit(s).

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

@team-gateway-bot
Copy link
Collaborator

Backport failed for release/3.8.x, because it was unable to cherry-pick the commit(s).

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

@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

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

@github-actions github-actions bot added the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Nov 4, 2024
@kikito kikito removed the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Nov 5, 2024
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.

Various links in changelog are rewritten to #13532
5 participants