Skip to content

Commit 7a2bd7f

Browse files
Release: v1.1.0 (#141)
## What's Changed * Make getLatestGcloudSDKVersion stubbable and expose TestToolCache by @sethvargo in #134 * chore(deps): bump sinon from 14.0.2 to 15.0.0 by @dependabot in #135 * Update CI and deps by @sethvargo in #136 * Add helper for getting latest or version by @sethvargo in #137 * Add a workflow for getting gcloud versions by @sethvargo in #138 * Update gcloud versions by @google-github-actions-bot in #139 * Allow specifying a constraint instead of an exact version by @sethvargo in #140 **Full Changelog**: v1.0.0...747b74e
1 parent 747b74e commit 7a2bd7f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20461,7 +20461,7 @@ module.exports = require("v8");
2046120461
/***/ ((module) => {
2046220462

2046320463
"use strict";
20464-
module.exports = JSON.parse('{"name":"@google-github-actions/setup-cloud-sdk","version":"1.0.1","description":"Utilities to download, install and interact with the Cloud SDK for GitHub Actions","module":"dist/index.js","main":"dist/index.js","types":"dist/index.d.js","scripts":{"build":"rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts","lint":"eslint . --ext .ts,.tsx","format":"prettier --write **/*.ts","docs":"rm -rf docs/ && typedoc","test":"mocha -r ts-node/register -t 600s \'tests/*.ts\' --exit"},"files":["dist/**/*"],"repository":{"type":"git","url":"https://github.com/google-github-actions/setup-cloud-sdk"},"keywords":["Cloud SDK","google cloud","gcloud"],"author":"Google LLC","license":"Apache-2.0","dependencies":{"@actions/core":"^1.10.0","@actions/exec":"^1.1.1","@actions/http-client":"^2.0.1","@actions/tool-cache":"^2.0.1","@google-github-actions/actions-utils":"^0.4.6","semver":"^7.3.8"},"devDependencies":{"@types/chai":"^4.3.x","@types/mocha":"^10.0.1","@types/node":"^18.11.18","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.50.0","@typescript-eslint/parser":"^5.50.0","@vercel/ncc":"^0.36.1","chai":"^4.3.x","eslint":"^8.33.0","eslint-config-prettier":"^8.6.0","eslint-plugin-prettier":"^4.2.1","mocha":"^10.2.0","prettier":"^2.8.3","sinon":"^15.0.1","ts-node":"^10.9.1","typedoc":"^0.23.24","typedoc-plugin-markdown":"^3.14.0","typescript":"^4.9.5"}}');
20464+
module.exports = JSON.parse('{"name":"@google-github-actions/setup-cloud-sdk","version":"1.1.0","description":"Utilities to download, install and interact with the Cloud SDK for GitHub Actions","module":"dist/index.js","main":"dist/index.js","types":"dist/index.d.js","scripts":{"build":"rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts","lint":"eslint . --ext .ts,.tsx","format":"prettier --write **/*.ts","docs":"rm -rf docs/ && typedoc","test":"mocha -r ts-node/register -t 600s \'tests/*.ts\' --exit"},"files":["dist/**/*"],"repository":{"type":"git","url":"https://github.com/google-github-actions/setup-cloud-sdk"},"keywords":["Cloud SDK","google cloud","gcloud"],"author":"Google LLC","license":"Apache-2.0","dependencies":{"@actions/core":"^1.10.0","@actions/exec":"^1.1.1","@actions/http-client":"^2.0.1","@actions/tool-cache":"^2.0.1","@google-github-actions/actions-utils":"^0.4.6","semver":"^7.3.8"},"devDependencies":{"@types/chai":"^4.3.x","@types/mocha":"^10.0.1","@types/node":"^18.11.18","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.50.0","@typescript-eslint/parser":"^5.50.0","@vercel/ncc":"^0.36.1","chai":"^4.3.x","eslint":"^8.33.0","eslint-config-prettier":"^8.6.0","eslint-plugin-prettier":"^4.2.1","mocha":"^10.2.0","prettier":"^2.8.3","sinon":"^15.0.1","ts-node":"^10.9.1","typedoc":"^0.23.24","typedoc-plugin-markdown":"^3.14.0","typescript":"^4.9.5"}}');
2046520465

2046620466
/***/ })
2046720467

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-github-actions/setup-cloud-sdk",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Utilities to download, install and interact with the Cloud SDK for GitHub Actions",
55
"module": "dist/index.js",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)