Skip to content

Latest commit

 

History

History
121 lines (60 loc) · 7.04 KB

CHANGELOG.md

File metadata and controls

121 lines (60 loc) · 7.04 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.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