Skip to content

Releases: subhamay-bhattacharyya/gh-action-reusable-aws-cfn-wf

Version 1.0.0: Initial Release of CI/CD Workflows for AWS CloudFormation

06 Jan 02:58
f11b214
Compare
Choose a tag to compare

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 and delete-stack.yaml files in .github/workflows with appropriate permissions and parameters.
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

Full Changelog: https://github.com/subhamay-bhattacharyya/gh-action-reusable-aws-cfn-wf/commits/1.0.0