From d765bf817a8e118daaa2c350f8d3f6912f788ce4 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Mon, 18 Dec 2023 13:12:10 +0000 Subject: [PATCH 1/3] feat: deprecate and archive prebuilt bindings for hashicups provider Signed-off-by: team-tf-cdk --- provider.json | 1 - providersWithCustomRunners.json | 1 - sharded-stacks.json | 1 - 3 files changed, 3 deletions(-) diff --git a/provider.json b/provider.json index cfc0e50..8ad4461 100644 --- a/provider.json +++ b/provider.json @@ -22,7 +22,6 @@ "google": "google@~> 5.0", "googlebeta": "google-beta@~> 5.0", "googleworkspace": "googleworkspace@~> 0.7", - "hashicups": "hashicorp/hashicups@~> 0.3", "hcp": "hcp@~> 0.45", "hcs": "hcs@~> 0.5", "helm": "helm@~> 2.3", diff --git a/providersWithCustomRunners.json b/providersWithCustomRunners.json index 4b8d211..f1c915f 100644 --- a/providersWithCustomRunners.json +++ b/providersWithCustomRunners.json @@ -5,5 +5,4 @@ "google", "googlebeta", "kubernetes", - "hashicups" ] diff --git a/sharded-stacks.json b/sharded-stacks.json index e6f10d2..a93c0d5 100644 --- a/sharded-stacks.json +++ b/sharded-stacks.json @@ -23,7 +23,6 @@ "gitlab", "google", "googlebeta", - "hashicups", "helm", "ionoscloud", "kubernetes", From fdbd22bbaecbd49454b55b80436a00c02cc63f54 Mon Sep 17 00:00:00 2001 From: Nara Kasbergen Kwon <855115+xiehan@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:14:53 +0100 Subject: [PATCH 2/3] chore: remove extraneous comma --- providersWithCustomRunners.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providersWithCustomRunners.json b/providersWithCustomRunners.json index f1c915f..511ec09 100644 --- a/providersWithCustomRunners.json +++ b/providersWithCustomRunners.json @@ -4,5 +4,5 @@ "datadog", "google", "googlebeta", - "kubernetes", + "kubernetes" ] From 0aca27754b7345c5f82bbccb1ee19fcbf0e2e147 Mon Sep 17 00:00:00 2001 From: Nara Kasbergen Kwon <855115+xiehan@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:57:21 +0100 Subject: [PATCH 3/3] chore: do not run build in this PR --- .github/workflows/deprecate-provider.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deprecate-provider.yml b/.github/workflows/deprecate-provider.yml index 15202f4..b41096c 100644 --- a/.github/workflows/deprecate-provider.yml +++ b/.github/workflows/deprecate-provider.yml @@ -26,8 +26,8 @@ jobs: - name: Kick off the deprecation run: | sed -i "s/isDeprecated: false,/isDeprecated: true,/" .projenrc.js - - name: Do a build - run: yarn && yarn build + - name: npx projen + run: yarn - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2