From d96f5a5c0d635afa26ccd645b54343b51bb8f4a6 Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:57:09 +0100 Subject: [PATCH] feat: deprecate and archive prebuilt bindings for waypoint provider (#273) HashiCorp has made the decision to stop publishing new versions of prebuilt Terraform `waypoint` provider bindings for [CDK for Terraform](https://cdk.tf). Once this PR is merged, the [cdktf/cdktf-provider-waypoint](https://github.com/cdktf/cdktf-provider-waypoint) repository will be archived and will no longer be supported in any way by HashiCorp. Previously-published versions of the prebuilt `waypoint` provider will still continue to be available on their respective package managers (e.g. npm, PyPi, Maven, NuGet), but these will not be compatible with new releases of `cdktf` and are no longer eligible for commercial support. --------- Signed-off-by: team-tf-cdk Co-authored-by: Nara Kasbergen --- provider.json | 3 +-- sharded-stacks.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/provider.json b/provider.json index 8f025c2..60c73eb 100644 --- a/provider.json +++ b/provider.json @@ -43,6 +43,5 @@ "tls": "hashicorp/tls@~> 4.0", "upcloud": "UpCloudLtd/upcloud@~> 3.0", "vault": "hashicorp/vault@~> 3.7", - "vsphere": "vsphere@~> 2.2", - "waypoint": "hashicorp/waypoint@~> 0.1" + "vsphere": "vsphere@~> 2.2" } diff --git a/sharded-stacks.json b/sharded-stacks.json index 5ab1931..d83046f 100644 --- a/sharded-stacks.json +++ b/sharded-stacks.json @@ -55,8 +55,7 @@ "hcp", "http", "nomad", - "vsphere", - "waypoint" + "vsphere" ] }, "repos-partners": {