Skip to content

Apiforge v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 23:57
· 1 commit to main since this release
66763d0

[0.4.0] - 2026-06-10

Added

  • 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.