Skip to content

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

v3.0.2

04 Jun 14:38
043573c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3

22 May 15:59
043573c
Compare
Choose a tag to compare
v3

Floating v3 release

v3.0.1

29 May 18:25
316d9c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

22 May 15:58
8a1e165
Compare
Choose a tag to compare

Notable Changes

While we always seek to minimize breaking changes, there is a substantial delta between Cloud Functions v1 and Cloud Functions v2, such that the GitHub Action was mostly rewritten.

  • "v3" supports 2nd generation Cloud Functions (GEN_2). 1st generation Cloud Functions may work, but GEN_1 is not supported. Use google-github-actions/deploy-cloud-functions@v2 for 1st generation functions.

  • "files" inputs such as environment_variables_file have been removed. To source values from a file, read the file in a prior step and set an output. There are many community-sponsored GitHub Actions that provide this functionality.

  • "memory" is now specified as a string with a suffix (e.g. "5Mb") instead of assuming megabytes.

  • "secret_env_vars" and "secret_volumes" have been combined into a single "secrets" input which accepts environment variable keys or filepaths.

  • Various fields were renamed to match the "v2" API, such as "service_account" and "min/max_instance_count".

  • Labels, environment variables, and secrets are still declarative, but they are not modified if no values are given. You can explicitly empty the value by setting the input to the literal string "{}".

  • Functions are only served over HTTPS (no HTTP). This is a requirement for Cloud Functions v2.

  • Since Cloud Functions v2 uses EventArc, you may need to enable the EventArc API and re-configure triggers (many inputs have changed to match the new API specification).

In accordance with our support policy, when "v3" is released as GA, we will stop supporting "v1" and continue to support "v2" and "v3".

Full Changelog: v2.1.0...v3.0.0

v2.1.0

23 Jan 01:56
b418957
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.1.0

v2

08 Dec 17:01
b418957
Compare
Choose a tag to compare

Floating v2 alias

v2.0.0

08 Dec 16:59
d8c8efb
Compare
Choose a tag to compare

⚠️ This version requires Node 20 or later!

What's Changed

New Contributors

Full Changelog: v1...v2.0.0

v0.11.0

08 Dec 17:05
3249362
Compare
Choose a tag to compare

⚠️ This version is no longer supported!

v0

08 Dec 16:48
3249362
Compare
Choose a tag to compare

⚠️ This version is no longer supported!

Floating v0 alias

v1.0.1

08 May 18:19
4f9427c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1