You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been a productive week of polish, cleanup, and infrastructure improvements — building on the momentum of the recent v0.5.0 release. Here's the full picture:
🏷️ Latest Release: v0.5.0
If you haven't caught up, v0.5.0 shipped with some major additions:
Additionally, 8 dependency updates are pending status checks in the Dependency Dashboard (#126), including significant bumps like charmbracelet/bubbles v2 and charmbracelet/bubbletea v2. These are worth evaluating when time allows.
🗺️ Open Issues Snapshot (63 open)
The backlog is well-organized with clear priority labels. Top items on the roadmap:
High-priority / declarative resource expansion:
#525 — Portal authentication settings & IdP support (UPDATE)
#221 — Service Catalog Integration Instance resource
#222 — Service Catalog Integration Instance Auth Credential
#223 — Service Catalog Integration Instance Auth Config
🌟 Highlights & Themes
1. Declarative-first direction is clear — Removing create and cleaning up delete subcommands reinforces the vision: kongctl is for declarative workflows. The apply, plan, diff, and sync verbs are the primary path.
2. Code quality is improving steadily — Refactoring duplicate patterns, extracting helpers, and simplifying flag handling shows the codebase is maturing. The AI-assisted simplifier PRs are yielding real improvements.
3. Infrastructure health — Docker publishing via goreleaser, cleaner CI workflows, and reduced unnecessary build dependencies mean a smoother release pipeline going forward.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 What a Week for kongctl!
This has been a productive week of polish, cleanup, and infrastructure improvements — building on the momentum of the recent v0.5.0 release. Here's the full picture:
🏷️ Latest Release: v0.5.0
If you haven't caught up, v0.5.0 shipped with some major additions:
kongctl listen— real-time Konnect Audit-Log streaming 🎧kongctl lint— validate declarative config before you applykongctl patch file— file-based patching for partial updateskongctl delete -f— bulk declarative resource cleanup--jqfilters expanded across allgetandlistcommands🔧 This Week's Merged PRs (Feb 24 – Mar 2)
AGENTS.mdupdated with Go standard build dir guidance for AI agentskongctl deletefor a cleaner CLI surfacekongctl createverb — declutters the CLI in favor of declarative workflowsUser-Agentheaders on all Konnect API requestslibx11-devclipboard build dependencycheckStdinApprovalConflicthelper to eliminate duplicated TTY checks📋 Open Pull Requests
Three Renovate dependency update PRs are awaiting review/merge:
github/gh-awaction update (v0.44.0 → v0.45.7)github.com/mattn/go-runewidth→ v0.0.20github.com/ajg/form→ v1.7.0Additionally, 8 dependency updates are pending status checks in the Dependency Dashboard (#126), including significant bumps like
charmbracelet/bubblesv2 andcharmbracelet/bubbleteav2. These are worth evaluating when time allows.🗺️ Open Issues Snapshot (63 open)
The backlog is well-organized with clear priority labels. Top items on the roadmap:
High-priority / declarative resource expansion:
🌟 Highlights & Themes
1. Declarative-first direction is clear — Removing
createand cleaning updeletesubcommands reinforces the vision: kongctl is for declarative workflows. Theapply,plan,diff, andsyncverbs are the primary path.2. Code quality is improving steadily — Refactoring duplicate patterns, extracting helpers, and simplifying flag handling shows the codebase is maturing. The AI-assisted simplifier PRs are yielding real improvements.
3. Infrastructure health — Docker publishing via goreleaser, cleaner CI workflows, and reduced unnecessary build dependencies mean a smoother release pipeline going forward.
✅ Recommended Next Steps for Maintainers
kongctl deletecommand changes (Fix: remove non-declarative subcommands fromkongctl delete#517) or user-agent improvements (Feat: Improved user-agent headers originating from kongctl #512) warrant it before the next minor releaseBeta Was this translation helpful? Give feedback.
All reactions