Skip to content

Latest commit

 

History

History
89 lines (49 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

89 lines (49 loc) · 1.75 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

✨ Added

  • New features go here

✏️ Changed

  • Changes in existing functionality go here

⚠️ Deprecated

  • Soon-to-be removed features go here

🚫 Removed

  • Now removed features go here

🔧 Fixed

  • Bug fixes go here

[2.0.3] - 2024-07-12

🔧 Fixed

  • Fixes stack-output output when deploying multiple stacks

[2.0.2] - 2024-06-25

✏️ Changed

  • Adds aws_cdk.aws-lambda-python-alpha as a dependency

🔧 Fixed

  • Fixes stack-pattern argument

[2.0.0] - 2024-06-10

✏️ Changed

  • Changes stack-id to stack-pattern

🚫 Removed

  • Removes bootstrap input
  • Removes add-branch-suffix argument in favour of using BranchScopedStack

[1.3.0] - 2024-06-04

✨ Added

  • Adds support for bootstrapping account before deployment through the boostrap input

[1.2.0] - 2024-06-04

✨ Added

  • Adds support for passing custom app path through the app-file input
  • Adds cdk-nag and identity pool alpha as dependencies

✏️ Changed

  • Bumps CDK dependency versions

[1.1.0] - 2023-10-10

✨ Added

  • Adds support for passing CfnParameter values to CDK through the parameters input

[1.0.0] - 2023-10-04

✨ Added

  • Adds initial deploy-aws-cdk-stack Action
  • Adds support for branch scoped deployments
  • Adds support for ephemeral deployments
  • Adds README
  • Adds LICENSE
  • Adds CHANGELOG