feat: added custom-plugins definition support gated behind --include-plugin-definitions flag#2092
Merged
Conversation
Prashansa-K
commented
Jun 3, 2026
| github.com/google/go-cmp v0.7.0 | ||
| github.com/kong/go-apiops v0.4.2 | ||
| github.com/kong/go-database-reconciler v1.39.1-0.20260602075514-8f3b326cd953 | ||
| github.com/kong/go-database-reconciler v1.39.1-0.20260603070506-f89ffcf707ac |
Contributor
Author
There was a problem hiding this comment.
To be updated with gdr release
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2092 +/- ##
==========================================
- Coverage 32.38% 32.34% -0.05%
==========================================
Files 77 77
Lines 7191 7201 +10
==========================================
Hits 2329 2329
- Misses 4666 4676 +10
Partials 196 196 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5 tasks
4df0a4d to
e2aa848
Compare
shivaygupta-dotcom
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gateway 3.15 is adding support for custom-plugin definitions.
This change ensures that we can manage these entities declaratively
in deck.
For: #2073
Integration tests for gateway and Konnect are added.
Test run for gateway: https://github.com/Kong/deck/actions/runs/26928254826/job/79444308415 (some other tests are failing due to schema changes)
(Search via string CustomPluginDefinitions)
Related:
gdr: Kong/go-database-reconciler#477
go-kong: Kong/go-kong#619