Skip to content

Tags: u2i/compliance-cli

Tags

v1.11.3

Toggle v1.11.3's commit message

Verified

This commit was signed with the committer’s verified signature.
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]>

v1.11.2

Toggle v1.11.2's commit message

Verified

This commit was signed with the committer’s verified signature.
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]>

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was signed with the committer’s verified signature.
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]>

v0.11.15

Toggle v0.11.15's commit message

Verified

This commit was signed with the committer’s verified signature.
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.

v0.11.6

Toggle v0.11.6's commit message
Release v0.11.6: Fix compliance-cli to only handle deployments

v0.11.5

Toggle v0.11.5's commit message
Release v0.11.5: Dynamic variable passing for dev/qa deployments

v0.11.4

Toggle v0.11.4's commit message
Fix cluster name for compensation app

v0.11.3

Toggle v0.11.3's commit message
Fix DATABASE_NAME to use app name

v0.11.2

Toggle v0.11.2's commit message
Multi-arch Docker image support

v0.11.1

Toggle v0.11.1's commit message
Release v0.11.1: Fix component file generation