Skip to main content
Version: 0.5 (Next)

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-repository resource

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.

ResourcePlatform AdminTeam AdminDeveloper
app-repositoryR, 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.

  • konstruct-api MR#137 — RBAC app-repository permissions