Releases: subhamay-bhattacharyya/gh-action-reusable-aws-cfn-wf
Releases · subhamay-bhattacharyya/gh-action-reusable-aws-cfn-wf
Version 1.0.0: Initial Release of CI/CD Workflows for AWS CloudFormation
Release Description
Version 1.0.0 - 2025-01-05
Summary
This release introduces the initial version of the CI/CD workflows for AWS CloudFormation as Infrastructure as Code (IaC).
Key Changes
- CI/CD Workflow Create and Deploy Stack:
- Implemented multi-stage workflows for feature branch, development, test, and production environments.
- Automated build, package, and deployment processes with approval gates.
- Reusable Nested Workflows:
- Created reusable workflows for setup, packaging, creation, deletion, and release of CloudFormation stacks.
- CI/CD Workflow Delete Stack:
- Developed workflows for deleting stacks in development, test, and production environments with approval gates.
Changelog
- Validate CloudFormation templates
- Create Pipeline
- Checkov Scan
- Create Pull Request
- Drift Detection
- Infracost
- Release
- Setup Repository
- Upload CloudFormation templates to S3 bucket
- Destroy the stack
Important Notes
- Configuration:
- To use these pipelines, create
create-stack.yaml
anddelete-stack.yaml
files in.github/workflows
with appropriate permissions and parameters.
- To use these pipelines, create
Breaking Changes
- None identified.
Additional Information
For detailed usage instructions, refer to the updated README.md
and CHANGELOG.md
.
You can view the detailed pull request here.
What's Changed
- Pull Request to merge feature/SB-0001-initial-release with main by @bsubhamay in #2
New Contributors
- @bsubhamay made their first contribution in #2
Full Changelog: https://github.com/subhamay-bhattacharyya/gh-action-reusable-aws-cfn-wf/commits/1.0.0