Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

60 lines (37 loc) · 2.99 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.

Extending the adopted spec, each change should have a link to its corresponding pull request appended.

2.0.1 (2024-01-03)

Bug Fixes

  • upgraded versions.tf to include minor bumps from tpg v5 (#41) (3ed7ac8)

2.0.0 (2022-05-06)

⚠ BREAKING CHANGES

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

Features

  • add Terraform 0.13 constraint and module attribution (#25) (6dc3662)
  • update TPG version constraints to allow 4.0 (#27) (4412468)

Removed

  • The credentials variable. Credentials for the scripts are retrieved from the GOOGLE_APPLICATION_CREDENTIALS environment variable. #16

1.0.0 - 2019-09-06

Changed

  • Supported version of Terraform is 0.12. #12

0.2.0 - 2019-02-21

CHANGED

  • Converted test coverage to use kitchen-terraform. #3

ADDED

  • Added test coverage for outputs. #5

FIXED

  • Hook to update indexes on changes. #6

0.1.0 - 2018-09-14

ADDED

  • This is the initial release of the Project Factory Module.