Skip to content

Latest commit

 

History

History
182 lines (100 loc) · 8.36 KB

CHANGELOG.md

File metadata and controls

182 lines (100 loc) · 8.36 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.

2.2.0 (2021-11-16)

Features

  • update TPG version constraints to allow 4.0 (#63) (248b914)

2.1.0 (2021-08-13)

Features

2.0.0 (2021-04-29)

⚠ BREAKING CHANGES

  • add Terraform 0.13 constraint and module attribution (#50)

Features

  • add Terraform 0.13 constraint and module attribution (#50) (3bb8cba)

Bug Fixes

  • Add folder editor permissions to delete folders for cleanup submodule (#55) (f9e3841)

1.6.0 (2021-04-05)

Features

Bug Fixes

  • add grant_token_creator flag for pubsub (#52) (7fee659)

1.5.1 (2020-09-02)

Bug Fixes

1.5.0 (2020-08-11)

Features

  • Update project cleaner function to clean up Cloud Endpoints (#38) (4403dbe)

1.4.2 (2020-05-06)

Bug Fixes

  • Add Terraform 0.12 support to bucket_force_destroy boolean variable (#24) (2f11dfa)

1.4.1 - 2020-01-13

Fixed

  • Fixed issue with scheduler job output value inconsistency. #29

1.4.0 - 2019-12-19

Added

  • The scheduler_job variable, the scheduler_job output, and the pubsub_topic_name output to enable linking multiple instances of the module to the same Cloud Scheduler job. #15

1.3.0 - 2019-12-18

Added

  • The function_source_dependent_files variable is passed on to the event-function module's source_dependent_files variable. #28

Changed

  • The function implementation is provided by the Event Function module. #6

1.2.0 - 2019-11-20

Added

  • The function_timeout_s variable is exposed on the project_cleanup submodule.

1.1.1 - 2019-11-13

Fixed

  • The IAM module was replaced with IAM member resources to support dynamic members in additive mode. #22

1.1.0 - 2019-11-11

Changed

  • The project_cleanup submodule can be scheduled to remove labelled or unlabelled projects. #20 #21

Added

  • The logs-slack-alerts example. #13

1.0.0 - 2019-07-30

Changed

  • Supported version of Terraform is 0.12. #11

0.4.1 - 2019-07-03

Fixed

  • Project and region are applied to the scheduler job. #8

0.4.0 - 2019-06-17

Added

  • A variable which configures the time zone of the scheduler job. #5

0.3.0 - 2019-06-11

Added

  • Submodule which cleans up old projects.

0.2.0 - 2019-04-02

Added

  • Ability to specify a service account for functions to run as

0.1.0 - 2019-03-14

Added

  • Initial release