Skip to content

Latest commit

 

History

History
145 lines (88 loc) · 6.62 KB

CHANGELOG.md

File metadata and controls

145 lines (88 loc) · 6.62 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.

0.3.0 (2021-12-06)

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)

[Unresolved]

Security

Added

Changed

Removed

Fixed

0.2.1 (2021-02-12)

Bug Fixes

0.2.0 (2020-11-16)

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

  • Revert "Use RUNNER_TEMP to export credentials" (#149) (0926395), closes #149 #148

[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