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

[KAG-2033] Deprecate CentOS 7 Packages #11359

Merged
merged 4 commits into from
Aug 14, 2023
Merged

[KAG-2033] Deprecate CentOS 7 Packages #11359

merged 4 commits into from
Aug 14, 2023

Conversation

curiositycasualty
Copy link
Contributor

@curiositycasualty curiositycasualty commented Aug 4, 2023

Summary

This PR sunsets references to, and build configuration for, CentOS 7 rpm packages.

Checklist

  • [na] The Pull Request has tests
  • [na] There's an entry in CHANGELOG-EE.md
  • [na] There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE
  • [na] The Pull Request has backports to all the versions it needs to cover

Full changelog

  • [Deprecate CentOS 7]

Issue reference

Fix #KAG-2033

@github-actions github-actions bot added core/docs chore Not part of the core functionality of kong, but still needed changelog labels Aug 4, 2023
@curiositycasualty
Copy link
Contributor Author

Do I need backports for this? This change is meant to affect all 3.x versions of both editions of the gateway.

@fffonion
Copy link
Contributor

fffonion commented Aug 8, 2023

@curiositycasualty let's do backport for 3.4.x only

@locao locao merged commit 62b6488 into master Aug 14, 2023
21 checks passed
@locao locao deleted the build/rm-centos branch August 14, 2023 16:55
@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-11359-to-release/3.4.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 62b64887826555874f15ad6203182dd665c5ac1a
# Push it to GitHub
git push --set-upstream origin backport-11359-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-11359-to-release/3.4.x.

curiositycasualty added a commit that referenced this pull request Aug 14, 2023
locao pushed a commit that referenced this pull request Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog chore Not part of the core functionality of kong, but still needed core/docs size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants