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(dep): bump lua-resty-timer-ng from 0.2.4 to 0.2.5 #10664

Merged
merged 4 commits into from
Apr 14, 2023

Conversation

ADD-SP
Copy link
Contributor

@ADD-SP ADD-SP commented Apr 13, 2023

What's Changed

Full Changelog: Kong/lua-resty-timer-ng@0.2.4...0.2.5

KAG-1131

@chronolaw
Copy link
Contributor

change log entry needed.

@ADD-SP ADD-SP force-pushed the add_sp/chore-bump-timerng branch from bd8a79a to daa9e81 Compare April 13, 2023 06:29
@ADD-SP ADD-SP marked this pull request as ready for review April 13, 2023 06:32
CHANGELOG.md Outdated Show resolved Hide resolved
@ADD-SP ADD-SP added the pr/ready This PR is considered ready and can be merged at anytime (given it received no subsequent changes) label Apr 13, 2023
@ADD-SP ADD-SP modified the milestones: 3.2.2, 3.3 Apr 14, 2023
@fffonion fffonion merged commit a95e952 into master Apr 14, 2023
@fffonion fffonion deleted the add_sp/chore-bump-timerng branch April 14, 2023 06:34
@team-gateway-bot
Copy link
Collaborator

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog pr/ready This PR is considered ready and can be merged at anytime (given it received no subsequent changes) size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants