From 46a4113e5122466586d13ee92afca24f9921e6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:51:23 +0500 Subject: [PATCH 1/3] chore(deps): bump google-github-actions/setup-gcloud from 2.1.2 to 2.1.4 (#396) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-registry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-registry.yaml b/.github/workflows/deploy-registry.yaml index 0a56b5c..9e78e04 100644 --- a/.github/workflows/deploy-registry.yaml +++ b/.github/workflows/deploy-registry.yaml @@ -26,7 +26,7 @@ jobs: service_account: registry-v2-github@coder-registry-1.iam.gserviceaccount.com - name: Set up Google Cloud SDK - uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a + uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # For the time being, let's have the first couple merges to main in modules deploy a new version # to *dev*. Once we review and make sure everything's working, we can deploy a new version to *main*. From 4a93bf11e7646cbd75942c85fcdd49b4c1f0e453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:55:53 +0500 Subject: [PATCH 2/3] chore(deps): bump google-github-actions/auth from 2.1.7 to 2.1.8 (#395) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-registry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-registry.yaml b/.github/workflows/deploy-registry.yaml index 9e78e04..7a67cc8 100644 --- a/.github/workflows/deploy-registry.yaml +++ b/.github/workflows/deploy-registry.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Authenticate to Google Cloud - uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f + uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 with: workload_identity_provider: projects/309789351055/locations/global/workloadIdentityPools/github-actions/providers/github service_account: registry-v2-github@coder-registry-1.iam.gserviceaccount.com From 19cdb783190c242a6ea6497d3969c3d1f2071040 Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Tue, 4 Feb 2025 13:18:49 -0500 Subject: [PATCH 3/3] docs: add jetbrains min requirements note and link (#397) --- jetbrains-gateway/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index a3269a4..73c1e12 100644 --- a/jetbrains-gateway/README.md +++ b/jetbrains-gateway/README.md @@ -11,6 +11,9 @@ tags: [ide, jetbrains, helper, parameter] This module adds a JetBrains Gateway Button to open any workspace with a single click. +JetBrains recommends a minimum of 4 CPU cores and 8GB of RAM. +Consult the [JetBrains documentation](https://www.jetbrains.com/help/idea/prerequisites.html#min_requirements) to confirm other system requirements. + ```tf module "jetbrains_gateway" { count = data.coder_workspace.me.start_count