Skip to content

Latest commit

 

History

History
82 lines (46 loc) · 3.99 KB

CHANGELOG.md

File metadata and controls

82 lines (46 loc) · 3.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.1.0 (2024-10-30)

Features

  • deps: Update Terraform google to v6 (#61) (66a5fdc)

2.0.2 (2024-04-12)

Bug Fixes

  • updates for tflint (#55) (b043cae)
  • upgraded versions.tf to include minor bumps from tpg v5 (#46) (d6394a8)

2.0.1 (2022-12-30)

Bug Fixes

  • update machine_image to debian-11 (#38) (0336295)

2.0.0 (2022-05-09)

⚠ BREAKING CHANGES

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

Features

  • add Terraform 0.13 constraint and module attribution (#21) (0a94a2d)
  • update TPG version constraints to allow 4.0 (#25) (0fda657)

Bug Fixes

  • update gsuite-exporter to version 0.0.4 (527a241)

1.0.0 - 2019-11-26

Added

  • Support for Terraform 0.12. #5
  • Convert string variable applications to a list of strings. #12
  • Add outputs instance_name, instance_project, instance_zone. #15
  • Update examples to fit terraform-google-log-export reformat. #11

Removed

  • Support for Terraform 0.11. #15
  • Removed output instance_id. #15

0.1.0 - 2019-03-29

Added

  • This is the initial release.