Skip to content

Releases: google-github-actions/deploy-cloud-functions

deploy-cloud-functions v0.10.1

11 May 21:13
150007a
Compare
Choose a tag to compare

Bug Fixes

  • fix an issue where certain fields would not be updated on function updates (#326)
  • switch to ignore parsing logic in actions-utils (#322) (14963a4)

deploy-cloud-functions v0.10.0

18 Mar 21:45
78581af
Compare
Choose a tag to compare

Features

  • output archive entries in debug mode (#300) (88aa99f)

Bug Fixes

  • support multi-line KV for secrets, envvars, and labels (#309) (2cf760b)

deploy-cloud-functions v0.9.0

09 Mar 00:36
baeb313
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • require nodejs 16 (#272)

Bug Fixes

  • add buildEnvironmentVariables to updateMask (#276) (53c1f8b)

Miscellaneous Chores

deploy-cloud-functions v0.8.0

31 Jan 22:43
1ad4c7d
Compare
Choose a tag to compare

⚠️ This is the last release to support Node 12!

Features

v0.7.2

14 Dec 17:26
e63a453
Compare
Choose a tag to compare

This release contains no changes from 0.7.1. It was created to force the creation of the floating v0 release.

deploy-cloud-functions v0.7.1

14 Dec 16:57
5e25a80
Compare
Choose a tag to compare

Miscellaneous Chores

  • Fix an issue where = were not parsed correctly in KV pairs
  • release v0.7.1 (e28e39f)

deploy-cloud-functions v0.7.0

09 Dec 20:51
ba68ab6
Compare
Choose a tag to compare

Features

  • add support for min_instances (#213)
  • add support for custom_worker_pool (#213)
  • add support for docker_registry and kms_key_name (#211)
  • add support for build_environment_variables (#210)
  • add support for mounting secrets via environment variables and the filesystem (#222)
  • add support for event_trigger_retry (#216) (1253ca1)
  • Add vpcConnectorEgressSettings & ingressSettings options (#112) (#141) (d5dec31)
  • add WIF docs, add warning for credentials input (#194) (5291949)
  • expose deploy timeout as an action input (#125) (#128) (2623495), closes #124
  • Merge EnvVars and EnVarsFile (#134) (#139) (afe2cad)

Bug Fixes

  • decrease action size by 17Mb for faster loading
  • fail deployment if the function is not in the ACTIVE state (#223)
  • bump deps and googleapis (#144) (b18cd87)
  • improve archive performance (#101) (bdd610a)
  • improve env var parsing behaviour (#122) (#126) (199d134)

deploy-cloud-functions v0.6.0

29 Jun 23:19
9e67600
Compare
Choose a tag to compare

Features

deploy-cloud-functions v0.5.0

26 May 07:11
c99cb30
Compare
Choose a tag to compare

Features

deploy-cloud-functions v0.4.0

25 Feb 02:36
6f5f12b
Compare
Choose a tag to compare

Features

  • fix zip file creation, improve logs (#48) (c084c5e)

Bug Fixes

  • Increase deploy create/update timeout (#46) (f63fa6d)