All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.3.0 (2021-12-06)
- 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)
- deps: bump y18n from 4.0.0 to 4.0.1 in /setupGcloudSDK (#275) (00135cf)
- fix auth precedence (#423) (f0d0410)
0.2.1 (2021-02-12)
0.2.0 (2020-11-16)
- add build and release (#190) (11f1439)
- Add optional credentials_file_path input for setup-gcloud (#153) (#213) (a4a3ab7)
- clean up user agent (#231) (478a42b)
- 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)
- deploy-cloudrun: Added action for deploying to Google Cloud Run
- appengine-deploy: Added action for deploying to Google App Engine
- upload-cloud-storage: Added action for uploading an artifact to GCS
- get-secretmanager-secrets: Fetch secrets from Secret Manager
- [setup-gcloud]: Allow setting of project Id
- cached gcloud path
- missing credential input field in action.yml
- allow GAE tests to run in parallel
- Added support for setting up GOOGLE APPLICATION CREDENTIALS
- Can specify creds as b64 or plain json
- Changed testing framework for mocha
- Updated linter config
- [setup-gcloud]: Added support for specifying 'latest' SDK version
- [setup-gcloud]: Made authentication optional
- [setup-gcloud]: Added metrics tracking label
- [setup-gcloud]: Added CloudRun example workflow
- [setup-gcloud]: Added integration tests
- Initial release of setup-gcloud action.
- Provides support for configuring Google Cloud SDK within the GitHub Actions v2 environment.