Konstruct 0.3.5
Released: February 26, 2026
Highlights
- App Repository RBAC — Platform Admins now have explicit read, write, and delete permissions on the
app-repositoryresource
App Repository RBAC
Konstruct 0.3.5 adds the app-repository resource to the RBAC permissions matrix. Only Platform Admins have access to manage app repositories. Team Admins and Developers do not have access to this resource.
| Resource | Platform Admin | Team Admin | Developer |
|---|---|---|---|
| app-repository | R, W, D | — | — |
For the full permissions matrix, see Roles and Permissions.
note
This was a quick follow-up to 0.3.4 released the same day, shipping the RBAC change for app repositories that was completed after the 0.3.4 cutoff.
Upgrade
Update targetRevision to 0.3.5 in your Konstruct ArgoCD Application manifest:
spec:
source:
chart: konstruct
repoURL: oci://europe-west2-docker.pkg.dev/civo-com/charts
targetRevision: 0.3.5
Commit and push — ArgoCD syncs the new version automatically.
Related Work
- konstruct-api MR#137 — RBAC app-repository permissions