Releases: google-github-actions/deploy-cloud-functions
Releases · google-github-actions/deploy-cloud-functions
v0.10.3
What's Changed
- chore: update dependencies (automated) by @verbanicm in #362
- Release: v0.10.3 by @google-github-actions-bot in #363
Full Changelog: v0.10.2...v0.10.3
v0.10.2
What's Changed
- chore: build dist by @google-github-actions-bot in #329
- feat: add support for docker_registry option by @sethvargo in #331
- bug: handle suffixes and commas in availableMemoryMb by @sethvargo in #335
- update release process by @verbanicm in #337
- Update README.md by @martintali in #339
- $'fix release workflow files' by @verbanicm in #342
- $'fix release workflow files' by @verbanicm in #345
- chore: update deps by @sethvargo in #346
- fix: add debug logging when files are ignored by @sethvargo in #348
- Delete CONTRIBUTING.md by @sethvargo in #353
- chore: update deps by @sethvargo in #356
- Update deps by @sethvargo in #359
- Release: v0.10.2 by @google-github-actions-bot in #360
New Contributors
- @verbanicm made their first contribution in #337
- @martintali made their first contribution in #339
Full Changelog: v0.10.1...v0.10.2
deploy-cloud-functions v0.10.1
deploy-cloud-functions v0.10.0
deploy-cloud-functions v0.9.0
deploy-cloud-functions v0.8.0
v0.7.2
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
Miscellaneous Chores
- Fix an issue where
=
were not parsed correctly in KV pairs - release v0.7.1 (e28e39f)
deploy-cloud-functions v0.7.0
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)