Deploy Cloud Functions Versions Save

A GitHub Action that deploys source code to Google Cloud Functions.

v0.10.1

2 years ago

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)

v0.10.0

2 years ago

Features

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

Bug Fixes

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

v0.9.0

2 years ago

⚠ BREAKING CHANGES

  • require nodejs 16 (#272)

Bug Fixes

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

Miscellaneous Chores

v0.8.0

2 years ago

:warning: This is the last release to support Node 12!

Features

v0.7.2

2 years ago

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

v0.7.1

2 years ago

Miscellaneous Chores

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

v0.7.0

2 years ago

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)

v0.6.0

2 years ago

Features

v0.5.0

2 years ago

Features

v0.4.0

3 years ago

Features

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

Bug Fixes

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