kongctl Release Highlights
This is a patch release focused on reliability improvements, bug fixes, and expanded test coverage.
๐ Fixes & Improvements
-
Portal customization drift detection โ Fixed an issue where the declarative planner failed to detect drift in portal customization spec renderer configurations. This ensures
kongctl planandkongctl diffaccurately reflect the true state of portal customizations. (#1198) -
Internal flag binding simplification โ Refactored
bindKonnectFlagsto use a bindings loop pattern, reducing boilerplate and improving maintainability without any behavior changes for users. (#1192) -
Dependency updates โ Several library updates for stability:
vacuumv0.26.5,bubbletint/v2v2.0.2,oapi-codegen/runtimev1.4.1, and thekongctlGo module pinned to v1.
๐งช Test Coverage
Significant new E2E scenario coverage was added in this release:
- PAT and SPAT token lifecycle scenarios
- Direct API verification of group membership in
groupsandsync-groupsscenarios - Dump round-trip coverage for the OIDC auth strategy scenario
plan --mode deleteverification in the delete-groups scenario
๐ Commit References
Fixes
3fac008Fix: Detect portal customization spec renderer drift (#1198)7577f69fix(deps): update module github.com/oapi-codegen/runtime to v1.4.1 (#1187)2e4c7c9fix(deps): update module github.com/daveshanley/vacuum to v0.26.5 (#1184)665f96efix(deps): update module github.com/lrstanley/bubbletint/v2 to v2.0.2 (#1183)a503197fix(deps): update module github.com/kong/kongctl to v1 (#1199)
Other Changes
4276f0dSimplify: bindKonnectFlags with bindings loop (#1192)875e23atest(e2e): add PAT and SPAT token lifecycle scenario (#1193)68002cftest(e2e): add direct API verification of group membership in groups and sync-groups scenarios (#1191)a45ca7ftest(e2e): add dump round-trip coverage to oidc-auth-strategy scenario (#1194)e8a21ddtest(e2e): add plan --mode delete verification step to delete-groups scenario (#1190)b49382cchore(deps): update github/gh-aw-actions action to v0.74.6 (#1178)5e48822chore(deps): update github/gh-aw-actions action to v0.74.7 (#1196)17da072chore(deps): update github/gh-aw-actions action to v0.74.8 (#1200)
Full Changelog: v1.2.0...v1.2.1
Generated by Release ยท โ 1.6M