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.
- 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.