Skip to content

Latest commit

 

History

History
99 lines (63 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

99 lines (63 loc) · 2.47 KB

Changelog

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.

[Unresolved]

Security

Added

Changed

Removed

Fixed

[0.1.3] - 2020-07-30

Security

Added

Changed

  • [setup-gcloud]: Allow setting of project Id

Removed

Fixed

  • cached gcloud path
  • missing credential input field in action.yml
  • allow GAE tests to run in parallel

[0.1.2] - 2020-02-28

Security

Added

  • Added support for setting up GOOGLE APPLICATION CREDENTIALS
  • Can specify creds as b64 or plain json

Changed

  • Changed testing framework for mocha
  • Updated linter config

Removed

Fixed

[0.1.1] - 2020-01-30

Security

Added

  • [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

Changed

Removed

Fixed

[0.1.0] - 2019-11-08

Security

Added

  • Initial release of setup-gcloud action.
    • Provides support for configuring Google Cloud SDK within the GitHub Actions v2 environment.

Changed

Removed

Fixed