-
v0.1.48 Stable
released this
2026-07-21 18:43:50 +00:00 | 46 commits to main since this release- Fix the deploy-gate release filter (bool, not string). The
<project>-deploysensor filter compared
deployable == "true"(string), butPipelineRelease.status.deployableis a bool, so the deployable=true
event was received but never passed the filter — deploys silently didn't fire on release-green. Now
(deployable == true || deployable == "true"). Regenerated the 3 deploy goldens + parity references.
Included changes (v0.1.47 -> v0.1.48)
ac867462a91bfix(deploy-gate): compare deployable as bool in the release filter
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fix the deploy-gate release filter (bool, not string). The