-
terraform-bot authoredterraform-bot authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 7.64 KiB
Changelog
9.2.0 (2024-10-01)
Features
- switch to v5.0.x of gcp-site-monitoring to ensure we're using supported version of Python (4d5ee11)
Bug Fixes
- the way run_tests.sh works with arguments (f94ec5e)
9.1.2 (2024-08-15)
9.1.1 (2024-07-24)
9.1.0 (2024-07-15)
Features
- added load_balancer_backend variable to provide any custom options (80605d8)
9.0.1 (2024-06-13)
Bug Fixes
- allow ingress override when using load balancer (b2c6777)
9.0.0 (2024-02-28)
⚠️ BREAKING CHANGES
- migrate to cloud run v2 resources
- Remove Cloud Run Domain Mapping
Features
- migrate to use cloud run v2 resources (041dc74)
- refactor uptime_monitoring module (180e3e9)
- remove cloud run domain mapping (02ed8b0)
- remove legacy dashboard resources (12ea106)
[8.4.0] - 2023-09-11
Added
- new variable
vpc_access_connector_max_throughput
to allow max_throughput to be set on the vpc_access_connector resource.
[8.3.0] - 2023-08-18
Added
- Include terraform-module.yml pipeline to publish new versions of this module to the internal Terraform Registry.
[8.2.0] - 2023-07-04
Added
- Added new variable
pre_deploy_job_environment_variables
to optionally overrideenvironment_variables
for pre-deploy jobs.
[8.1.0] - 2023-06-20
Added
- Added new
pre-deploy
job to run tasks such as database migrations before deploying a new version of the webapp.
[8.0.0] - 2023-06-16
Added
- BREAKING CHANGE: Add a default SSL policy restricting TLS to >= 1.2 and setting the SSL profile to MODERN.
- BREAKING CHANGE: Upgrade to v3 of the gcp-site-monitoring module. This could cause previously deployed uptime check functions to be destroyed/re-created during the next Terraform apply.
Fixed
- Add new annotations and labels to the
ignore_changes
map in thelifecycle
block of thegoogle_cloud_run_service.webapp
resource.
[7.1.0] - 2023-05-15
Changed
- Added the load balancer(s) as an output from the module.
- Added new variable to pass in an
ssl_policy
self-link that is used in the load balancer (if present).