Skip to content

Latest commit

 

History

History
91 lines (40 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

91 lines (40 loc) · 4.73 KB

Changelog

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

2.1.0 (2024-08-19)

Features

  • Add support for eks_configuration (#32) (b6aa7e1)

2.0.3 (2024-03-07)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#27) (64b1ba1)

2.0.2 (2023-12-11)

Bug Fixes

  • Rename launch template parameters (#25) (3e370d0)

2.0.1 (2023-05-03)

Bug Fixes

  • Change instance_iam_role_use_name_prefix to use correct data type (#20) (08a13f1)

2.0.0 (2023-04-28)

⚠ BREAKING CHANGES

  • Bump Terraform version to 1.0, and allow specifying compute environments for queue (#19)

Features

  • Bump Terraform version to 1.0, and allow specifying compute environments for queue (#19) (8cec4e7)

1.2.3 (2023-04-27)

Bug Fixes

  • Add create_before_destroy lifecycle hook to aws_batch_compute_environment (#18) (614fc14)

1.2.2 (2023-01-24)

Bug Fixes

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

1.2.1 (2022-10-27)

Bug Fixes

  • Update CI configuration files to use latest version (#8) (5d739d0)

1.2.0 (2022-07-19)

Features

  • Add create_scheduling_policy option to job_queue (#3) (86546af)

1.1.2 (2022-07-04)

Bug Fixes

  • Add default for tag lookup in job queue resources. (#2) (edb1b75)

1.1.1 (2022-04-21)

Bug Fixes

  • Update documentation to remove prior notice and deprecated workflow (#1) (0240a55)

1.1.0 (2022-04-20)

Features