diff --git a/setup-gcloud/CHANGELOG.md b/setup-gcloud/CHANGELOG.md new file mode 100644 index 000000000..03e7de446 --- /dev/null +++ b/setup-gcloud/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## 1.0.0 (2020-10-29) + + +### Features + +* add build and release ([#190](https://www.github.com/GoogleCloudPlatform/github-actions/issues/190)) ([11f1439](https://www.github.com/GoogleCloudPlatform/github-actions/commit/11f14399789c7ee67a0dab93e55aa61db68c1a0d)) +* Add optional credentials_file_path input for setup-gcloud ([#153](https://www.github.com/GoogleCloudPlatform/github-actions/issues/153)) ([#213](https://www.github.com/GoogleCloudPlatform/github-actions/issues/213)) ([a4a3ab7](https://www.github.com/GoogleCloudPlatform/github-actions/commit/a4a3ab71b6a161eda3d0ba771380e9eb13bf83c7)) + + +### Bug Fixes + +* add @actions/exec library ([db3c7d6](https://www.github.com/GoogleCloudPlatform/github-actions/commit/db3c7d6e8477b8cdf9324c00d1d2c78de60fac7e)) +* import * as exec ([2c0de75](https://www.github.com/GoogleCloudPlatform/github-actions/commit/2c0de755dfc78d287881043c1c7e0e4aa676460d)) +* reference compiled dist/index.js in action.yml ([ccab249](https://www.github.com/GoogleCloudPlatform/github-actions/commit/ccab24911266f9267e21b7b3234613244bab3eeb)) + + +### Reverts + +* Revert "Use RUNNER_TEMP to export credentials" (#149) ([0926395](https://www.github.com/GoogleCloudPlatform/github-actions/commit/0926395459ca75ce323bcc26564f2843cd48ed98)), closes [#149](https://www.github.com/GoogleCloudPlatform/github-actions/issues/149) [#148](https://www.github.com/GoogleCloudPlatform/github-actions/issues/148) diff --git a/setup-gcloud/package-lock.json b/setup-gcloud/package-lock.json index ffeab3d78..0881ace28 100644 --- a/setup-gcloud/package-lock.json +++ b/setup-gcloud/package-lock.json @@ -1,6 +1,6 @@ { "name": "setup-gcloud", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/setup-gcloud/package.json b/setup-gcloud/package.json index 29e6802dd..1784919cc 100644 --- a/setup-gcloud/package.json +++ b/setup-gcloud/package.json @@ -1,6 +1,6 @@ { "name": "setup-gcloud", - "version": "0.1.0", + "version": "1.0.0", "description": "Setup gcloud GitHub action", "main": "dist/index.js", "scripts": {