Skip to content

Latest commit

 

History

History
219 lines (109 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

219 lines (109 loc) · 13.7 KB

Change Log

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.

4.1.0 (2024-08-29)

Features

4.0.0 (2024-08-16)

⚠ BREAKING CHANGES

  • deps: Update Terraform terraform-google-modules/log-export/google to v8 (#230)

Bug Fixes

  • deps: Update Terraform terraform-google-modules/log-export/google to v8 (#230) (13d3459)

3.0.2 (2023-12-28)

Bug Fixes

3.0.1 (2023-10-31)

Bug Fixes

  • upgraded versions.tf to include minor bumps from tpg v5 (#190) (1e5545a)

3.0.0 (2023-05-23)

⚠ BREAKING CHANGES

  • TPG >=4.23: Add docker_registry variables and use them in google_cloudfunctions_function resource (#164)

Features

  • TPG >=4.23: Add docker_registry variables and use them in google_cloudfunctions_function resource (#164) (12beb96)

2.5.2 (2023-04-10)

Bug Fixes

  • remove gzip content-encoding metadata on function source archive (#142) (4995870)
  • updates for tflint (#147) (7c6690c)

2.5.1 (2023-01-20)

Bug Fixes

  • set optional max_instances to default value for CI (#133) (63c98bd)

2.5.0 (2022-07-22)

Features

  • Added timeout block in repository-function module (#99) (f091820)

2.4.0 (2022-06-30)

Features

  • Added trigger_http variable to repository-function submodule (#93) (6e3f2d6)

Bug Fixes

  • Secrets when project_id is known after apply (#95) (c8dda71)

2.3.0 (2022-05-02)

Features

  • add support for setting build environment variables (#89) (022440d)
  • Add support for using secret manager environment variables in Cloud Function (#88) (78dc870)

2.2.0 (2022-01-17)

Features

  • update TPG version constraints to allow 4.0 (#81) (112482a)

2.1.0 (2021-10-26)

Features

  • add service_account_email to repository_function input (#78) (f2b3a98)
  • add support for setting log bucket (#80) (60cd78d)

2.0.0 (2021-09-30)

⚠ BREAKING CHANGES

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

Features

  • add Terraform 0.13 constraint and module attribution (#70) (f3559b4)
  • Update repository-function module to support VPC connector (#73) (5d4d6ad)

1.6.0 (2021-03-20)

Features

  • Adding optional trigger_http input (#56) (9a0918b)

1.5.0 (2021-02-18)

Features

  • Adds support to excludes parameter (#68) (f6fdd18)

Bug Fixes

1.4.0 (2020-12-10)

Features

  • add vpc serverless connnector argument to module, update docs (#57) (3bea370)
  • adds optional max_instances input (#59) (6777831)
  • Adds support for vpc_connector_egress_settings (#61) (6d558c5)

Bug Fixes

  • document provider requirements (#49) (7c09f1c)
  • removed interpolation-only expression (#54) (1867aba)

1.3.0 (2020-09-18)

⚠ BREAKING CHANGES

  • Minimum Google provider version increased to 3.38.0

Features

  • Add option to use an existing archive bucket (#42) (7ec5539)
  • Add support for Ingress Settings (var.ingress_settings) on the function (#43) (1f1c8c5)

Bug Fixes

  • remove bucket_policy_only, add uniform_bucket_level_access (#48) (76efb3a)
  • Use uniform-level access policy in GCS bucket (9fa60be)

Added

  • Adding the include_children option. #39

1.2.0 - 2019-12-17

Added

  • The source_dependent_files variable. If used archive won't be created until Terraform created local_files are finished. #38

Fixed

  • Updating the source for a local event-function doesn't update the function. #32

1.1.0 - 2019-09-02

Added

1.0.0 - 2019-07-29

Changed

  • Supported version of Terraform is 0.12. #23
  • Support aggregated log exports by integrating log-export module. #18

0.1.0 - 2019-04-03

Added

  • Initial release