Releases: segmentio/kubeapply-internal
Releases · segmentio/kubeapply-internal
Trigger release build
Trigger release build
v1.0.3 export EVN for imager (#8)
Trigger release build
v1.0.2 Fix Docker image build command by adding quotes around the destinatio…
Trigger release build
Fix pipeline deployment conditions for version tags (#6) The stage deployment steps were only running on the default branch (master), but version tag builds don't count as being on the default branch. This prevented stage and production deployments from triggering on tag builds. Updated conditions to allow both: - Default branch builds (for stage deployment) - Version tag builds (for stage then production deployment) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>