Skip to content

Commit

Permalink
merge: #15563
Browse files Browse the repository at this point in the history
15563: deps(github-tags): Update google-github-actions/get-gke-credentials action to v2 (main) r=github-actions[bot] a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [google-github-actions/get-gke-credentials](https://togithub.com/google-github-actions/get-gke-credentials) | action | major | `v1.0.2` -> `v2.0.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>google-github-actions/get-gke-credentials (google-github-actions/get-gke-credentials)</summary>

### [`v2.0.0`](https://togithub.com/google-github-actions/get-gke-credentials/releases/tag/v2.0.0)

[Compare Source](https://togithub.com/google-github-actions/get-gke-credentials/compare/v1.0.2...v2.0.0)

**:warning: This version requires Node 20 or later!**

##### What's Changed

-   dependabot: only do security updates by [`@&#8203;sethvargo](https://togithub.com/sethvargo)` in [google-github-actions/get-gke-credentials#279
-   update all deps by [`@&#8203;sethvargo](https://togithub.com/sethvargo)` in [google-github-actions/get-gke-credentials#280
-   Update deps to Node 20 by [`@&#8203;sethvargo](https://togithub.com/sethvargo)` in [google-github-actions/get-gke-credentials#284
-   Add CI for release branches by [`@&#8203;sethvargo](https://togithub.com/sethvargo)` in [google-github-actions/get-gke-credentials#285
-   Drop unnecessary deps by [`@&#8203;sethvargo](https://togithub.com/sethvargo)` in [google-github-actions/get-gke-credentials#286
-   Release: v2.0.0 by [`@&#8203;google-github-actions-bot](https://togithub.com/google-github-actions-bot)` in [google-github-actions/get-gke-credentials#288

**Full Changelog**: google-github-actions/get-gke-credentials@v1...v2.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 8pm every weekday,before 6am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/camunda/zeebe).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
zeebe-bors-camunda[bot] and renovate[bot] committed Dec 12, 2023
2 parents 341478a + b9cacb5 commit e61f44a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
with:
workload_identity_provider: 'projects/628707732411/locations/global/workloadIdentityPools/zeebe-gh-actions/providers/gha-provider'
service_account: 'zeebe-gh-actions@zeebe-io.iam.gserviceaccount.com'
- uses: google-github-actions/get-gke-credentials@v1.0.2
- uses: google-github-actions/get-gke-credentials@v2.0.0
with:
cluster_name: ${{ inputs.cluster }}
location: ${{ inputs.cluster-region }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medic-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
workload_identity_provider: 'projects/628707732411/locations/global/workloadIdentityPools/zeebe-gh-actions/providers/gha-provider'
service_account: 'zeebe-gh-actions@zeebe-io.iam.gserviceaccount.com'
- uses: google-github-actions/get-gke-credentials@v1.0.2
- uses: google-github-actions/get-gke-credentials@v2.0.0
with:
cluster_name: zeebe-cluster
location: europe-west1-b
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
workload_identity_provider: 'projects/628707732411/locations/global/workloadIdentityPools/zeebe-gh-actions/providers/gha-provider'
service_account: 'zeebe-gh-actions@zeebe-io.iam.gserviceaccount.com'
- uses: google-github-actions/get-gke-credentials@v1.0.2
- uses: google-github-actions/get-gke-credentials@v2.0.0
with:
cluster_name: zeebe-cluster
location: europe-west1-b
Expand Down

0 comments on commit e61f44a

Please sign in to comment.