Skip to content

Releases: google-github-actions/setup-gcloud

v1.0.0

08 Nov 20:58
75fd574
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v1.0.0

v0.6.2

14 Oct 20:27
ee9693f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

13 Oct 18:08
65ed483
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

setup-gcloud v0.6.0

09 Mar 00:12
877d495
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Require Node 16 (#532)

Features

Miscellaneous Chores

setup-gcloud v0.5.1

16 Feb 15:54
04141d8
Compare
Choose a tag to compare

⚠️ This is the last release that supports Node 12. Future releases will require Node 16!

Miscellaneous Chores

  • fix a bug where http proxy variables were not respected
  • release 0.5.1 (64f0beb)

setup-gcloud v0.5.0

04 Feb 17:05
37a9333
Compare
Choose a tag to compare

Bug fixes

  • fix a bug where gcloud error output was being hidden

Miscellaneous Chores

setup-gcloud v0.4.0

21 Jan 18:21
e0f83f2
Compare
Choose a tag to compare

Features

Bug Fixes

  • support export auth export with envvar for backwards compat (#426) (aaf4f27)

setup-gcloud v0.3.0

06 Dec 20:53
a45a082
Compare
Choose a tag to compare

Features

  • cleanup old actions(#331) (38fab88)
  • Export credentials into RUNNER_TEMP instead of GITHUB_WORKSPACE (#405) (9bd5f65)
  • Support WIF creds and add deprecation notice for service_account_key input (#413) (f38d54f)
  • update to use setup-cloud-sdk package (#397) (990c038)

Bug Fixes

  • deps: bump y18n from 4.0.0 to 4.0.1 in /setupGcloudSDK (#275) (00135cf)
  • fix auth precedence (#423) (f0d0410)

setup-gcloud v0.2.1

03 Mar 15:07
daadedc
Compare
Choose a tag to compare

Bug Fixes

setup-gcloud v0.2.0

16 Nov 23:21
9433730
Compare
Choose a tag to compare

Features

Bug Fixes

  • add @actions/exec library (db3c7d6)
  • add GITHUB_PATH to unit test process stub (#236) (6feeef5)
  • bump @actions/tool-cache to 1.6.1 (#232) (862c53e)
  • import * as exec (2c0de75)
  • reference compiled dist/index.js in action.yml (ccab249)

Reverts