-
Notifications
You must be signed in to change notification settings - Fork 39
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(ci): update Kong versions in CI #432
Conversation
@GGabriele Any clue why the CI is failing on developer role creation in 3.5 and 3.6 ?
|
Apparently the dev portal tests should be disabled for Even with the change that accommodates the above we still have the
I wonder where is the default for go-kong/kong/plugin_service_test.go Line 578 in dc9c2c1
https://github.com/Kong/kong-ee/blame/master/kong/plugins/key-auth/schema.lua#L31 doesn't say anything about it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #432 +/- ##
==========================================
+ Coverage 59.34% 59.36% +0.02%
==========================================
Files 71 71
Lines 4378 4378
==========================================
+ Hits 2598 2599 +1
+ Misses 1170 1168 -2
- Partials 610 611 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@GGabriele I've updated the description and tests Kong version requirements. PTAL cc: @flrgh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Update CI with most recent versions of Kong.
This also changes the
Kong version requirements in https://github.com/Kong/go-kong/blob/da7d97002cc92a764a80f13d5bcfe134a2924bac/kong/developer_role_service_test.go and https://github.com/Kong/go-kong/blob/da7d97002cc92a764a80f13d5bcfe134a2924bac/kong/developer_service_test.go from <3.7 to <3.5 as developer portal has been removed in that version.
Kong version requirements in
go-kong/kong/plugin_service_test.go
Lines 549 to 737 in 67f71c4
realm
plugin config field forbasic-auth
has been introduced in 3.6 and not in 3.7. Re: https://docs.konghq.com/hub/kong-inc/basic-auth/changelog/#kong-gateway-36x