You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSM secret resolution: ${ssm:/path/to/param} references in secret-bearing config fields (GitHub token, notification URLs/headers/bodies, health-check URL) resolve from AWS SSM Parameter Store with decryption at release time. No AWS credentials needed when unused or in --dry-run.
CloudFront invalidation step: new optional [cloudfront] config (distribution_id, paths defaulting to /*) adds a cloudfront-invalidate step after the Kubernetes rollout; --skip-cloudfront flag to bypass.
aws-sdk-ssm and aws-sdk-cloudfront dependencies now power real features instead of being unused.