Konstruct 0.3.9
Released: April 2026
Highlights
- Team Admin and Developer Permissions — Team admins and developers now have permissions to create environments, register app repositories, and deploy applications to clusters
Permissions Fix
Team admins and developers previously lacked the permissions needed to perform common platform tasks. This release grants additional permissions to both roles so they can work independently without requiring a platform admin.
What Changed
Team admins and developers can now:
- Create environments — Set up deployment environments for their teams
- Register app repositories — Add application repositories for CI/CD automation
- Deploy applications — Deploy registered applications to clusters
These permissions allow teams to self-serve the full application delivery workflow without escalating to a platform admin.
Upgrade
Update targetRevision to 0.3.9 in your Konstruct Argo CD Application manifest:
spec:
source:
chart: konstruct
repoURL: oci://europe-west2-docker.pkg.dev/civo-com/charts
targetRevision: 0.3.9
Commit and push — Argo CD syncs the new version automatically.