delstack-action
Version updated for https://github.com/go-to-k/delstack to version v2.8.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
delstack is a CLI and GitHub Action tool designed to automate the deletion of AWS CloudFormation stacks, including those with resources that are typically difficult to remove, such as non-empty S3 buckets or resources with deletion protection. It resolves inter-stack dependencies, handles retained resources, and ensures no orphaned resources remain. With features like parallel deletion, interactive stack selection, and integration with popular IaC tools (e.g., AWS CDK, SAM, and Serverless Framework), it simplifies and accelerates stack cleanup tasks in CI/CD pipelines or routine infrastructure management.
What’s Changed
What’s Changed
- test: handle missing RETAIN_MODE context gracefully in e2e CDK apps by @go-to-k in https://github.com/go-to-k/delstack/pull/619
- feat: support glob patterns for -s stack name filtering by @go-to-k in https://github.com/go-to-k/delstack/pull/621
Full Changelog: https://github.com/go-to-k/delstack/compare/v2.7.0...v2.8.0