Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
116 lines (63 loc) · 5.54 KB

CHANGELOG.md

File metadata and controls

116 lines (63 loc) · 5.54 KB

Changelog

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

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