Skip to content

Latest commit

 

History

History
121 lines (66 loc) · 5.53 KB

CHANGELOG.md

File metadata and controls

121 lines (66 loc) · 5.53 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.

0.3.1 (2024-04-12)

Bug Fixes

  • adjust checkov to pass workflow (9db23b2)
  • set a higher default timeout (c9865f6)
  • upgrade tflint conf (d184fd9)

0.3.0 (2023-03-21)

Features

  • ec2: add iam permission to stop instance (357fbc6)
  • ec2: init ec2 support (681a0f2)
  • ec2: terminate instances rather than stop them (c25e0cb)
  • ec2: update doc (d252c11)

Bug Fixes

0.2.0 (2023-01-11)

⚠ BREAKING CHANGES

  • upgrade to latest aws and terraform version

Features

  • upgrade to latest aws and terraform version (2ddcd91)

Miscellaneous Chores

0.1.1 (2022-08-12)

Bug Fixes

  • examples: add lock state (8b16d85)
  • examples: set fixed version on example layers (a8c1068)
  • versioning: use ~> syntax for module requirements (d61e577)

0.1.0 (2022-07-29)

Features

  • add a cron functionnality to trigger the lambda (6a10fbf)
  • add a poc of lambda function (7f3d768)
  • add lambda permission to schedule rds (0874871)
  • add needed iam permissions for eks nodes (1e9af20)
  • add the python code to schedule rds (db3d543)
  • cleanup the custom role feature to avoid a target when installing (5fe63cc)
  • function/scheduler: add ASG managed by node groups (a5eda1c)
  • iam: add an optional variable to use own role (4604866)
  • package the terraform module (3b8e732)

Bug Fixes

  • create cloudwatch group before the lambda to avoid conflict (32d74a4)
  • set correct iam policies for lambda (0dd66e7)

[0.5.0] - 2021-05-26

Add support for RDS and simplify schedules syntax.

Added

  • Can now start and stop AWS RDS DB Instance !

Changed

  • New simpler syntax to declare schedule, close to the one used for GCP.

Fixed

  • The Cloudwatch Log Group is now created before the lambda.

[0.4.0] - 2021-05-26

Cleanup custom role feature, removing the need of a target and adding some documentation.

Added

  • Documentation about custom role

Changed

  • Custom role now use a bool variable to avoid a tf target

[0.3.0] - 2021-05-18

Support custom role

Added

  • Custom role usage

[0.2.0] - 2021-05-18

First real release with ASG support

Added

  • ASG scheduling
  • Documentation