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)
4.0.0 (2024-08-16)
- deps: Update Terraform terraform-google-modules/log-export/google to v8 (#230)
3.0.2 (2023-12-28)
3.0.1 (2023-10-31)
3.0.0 (2023-05-23)
- TPG >=4.23: Add docker_registry variables and use them in google_cloudfunctions_function resource (#164)
- TPG >=4.23: Add docker_registry variables and use them in google_cloudfunctions_function resource (#164) (12beb96)
2.5.2 (2023-04-10)
- remove gzip content-encoding metadata on function source archive (#142) (4995870)
- updates for tflint (#147) (7c6690c)
2.5.1 (2023-01-20)
2.5.0 (2022-07-22)
2.4.0 (2022-06-30)
2.3.0 (2022-05-02)
- 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)
2.1.0 (2021-10-26)
- add service_account_email to repository_function input (#78) (f2b3a98)
- add support for setting log bucket (#80) (60cd78d)
2.0.0 (2021-09-30)
- add Terraform 0.13 constraint and module attribution (#70)
- 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)
1.5.0 (2021-02-18)
1.4.0 (2020-12-10)
- 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)
- document provider requirements (#49) (7c09f1c)
- removed interpolation-only expression (#54) (1867aba)
1.3.0 (2020-09-18)
- Minimum Google provider version increased to 3.38.0
- Add option to use an existing archive bucket (#42) (7ec5539)
- Add support for Ingress Settings (var.ingress_settings) on the function (#43) (1f1c8c5)
- remove bucket_policy_only, add uniform_bucket_level_access (#48) (76efb3a)
- Use uniform-level access policy in GCS bucket (9fa60be)
- Adding the include_children option. #39
1.2.0 - 2019-12-17
- The
source_dependent_files
variable. If usedarchive
won't be created until Terraform createdlocal_file
s are finished. #38
- Updating the source for a local event-function doesn't update the function. #32
1.1.0 - 2019-09-02
- Added support for folder-level exports with new module. #28
1.0.0 - 2019-07-29
- Supported version of Terraform is 0.12. #23
- Support aggregated log exports by integrating log-export module. #18
0.1.0 - 2019-04-03
- Initial release