-
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
feat(admin-api): add gateway edition info to the endpoint /
#12097
Conversation
this commit is the follow-up change to the PR #12045, since the the edition info is still useful to the kong manager, we choose to introduce the gateway edition information in the response of the `/` endpoint.
0550c64
to
16db369
Compare
/
/
the gateway edition detection was not functional due to PR Kong/kong-ee#7290, we need disable the ee-related tests until Kong/kong#12097 get merged.
the gateway edition detection was not functional due to PR Kong/kong-ee#7290, we need disable the ee-related tests until Kong/kong#12097 get merged.
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-12097-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12097-to-master-to-upstream
git checkout -b cherry-pick-12097-to-master-to-upstream
ancref=$(git merge-base 53d50e740badb59caa67ee002edfddb8396fbc24 16db369bd77e866008b7e79f1b4a42dbd386978a)
git cherry-pick -x $ancref..16db369bd77e866008b7e79f1b4a42dbd386978a |
Git push to origin failed for release/3.4.x with exitcode 1 |
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-12097-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12097-to-master-to-upstream
git checkout -b cherry-pick-12097-to-master-to-upstream
ancref=$(git merge-base 53d50e740badb59caa67ee002edfddb8396fbc24 16db369bd77e866008b7e79f1b4a42dbd386978a)
git cherry-pick -x $ancref..16db369bd77e866008b7e79f1b4a42dbd386978a |
Successfully created backport PR for |
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-12097-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12097-to-master-to-upstream
git checkout -b cherry-pick-12097-to-master-to-upstream
ancref=$(git merge-base 53d50e740badb59caa67ee002edfddb8396fbc24 16db369bd77e866008b7e79f1b4a42dbd386978a)
git cherry-pick -x $ancref..16db369bd77e866008b7e79f1b4a42dbd386978a |
Git push to origin failed for release/3.5.x with exitcode 1 |
Successfully created backport PR for |
this commit is the follow-up change to the PR #12045, since the the edition info is still useful to the kong manager, we choose to introduce the gateway edition information in the response of the
/
endpoint.Since Kong Manager OSS was first introduced in version 3.4, we need to backport this PR to all versions from 3.4 onwards.
Summary
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdFull changelog
Issue reference
Fix FTI-5557