Skip to content

Latest commit

 

History

History
193 lines (102 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

193 lines (102 loc) · 14.2 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.

0.13.0 (2024-09-20)

⚠ BREAKING CHANGES

  • Create service account as part of cloud run v2 (#219)
  • Update variable field type and defaults (#216)

Features

  • Create service account as part of cloud run v2 (#219) (f64526a)

Bug Fixes

  • Add connection metadata for incoming connection from GCS and fix typo in v2/main.tf (#235) (d359e7e)
  • Update variable field type and defaults (#216) (8846d89)

0.12.0 (2024-06-05)

Features

0.11.0 (2024-05-21)

⚠ BREAKING CHANGES

  • deps: Update Terraform GoogleCloudPlatform/lb-http/google to v11 (#201)
  • deps: Update Terraform terraform-google-modules/project-factory/google to v15 (#199)
  • deps: Update Terraform terraform-google-modules/vpc-service-controls/google to v6 (#194)
  • deps: Update Terraform GoogleCloudPlatform/lb-http/google to v10 (#177)
  • replace random_id with random_string to increase number of possible access levels (#191)
  • deps: Update Terraform terraform-google-modules/vpc-service-controls/google to v5 (#180)
  • deps: Update Terraform terraform-google-modules/network/google to v9 (#178)
  • deps: Update Terraform terraform-google-modules/project-factory/google to v14 (#179)

Bug Fixes

  • deps: Update Terraform GoogleCloudPlatform/lb-http/google to v10 (#177) (3873fdf)
  • deps: Update Terraform GoogleCloudPlatform/lb-http/google to v11 (#201) (1063b1c)
  • deps: Update Terraform terraform-google-modules/network/google to v9 (#178) (a391262)
  • deps: Update Terraform terraform-google-modules/project-factory/google to v14 (#179) (dc0815e)
  • deps: Update Terraform terraform-google-modules/project-factory/google to v15 (#199) (9df6ef2)
  • deps: Update Terraform terraform-google-modules/vpc-service-controls/google to v5 (#180) (79ade48)
  • deps: Update Terraform terraform-google-modules/vpc-service-controls/google to v6 (#194) (5b63622)
  • ignoring client.knative.dev/nonce changes (#185) (ce6e147)
  • replace random_id with random_string to increase number of possible access levels (#191) (f6cd4b2)

0.10.0 (2023-11-14)

Features

  • add support for liveness and readiness probes (#101) (0299bfe)
  • job-exec: Add support for multiple arguments (#118) (301f510)

Bug Fixes

  • deps: expand version constraint to Terraform Google Provider to v5 (major) (#156) (7fb5ebb)
  • remove duplicate variable key (#154) (f2be3c0)

0.9.1 (2023-07-26)

Bug Fixes

  • fix vpc connector creation in Shared VPCs (#137) (5979144)

0.9.0 (2023-07-10)

Features

  • migrate serverless_type to service-based flag (#131) (8546af0)

Bug Fixes

  • adds variable to not disable APIs on destroy (#126) (3faedb5)

0.8.0 (2023-06-01)

Features

  • Creates variable to customize time_sleep due VPC-SC propagation time (#124) (7260a62)

0.7.0 (2023-05-17)

⚠ BREAKING CHANGES

  • adds support to multiple service projects and Shared VPC (#115)

Features

  • adds support to multiple service projects and Shared VPC (#115) (bc1b8b1)

Bug Fixes

0.6.0 (2023-04-20)

⚠ BREAKING CHANGES

  • changes harness module to be re-used by cloud function (#113)
  • changes net module to be serverless generic (#112)

Features

  • changes harness module to be re-used by cloud function (#113) (6d7ebe9)
  • changes net module to be serverless generic (#112) (8e34988)

0.5.0 (2023-04-06)

Features

Bug Fixes

  • add lifecycle for operation-id on domain_map (#109) (71c6f29)
  • annotations serverside diffs (#92) (af92754)
  • deps: update terraform terracurl to v1 (#111) (dcc504e)
  • dev tools to 1.10 for Go 1.18 (#110) (3e11fb6)
  • Resource readiness deadline exceeded error in secure-cloud-run (#102) (541ed8d)

0.4.0 (2022-12-14)

Features

0.3.0 (2022-05-17)

Features

Bug Fixes

  • Set default container limits and concurrency value (#31) (3311307)

0.2.0 (2022-02-04)

Features

  • update TPG version constraints to allow 4.0 (#25) (f0a6992)

0.1.1 (2021-07-21)

Bug Fixes

  • Updates to README and descriptions (#19) (a3b8682)

0.1.0 (2021-07-12)

Miscellaneous Chores

0.0.1 (2021-06-27)

Features

  • Initial commit of this module - includes basic google_cloud_run_service resource creation
  • Includes additional resources google_cloud_run_domain_mapping, google_cloud_run_service_iam_member
  • Added examples and test for simple application deployment
  • Updated README