-
v0.1.90 Stable
released this
2026-07-06 21:06:30 +00:00 | 906 commits to main since this releaseFixed
- A Role that patches a CR
*/statussubresource must also grantget.kubectl patch --subresource=status --type=mergeGETs the subresource first, so a patch-only grant fails with
"cannot get resource /status" and the status write silently no-ops. Fixes the per-image
PipelineReleaseRBAC (pipelinereleases/statuswas[patch]→[get,patch]), which would have
left every builder-images release row non-terminal. Adds a regression guard
(tests/rbac-status-subresource.sh, wired intotests/check.sh) that fails if any Role patches a
*/statusresource withoutget.
Included changes (v0.1.89 -> v0.1.90)
b99e9908560ftest(rbac): guard that a Role patching */status also grants get
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- A Role that patches a CR