Skip to content

Latest commit

 

History

History
201 lines (100 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

201 lines (100 loc) · 10.2 KB

Changelog

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

4.2.0 (2024-03-22)

Features

  • Add new output with state machine name (#63) (f421ef6)

4.1.1 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#62) (0fdf089)

4.1.0 (2023-12-04)

Features

  • Add optional policy_path variable used for policy definitions (#60) (cddcf93)

4.0.1 (2023-10-27)

Bug Fixes

4.0.0 (2023-10-01)

âš  BREAKING CHANGES

  • Added publish functionality and bump AWS provider version to v5 (#57)

Features

  • Added publish functionality and bump AWS provider version to v5 (#57) (28a77d2)

3.1.0 (2023-05-17)

Features

  • Prefix the CloudWatch Log group name with /aws/vendedlogs/states/ (#52) (3964cb3)

3.0.0 (2023-05-08)

âš  BREAKING CHANGES

  • Upgraded Terraform version to 1.0+ and added configurable timeouts (#53)

Features

  • Upgraded Terraform version to 1.0+ and added configurable timeouts (#53) (75eaaa7)

2.8.0 (2023-04-07)

Features

  • Add output for the CloudWatch log group name and ARN created for the Step Function (#45) (62afe34)

2.7.3 (2023-01-24)

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#48) (a22efcb)

2.7.2 (2022-11-02)

Bug Fixes

  • Move default resources for events for AWS Batch service integration (#44) (bb2186b)

2.7.1 (2022-10-27)

Bug Fixes

  • Update CI configuration files to use latest version (#43) (9eea3d9)

2.7.0 (2022-04-13)

Features

2.6.0 (2022-04-11)

Features

  • Added default resources for events permissions (#34) (698e4c1)

2.5.2 (2022-01-14)

Bug Fixes

  • True/false results had different types (#30) (9f8c111)

2.5.1 (2022-01-10)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#26) (660d759)

v2.5.0 - 2021-09-15

  • feat: Adding IAM PassRole for ECS tasks as it is required for Fargate (#24)

v2.4.0 - 2021-09-01

  • feat: Enable X-Ray tracing on Step Function if set to true in service_integrations (#22)

v2.3.0 - 2021-05-25

  • chore: Remove check boxes that don't render properly in module doc (#18)

v2.2.0 - 2021-05-15

  • feat: Add support for EventBridge integration with PutEvents tasks (#17)

v2.1.0 - 2021-05-12

  • fix: Fixed service_integration type conversion with tomap (#16)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#13)

v2.0.0 - 2021-04-26

  • feat: Shorten outputs (removing this_) (#12)

v1.3.0 - 2021-04-07

  • feat: Configure cloudwatch logging for step functions module (#9)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#10)
  • chore: align ci-cd static checks to use individual minimum Terraform versions (#6)
  • chore: Run pre-commit terraform_docs hook (#5)
  • chore: add ci-cd workflow for pre-commit checks (#4)

v1.2.0 - 2021-02-20

  • chore: update documentation based on latest terraform-docs which includes module and resource sections (#3)

v1.1.0 - 2021-02-12

  • feat: Add support for Step Function type - STANDARD (default) or EXPRESS (#2)

v1.0.0 - 2020-11-21

  • fix: IAM policy integration

v0.1.0 - 2020-11-21

  • Initial commit