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: updated go-database-reconciler to v1.14.5 #1380

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

Prashansa-K
Copy link
Contributor

This version of go-database-reconciler has the fix that ensures that plugins are not shown as global
if they have a consumer group attached.
Earlier, they were wrongly shown as global, despite the actual associations working fine.

Fixes #1005

GDR PR with the fix: Kong/go-database-reconciler#134

@Prashansa-K Prashansa-K self-assigned this Aug 27, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 22.49%. Comparing base (21ea050) to head (490519f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1380      +/-   ##
==========================================
+ Coverage   22.42%   22.49%   +0.06%     
==========================================
  Files          54       54              
  Lines        4517     4517              
==========================================
+ Hits         1013     1016       +3     
+ Misses       3404     3402       -2     
+ Partials      100       99       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This version of go-database-reconciler has the fix
that ensures that plugins are not shown as global
if they have a consumer group attached.
Earlier, they were wrongly shown as global, despite
the actual associations working fine.

Fixes #1005
@Prashansa-K Prashansa-K force-pushed the fix/plugin-association-mismatch branch from c5bb64e to 490519f Compare August 28, 2024 10:24
@Prashansa-K
Copy link
Contributor Author

@GGabriele Could you please approve this?

@Prashansa-K Prashansa-K merged commit 1e5bbf6 into main Aug 28, 2024
19 checks passed
@Prashansa-K Prashansa-K deleted the fix/plugin-association-mismatch branch August 28, 2024 13:59
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.

Plugins scoped to consumers groups are shown as global
3 participants