Commit graph

106 commits

Author SHA1 Message Date
Google GitHub Actions Bot
aa5489c893
Release: v3.0.1 (#729)
**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v3.0.0...v3.0.1

This is a noop change to trigger the update of the `@v3` tag.
2025-08-28 13:37:35 +00:00
Google GitHub Actions Bot
26f734c277
Release: v3.0.0 (#726)
## What's Changed
- **‼️ This release requires Node 24+!**
- **‼️ The `skip_tool_cache` option has been removed!** Skipping the
tool cache is now the default behavior. To restore the previous behavior
of using the tool cache (which is unnecessary on GitHub managed runners,
but may provide performance increases on self-hosted runners), set
`cache: true`.
---
* Bump to node24 by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/723
* Do not use the tool-cache by default by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/724
* Update to use v3 references by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/725


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.2.1...v3.0.0
2025-08-25 01:58:24 +00:00
Seth Vargo
f7c29183d6
Do not use the tool-cache by default (#724) 2025-08-24 21:51:10 -04:00
Google GitHub Actions Bot
e427ad8a34
Release: v2.2.1 (#722)
## What's Changed
* Update deps by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/720
* Bump to the latest actions-utils to fix the gen-readme bug by
@sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/721


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.2.0...v2.2.1
2025-08-25 01:24:46 +00:00
Seth Vargo
d71efb74bd
Bump to the latest actions-utils to fix the gen-readme bug (#721) 2025-08-24 21:20:52 -04:00
Seth Vargo
ed8ba68de5
Update deps (#720) 2025-08-24 18:44:54 -04:00
Google GitHub Actions Bot
cb1e50a993
Release: v2.2.0 (#719)
## What's Changed
* Introduce an option to skip the tool cache by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/718


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.1.5...v2.2.0
2025-08-08 16:42:03 -04:00
Seth Vargo
ef52f8c087
Introduce an option to skip the tool cache (#718)
Closes https://github.com/google-github-actions/setup-gcloud/issues/701
2025-08-08 16:35:06 -04:00
Google GitHub Actions Bot
6a7c903a70
Release: v2.1.5 (#717)
## What's Changed
* security: bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group
by @dependabot[bot] in
https://github.com/google-github-actions/setup-gcloud/pull/711
* Update linters by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/715
* Update deps by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/716


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.1.4...v2.1.5
2025-07-18 20:19:48 +00:00
Seth Vargo
e838bc6edf
Update deps (#716)
Fixes https://github.com/google-github-actions/setup-gcloud/issues/714
by updating the setup-cloud-sdk action to the latest version which
implements retries for all errors (not just HTTP).
2025-07-18 16:02:58 -04:00
dependabot[bot]
a8b58010a5
security: bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group (#711)
Bumps the npm_and_yarn group with 1 update:
[undici](https://github.com/nodejs/undici).

Updates `undici` from 5.28.5 to 5.29.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nodejs/undici/releases">undici's
releases</a>.</em></p>
<blockquote>
<h2>v5.29.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix tests in v5.x for Node 20 by <a
href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/4104">nodejs/undici#4104</a></li>
<li>Removed clients with unrecoverable errors from the Pool <a
href="https://redirect.github.com/nodejs/undici/pull/4088">nodejs/undici#4088</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0">https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9528f6853a"><code>9528f68</code></a>
Bumped v5.29.0</li>
<li><a
href="f1d75a4e10"><code>f1d75a4</code></a>
increase timeout for redirect test</li>
<li><a
href="2d31ed61f7"><code>2d31ed6</code></a>
remove fuzzing tests</li>
<li><a
href="6b36d49cb2"><code>6b36d49</code></a>
fix redirect test in Node v16</li>
<li><a
href="648dd8f7ba"><code>648dd8f</code></a>
more fix for the wpt runner on Windows</li>
<li><a
href="a0516bae59"><code>a0516ba</code></a>
don't use internal header state for cookies (<a
href="https://redirect.github.com/nodejs/undici/issues/3295">#3295</a>)</li>
<li><a
href="87ce4af0e5"><code>87ce4af</code></a>
fix test/client for node 20</li>
<li><a
href="c2c8fd55b7"><code>c2c8fd5</code></a>
fix: accept v20 SSL specific error for alpn selection in http/2</li>
<li><a
href="82200bd10b"><code>82200bd</code></a>
[v6.x] fix wpts on windows (<a
href="https://redirect.github.com/nodejs/undici/issues/4093">#4093</a>)</li>
<li><a
href="47546fa68d"><code>47546fa</code></a>
test: fix windows wpt (<a
href="https://redirect.github.com/nodejs/undici/issues/4050">#4050</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=undici&package-manager=npm_and_yarn&previous-version=5.28.5&new-version=5.29.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google-github-actions/setup-gcloud/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-15 13:25:17 -04:00
Google GitHub Actions Bot
77e7a554d4
Release: v2.1.4 (#707)
## What's Changed
* Revert to pinned release workflows by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/706


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.1.3...v2.1.4
2025-02-01 14:16:08 +00:00
Google GitHub Actions Bot
4111bea454
Release: v2.1.3 (#705)
## What's Changed
* Allow manually running integration tests with workflow_dispatch by
@sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/702
* security: bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group
by @dependabot in
https://github.com/google-github-actions/setup-gcloud/pull/703
* Update deps by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/704


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.1.2...v2.1.3
2025-01-31 21:36:56 +00:00
Seth Vargo
0c0751a334
Update deps (#704) 2025-01-31 16:27:07 -05:00
dependabot[bot]
ae61ebc56f
security: bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group (#703)
Bumps the npm_and_yarn group with 1 update:
[undici](https://github.com/nodejs/undici).

Updates `undici` from 5.28.4 to 5.28.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nodejs/undici/releases">undici's
releases</a>.</em></p>
<blockquote>
<h2>v5.28.5</h2>
<h1>⚠️ Security Release ⚠️</h1>
<p>Fixes CVE CVE-2025-22150 <a
href="https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975">https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975</a>
(embargoed until 22-01-2025).</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5">https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6139ed2e0c"><code>6139ed2</code></a>
Bumped v5.28.5</li>
<li><a
href="711e207727"><code>711e207</code></a>
Backport of c2d78cd</li>
<li>See full diff in <a
href="https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=undici&package-manager=npm_and_yarn&previous-version=5.28.4&new-version=5.28.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google-github-actions/setup-gcloud/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-28 12:39:01 -05:00
Google GitHub Actions Bot
6189d56e40
Release: v2.1.2 (#699)
## What's Changed
* fix: update release workflows by @verbanicm in
https://github.com/google-github-actions/setup-gcloud/pull/698


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.1.1...413dc083dd5818edda432148520965d8255c729a
2024-10-30 18:54:21 +00:00
Google GitHub Actions Bot
f0990588f1
Release: v2.1.1 (#692)
## What's Changed
* security: bump undici from 5.28.2 to 5.28.3 by @dependabot in
https://github.com/google-github-actions/setup-gcloud/pull/681
* Fix typo in sample workflow shown in README.md. by @msng in
https://github.com/google-github-actions/setup-gcloud/pull/682
* Fix ADC documentation, issue#685 by @eeaton in
https://github.com/google-github-actions/setup-gcloud/pull/686
* security: bump undici from 5.28.3 to 5.28.4 in the npm_and_yarn group
by @dependabot in
https://github.com/google-github-actions/setup-gcloud/pull/687
* Disable prompts by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/688
* Update deps and switch to autodoc by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/690
* Update deps by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/691

## New Contributors
* @msng made their first contribution in
https://github.com/google-github-actions/setup-gcloud/pull/682
* @eeaton made their first contribution in
https://github.com/google-github-actions/setup-gcloud/pull/686

**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.1.0...4f016c9ca760053af865f12a3288c7039ff2d17b
2024-08-06 01:30:04 +00:00
Seth Vargo
4f016c9ca7
Update deps (#691) 2024-08-05 16:11:33 -04:00
Seth Vargo
012c5df3ac
Update deps and switch to autodoc (#690) 2024-05-28 19:57:36 +00:00
dependabot[bot]
f431b4bff5
security: bump undici from 5.28.3 to 5.28.4 in the npm_and_yarn group (#687)
Bumps the npm_and_yarn group with 1 update:
[undici](https://github.com/nodejs/undici).

Updates `undici` from 5.28.3 to 5.28.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nodejs/undici/releases">undici's
releases</a>.</em></p>
<blockquote>
<h2>v5.28.4</h2>
<h2>⚠️ Security Release ⚠️</h2>
<ul>
<li>Fixes <a
href="https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7">https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7</a>
CVE-2024-30260</li>
<li>Fixes <a
href="https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672">https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672</a>
CVE-2024-30261</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4">https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fb98306907"><code>fb98306</code></a>
Bumped v5.28.4</li>
<li><a
href="2b39440bd9"><code>2b39440</code></a>
Merge pull request from GHSA-9qxr-qj54-h672</li>
<li><a
href="64e3402da4"><code>64e3402</code></a>
Merge pull request from GHSA-m4v8-wqvr-p9f7</li>
<li><a
href="723c4e7280"><code>723c4e7</code></a>
Revert &quot;build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 (<a
href="https://redirect.github.com/nodejs/undici/issues/2389">#2389</a>)&quot;</li>
<li><a
href="0e9d54b2c2"><code>0e9d54b</code></a>
skip failing test due to Node.js changes</li>
<li>See full diff in <a
href="https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=undici&package-manager=npm_and_yarn&previous-version=5.28.3&new-version=5.28.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google-github-actions/setup-gcloud/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 16:07:39 -04:00
dependabot[bot]
a061e3929a
security: bump undici from 5.28.2 to 5.28.3 (#681)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nodejs/undici/releases">undici's
releases</a>.</em></p>
<blockquote>
<h2>v5.28.3</h2>
<h2>⚠️ Security Release ⚠️</h2>
<p>Fixes:</p>
<ul>
<li><a
href="https://github.com/nodejs/undici/security/advisories/GHSA-3787-6prv-h9w3">CVE-2024-24758
Proxy-Authorization header not cleared on cross-origin redirect in
fetch</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nodejs/undici/compare/v5.28.2...v5.28.3">https://github.com/nodejs/undici/compare/v5.28.2...v5.28.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e71cb4c88f"><code>e71cb4c</code></a>
Bumped v5.28.3</li>
<li><a
href="20c65b89f4"><code>20c65b8</code></a>
Fix tests for Node.js v20.11.0 (<a
href="https://redirect.github.com/nodejs/undici/issues/2618">#2618</a>)</li>
<li><a
href="8ec52cde66"><code>8ec52cd</code></a>
Fix tests for Node.js v21 (<a
href="https://redirect.github.com/nodejs/undici/issues/2609">#2609</a>)</li>
<li><a
href="d3aa574b12"><code>d3aa574</code></a>
Merge pull request from GHSA-3787-6prv-h9w3</li>
<li>See full diff in <a
href="https://github.com/nodejs/undici/compare/v5.28.2...v5.28.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=undici&package-manager=npm_and_yarn&previous-version=5.28.2&new-version=5.28.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google-github-actions/setup-gcloud/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-16 15:05:15 -05:00
Google GitHub Actions Bot
98ddc00a17
Release: v2.1.0 (#678)
## What's Changed
* Update deps by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/677


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.0.1...1eec0df8cf2896771e1f980f04cc5db70cde96e5
2024-01-23 02:02:04 +00:00
Seth Vargo
1eec0df8cf
Update deps (#677) 2024-01-22 20:51:08 -05:00
Google GitHub Actions Bot
5a5f7b85fc
Release: v2.0.1 (#674)
## What's Changed
* Update README and CI to use latest version by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/665
* Don't warn when version is "latest" by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/669
* Only warn when there are no authentications by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/671
* Fix edge case when gcloud is not installed at all by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/672
* Rename test step to a more accurate name by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/673


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.0.0...0c32996ccb17f02aad9bfa7dcc490f9115e67709
2023-12-20 23:21:29 -05:00
Google GitHub Actions Bot
825196879a
Release: v2.0.0 (#664)
## What's Changed
* dependabot: only do security updates by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/643
* update all deps by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/644
* Update deps to Node 20 by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/653
* Upgrade setup-cloud-sdk package by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/656
* Add CI for release branches by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/661
* Update and drop unnecessary deps by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/662


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v1.1.1...c2599dbc0ba1a9cc7e71084707f8c0b2e79516f2
2023-12-08 16:41:53 -05:00
Seth Vargo
c2599dbc0b
Update and drop unnecessary deps (#662) 2023-12-08 16:37:40 -05:00
Seth Vargo
63496e6521
Upgrade setup-cloud-sdk package (#656) 2023-11-08 06:21:19 -08:00
Seth Vargo
602747fdf0
Update deps to Node 20 (#653) 2023-11-07 07:00:56 -08:00
Seth Vargo
080181af05
update all deps (#644) 2023-07-11 12:35:45 -04:00
Google GitHub Actions Bot
e30db14379
Release: v1.1.1 (#638)
## What's Changed
* Fix docs about component installation for system-provided by
@sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/615
* chore: update dependencies (automated) by @verbanicm in
https://github.com/google-github-actions/setup-gcloud/pull/623
* Switch to pull non-secret values from env by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/624
* Drop example workflows by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/627
* Add warning about `skip_install` by @ethanmdavidson in
https://github.com/google-github-actions/setup-gcloud/pull/630
* chore(deps): bump yaml from 2.2.1 to 2.2.2 by @dependabot in
https://github.com/google-github-actions/setup-gcloud/pull/629
* Update README.md by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/631
* Add support note by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/634
* chore: update dependencies (automated) by @verbanicm in
https://github.com/google-github-actions/setup-gcloud/pull/637

## New Contributors
* @ethanmdavidson made their first contribution in
https://github.com/google-github-actions/setup-gcloud/pull/630

**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v1.1.0...4d18d8ee1f5c7c0da343a1b74149f7c90fedb51c
2023-05-09 15:16:10 -04:00
Mike Verbanic
4d18d8ee1f
chore: update dependencies (automated) (#637) 2023-05-08 11:31:53 -04:00
dependabot[bot]
71276be861
chore(deps): bump yaml from 2.2.1 to 2.2.2 (#629)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eemeli/yaml/releases">yaml's
releases</a>.</em></p>
<blockquote>
<h2>v2.2.2</h2>
<p>This patch release includes a fix for an error that could be thrown
in <code>parseDocument</code> for degenerate input. Otherwise, it's a
patch release uplifting a few fixes from the ongoing v2.3 work to
v2.2:</p>
<ul>
<li>Corner case failure in error pretty-printer (<a
href="https://github.com/advisories/GHSA-f9xv-q969-pqx4">CVE-2023-2251</a>)</li>
<li>Use correct argument order when stringifying flow collection
comments (<a
href="https://redirect.github.com/eemeli/yaml/issues/443">#443</a>)</li>
<li>First-line folding for block scalars (<a
href="https://redirect.github.com/eemeli/yaml/issues/422">#422</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f21fa455b8"><code>f21fa45</code></a>
2.2.2</li>
<li><a
href="984f5781ff"><code>984f578</code></a>
fix: Corner case failure in error pretty-printer</li>
<li><a
href="443e3aa2ac"><code>443e3aa</code></a>
fix: First-line folding for block scalars (fixes <a
href="https://redirect.github.com/eemeli/yaml/issues/422">#422</a>)</li>
<li><a
href="5af5d3da01"><code>5af5d3d</code></a>
fix: Use correct argument order when stringifying flow collection
comments (f...</li>
<li>See full diff in <a
href="https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yaml&package-manager=npm_and_yarn&previous-version=2.2.1&new-version=2.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google-github-actions/setup-gcloud/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 09:31:10 -07:00
Mike Verbanic
32963c558e
chore: update dependencies (automated) (#623) 2023-03-17 10:32:19 -04:00
Google GitHub Actions Bot
62d4898025
Release: v1.1.0 (#613)
## What's Changed
* Reduce duplicate in integration tests by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/591
* chore(deps): bump sinon from 14.0.2 to 15.0.0 by @dependabot in
https://github.com/google-github-actions/setup-gcloud/pull/596
* chore(deps): bump qs and express in /example-workflows/cloud-build by
@dependabot in
https://github.com/google-github-actions/setup-gcloud/pull/599
* Update CI and deps by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/603
* Note that metrics export should not be copied by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/604
* Add support for specifying version constraints by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/612


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v1.0.1...10b5bd2b6dc4627639f114efa83db2b9a8a4f409
2023-02-02 20:02:56 -05:00
Seth Vargo
10b5bd2b6d
Add support for specifying version constraints (#612)
This adds support for specifying a version _constraint_ for the version
of gcloud. Since the GitHub Actions runners pre-install a version of
gcloud, this can dramatically reduce CI times.
2023-02-02 19:21:19 -05:00
Seth Vargo
fb149a7b94
Note that metrics export should not be copied (#604) 2022-12-15 12:13:22 -05:00
Seth Vargo
3639833216
Update CI and deps (#603)
Test
2022-12-10 09:46:16 -05:00
dependabot[bot]
293d9748b7
chore(deps): bump sinon from 14.0.2 to 15.0.0 (#596)
Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.2 to 15.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sinonjs/sinon/blob/main/docs/changelog.md">sinon's
changelog</a>.</em></p>
<blockquote>
<h2>15.0.0</h2>
<ul>
<li><a
href="b75fbfa9e5"><code>b75fbfa9</code></a>
Fix 2448: remove custom formatter (Morgan Roderick)
<blockquote>
<p>Remove option to pass a custom formatter.</p>
<p>The sub libraries of Sinon has long moved on to use
<code>util.inspect</code> from
Node. By using that in Sinon itself, we align all the libraries.</p>
</blockquote>
</li>
</ul>
<p><em>Released by Morgan Roderick on 2022-11-28.</em></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="35652f37f1"><code>35652f3</code></a>
15.0.0</li>
<li><a
href="0fdb05fd72"><code>0fdb05f</code></a>
Remove unused custom formatter</li>
<li><a
href="b75fbfa9e5"><code>b75fbfa</code></a>
Fix 2448: remove custom formatter</li>
<li><a
href="49ef930e02"><code>49ef930</code></a>
docs: Fix a few typos</li>
<li>See full diff in <a
href="https://github.com/sinonjs/sinon/compare/v14.0.2...v15.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sinon&package-manager=npm_and_yarn&previous-version=14.0.2&new-version=15.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 08:57:30 -05:00
Google GitHub Actions Bot
d51b5346f8
Release: v1.0.1 (#589) 2022-11-09 22:04:00 -05:00
Seth Vargo
1e0945d60c
Force authentication if GOOGLE_GHA_CREDS_PATH is set (#587)
* Force authentication if GOOGLE_GHA_CREDS_PATH is set

* Upgrade to latest setup-cloud-sdk package
2022-11-09 21:50:04 -05:00
Google GitHub Actions Bot
75fd574e96
Release: v1.0.0 (#581) 2022-11-08 15:58:42 -05:00
Mike Verbanic
ec49dc1630
feat: update for 1.0 release (#580) 2022-11-08 15:56:43 -05:00
Google GitHub Actions Bot
ee9693ff89
Release: v0.6.2 (#577) 2022-10-14 16:27:35 -04:00
Mike Verbanic
b3bc662603
chore: update dependencies (automated) (#576) 2022-10-14 16:18:33 -04:00
Google GitHub Actions Bot
65ed483aa2
Release: v0.6.1 (#575) 2022-10-13 14:08:07 -04:00
Seth Vargo
c0a8576478
Update deps (#574) 2022-10-13 12:49:27 -04:00
dependabot[bot]
59761bc0ef
chore(deps): bump @types/mocha from 9.1.1 to 10.0.0 (#572)
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 9.1.1 to 10.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

---
updated-dependencies:
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-12 11:46:11 -07:00
dependabot[bot]
1f7411aded
chore(deps): bump @actions/core from 1.9.0 to 1.9.1 (#570)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-23 09:22:52 -07:00
Seth Vargo
81da358c55
chore: update deps (#567) 2022-06-21 10:09:23 -04:00
Seth Vargo
f883577dfb
chore: update deps (#551) 2022-05-02 11:25:23 -04:00