Skip to content

feat: added support for cloned plugins gated behind --include-plugin-definitions flag - #2088

Merged
Prashansa-K merged 3 commits into
mainfrom
feat/cloned-plugins
Jun 3, 2026
Merged

feat: added support for cloned plugins gated behind --include-plugin-definitions flag#2088
Prashansa-K merged 3 commits into
mainfrom
feat/cloned-plugins

Conversation

@Prashansa-K

@Prashansa-K Prashansa-K commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Gateway 3.15 is adding support for cloned-plugin definitions.
This change ensures that we can manage these entities declaratively
in deck.
For: #2074

Integration tests for gateway are added here.
Konnect related tests would be added once the feature is added on dev.

Test run for gateway: https://github.com/Kong/deck/actions/runs/26811245997/job/79041501704 (some other tests are failing due to schema changes)
(Search via string ClonedPluginDefinitions)

Related:
gdr: Kong/go-database-reconciler#476
go-kong: Kong/go-kong#619

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 47 lines in your changes missing coverage. Please review.
βœ… Project coverage is 32.38%. Comparing base (d65cc81) to head (42aa73a).

Files with missing lines Patch % Lines
cmd/common.go 0.00% 16 Missing ⚠️
cmd/common_konnect.go 0.00% 8 Missing ⚠️
tests/integration/test_utils.go 0.00% 6 Missing ⚠️
cmd/gateway_dump.go 0.00% 4 Missing ⚠️
cmd/gateway_reset.go 0.00% 4 Missing ⚠️
cmd/gateway_apply.go 0.00% 3 Missing ⚠️
cmd/gateway_diff.go 0.00% 3 Missing ⚠️
cmd/gateway_sync.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2088      +/-   ##
==========================================
- Coverage   32.56%   32.38%   -0.19%     
==========================================
  Files          77       77              
  Lines        7151     7191      +40     
==========================================
  Hits         2329     2329              
- Misses       4626     4666      +40     
  Partials      196      196              

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Prashansa-K Prashansa-K changed the title Feat/cloned plugins feat: adding support for cloned pluginsgated behind --include-plugin-definitions flag Jun 2, 2026
@Prashansa-K Prashansa-K changed the title feat: adding support for cloned pluginsgated behind --include-plugin-definitions flag feat: adding support for cloned plugins gated behind --include-plugin-definitions flag Jun 2, 2026
Comment thread go.mod
github.com/kong/go-apiops v0.4.2
github.com/kong/go-database-reconciler v1.39.0
github.com/kong/go-kong v0.75.1
github.com/kong/go-database-reconciler v1.39.1-0.20260602075514-8f3b326cd953

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will update this post gdr release

@Prashansa-K Prashansa-K changed the title feat: adding support for cloned plugins gated behind --include-plugin-definitions flag feat: added support for cloned plugins gated behind --include-plugin-definitions flag Jun 2, 2026
@Prashansa-K

Copy link
Copy Markdown
Contributor Author

Konnect APIs aren't available yet. Thus, not waiting on Konnect tests here. They can be added in a different PR.

@Prashansa-K
Prashansa-K merged commit 2f56594 into main Jun 3, 2026
56 of 69 checks passed
@Prashansa-K
Prashansa-K deleted the feat/cloned-plugins branch June 3, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants