Tags: u2i/compliance-cli
Tags
fix: Add skaffold profile to Cloud Deploy releases Cloud Deploy needs --skaffold-profiles flag to know which profile to use for rendering manifests. Without it, skaffold uses the default config which has no manifests section, resulting in empty rendered manifests. Maps environment to profile: - dev → dev - qa → qa - prod → prod - preview → preview-all 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
fix: Use app-cluster target pattern for Cloud Deploy Updates target naming to match the actual Cloud Deploy infrastructure. The pipeline uses a single unified target (e.g., webapp-cluster) for all environments instead of separate targets per environment. Different environments (dev, preview, qa) deploy to different namespaces on the same cluster target. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
fix: Use webapp-delivery-pipeline for all deployment commands Changes all deployment commands (dev, preview, qa) to use the unified webapp-delivery-pipeline instead of environment-specific pipeline names. This aligns with the infrastructure which creates a single delivery pipeline (webapp-delivery-pipeline) that handles all environments via different targets. Changes: - dev.go: webapp-dev-pipeline → webapp-delivery-pipeline - preview.go: webapp-preview-pipeline → webapp-delivery-pipeline - qa.go: webapp-qa-prod-pipeline → webapp-delivery-pipeline 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
fix: Include PR number in ENV parameter for preview deployments The Env parameter is used in namespace construction via -. This ensures preview namespaces are created as compensation-preview-pr15 instead of just compensation-preview, allowing multiple preview environments to coexist.
PreviousNext