Skip to content

Latest commit

 

History

History
340 lines (166 loc) · 17.3 KB

CHANGELOG.md

File metadata and controls

340 lines (166 loc) · 17.3 KB

Changelog

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

3.3.1 (2024-04-24)

Bug Fixes

  • Default to null when state argument is not set (#122) (ed4b013)

3.3.0 (2024-04-23)

Features

  • Replace deprecated is_enabled with state in EventBridge rules (#119) (920138a)

3.2.4 (2024-04-05)

Bug Fixes

  • Made input_paths in input_transformer optional (#116) (1ce4aca)

3.2.3 (2024-03-07)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#111) (a75692c)

3.2.2 (2024-02-05)

Bug Fixes

  • Allow API destinations to reuse connections (#108) (78ac5d7)

3.2.1 (2024-02-02)

Bug Fixes

  • Fixed newline handling in input_template (#107) (35a2acb)

3.2.0 (2024-01-12)

Features

  • Add input_template in target_parameters for pipes (#102) (9406fcb)

3.1.0 (2024-01-12)

Features

  • Add state to aws_cloudwatch_event_rule (#100) (963753f)

3.0.1 (2024-01-12)

Bug Fixes

  • Event bus data source count conditional (#101) (ebe5963)

3.0.0 (2023-10-02)

⚠ BREAKING CHANGES

  • Upgraded AWS provider to v5 (required for Pipes) (#94)

Features

  • Add support for EventBridge Pipes (#92) (ff131eb)
  • Upgraded AWS provider to v5 (required for Pipes) (#94) (ba4d055)

2.4.0 (2023-10-01)

Features

  • Add support for EventBridge Pipes (#92) (ff131eb)

2.3.0 (2023-06-17)

Features

  • Support for Eventbridge Scheduler Schedules (#83) (e3c4ffe)

2.2.0 (2023-06-15)

Features

2.1.0 (2023-04-28)

Features

  • Add support for setting the condition field in Event Bus permissions (#84) (49f1dff)

2.0.0 (2023-04-28)

⚠ BREAKING CHANGES

  • Bump Terraform version to 1.0 and updated ecs_target arguments (#85)

Features

  • Bump Terraform version to 1.0 and updated ecs_target arguments (#85) (04a3249)

1.17.3 (2023-03-10)

Bug Fixes

  • Enable adding event_source_name to an Event Bus to enable receiving events from an SaaS partner (#82) (f92a78c)

1.17.2 (2023-01-18)

Bug Fixes

  • Wrong value of api destination output (#79) (03ef4ff)

1.17.1 (2023-01-06)

Bug Fixes

  • Fixed misleading descriptions of IAM role (not Lambda) (#76) (aa92195)
  • Use a version for to avoid GitHub API rate limiting on CI workflows (#75) (e9a7813)

1.17.0 (2022-10-28)

Features

  • Upgraded AWS provider version to 4.7 (#66) (7690287)

1.16.0 (2022-10-28)

Features

1.15.1 (2022-09-21)

Bug Fixes

  • Fixed inappropriate values for subnets and security_groups in example (#63) (fd7a25b)

1.15.0 (2022-09-09)

Features

  • Added Name tag for IAM policies and roles (#62) (8ca8835)

1.14.3 (2022-09-08)

Bug Fixes

  • Problems found when importing resources previously already created (#61) (015122e)

1.14.2 (2022-07-28)

Bug Fixes

  • Make it optional to append postfix to the name, connection, or API destination (#58) (980b910)

1.14.1 (2022-06-23)

Bug Fixes

  • Enable run_command_targets support for target (#54) (e153898)

1.14.0 (2022-02-04)

Features

  • Added support for custom role_arn in targets (#42) (45311f7)

1.13.4 (2022-01-21)

Bug Fixes

1.13.3 (2022-01-06)

Bug Fixes

  • Amend batch_target to be correct value (#35) (babb4d6)

1.13.2 (2021-12-07)

Bug Fixes

1.13.1 (2021-11-22)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#31) (ad31225)

v1.13.0 - 2021-11-07

  • feat: Added support for API destinations (#27)

v1.12.0 - 2021-10-26

  • fix: Fixed function name from to_map to tomap (#26)

v1.11.0 - 2021-10-12

  • feat: Add example for ECS + scheduled events (#14)

v1.10.0 - 2021-09-21

  • fix: Amend ecs_target network_configuration to work when no ecs_target supplied (#25)

v1.9.0 - 2021-09-09

  • fix: Add explicit to_map for empty object for aws_cloudwatch_event_target (#24)

v1.8.0 - 2021-08-18

  • feat: Support for existing event buses (#22)

v1.7.0 - 2021-08-13

  • fix: update sqs access policy (#16)

v1.6.0 - 2021-08-13

  • fix: create_rules = false causes error (#19)

v1.5.0 - 2021-06-28

  • fix: remove create_bus as a blocker for role_arn (#13)

v1.4.0 - 2021-06-07

  • feat: support http_target argument (#11)
  • fix: Fix tomap call for terraform 0.15 (#10)

v1.3.0 - 2021-05-28

  • fix: property lookup in ecs_target block (#8)

v1.2.0 - 2021-05-25

  • chore: Remove check boxes that don't render properly in module doc (#9)
  • chore: Updated versions&comments in examples

v1.1.0 - 2021-04-08

  • feat: Simplified outputs (no this_) (#6)

v1.0.0 - 2021-04-08

  • feat: Some refactoring and added ability to handle default bus (#5)

v0.1.0 - 2021-03-27

  • docs: update module references (#3)

v0.0.1 - 2021-03-22

  • docs(readme): add terraform-docs (#2)
  • feat: first commit (#1)
  • first commit