diff --git a/CHANGELOG.md b/CHANGELOG.md index bc67ac9052..31d57463d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.29.2023100414] (2023-10-04) + +ENHANCEMENTS: + +* Login to Terraform Cloud using an Authentication Token +* View Terraform Cloud Workspaces and status detail inside VS Code +* View Terraform Cloud Runs and status detail inside VS Code +* Filter Terraform Cloud Workspaces by Project +* Switch Terraform Cloud Organizations to view different workspaces +* View Plan and Apply logs directly in the editor + ## [2.28.0] (2023-10-04) ENHANCEMENTS: @@ -88,25 +99,6 @@ INTERNAL: * deps: bump semver to 7.5.3 ([#1515](https://github.com/hashicorp/vscode-terraform/pull/1515)) * Switch to GitHub issue form templates ([#1463](https://github.com/hashicorp/vscode-terraform/pull/1463)) -## [2.27.2023062109] (2023-06-21) - -ENHANCEMENTS: - -* Login to Terraform Cloud using an Authentication Token -* View Terraform Cloud Workspaces and status detail inside VS Code -* View Terraform Cloud Runs and status detail inside VS Code -* Filter Terraform Cloud Workspaces by Project -* Switch Terraform Cloud Organizations to view different workspaces -* View Plan and Apply logs directly in the editor -* Introduce v1.5 `check` block ([terraform-schema#229](https://github.com/hashicorp/terraform-schema/pull/229)) -* Introduce v1.5 `import` block ([terraform-schema#228](https://github.com/hashicorp/terraform-schema/pull/228)) -* Re-generate function signatures for v1.5 ([terraform-schema#213](https://github.com/hashicorp/terraform-schema/pull/213)) -* Add v1.4 `local-exec` provisioner `quiet` attribute ([terraform-schema#218](https://github.com/hashicorp/terraform-schema/pull/218)) -* Reflect 1.4 changes in `gcs` backend ([terraform-schema#227](https://github.com/hashicorp/terraform-schema/pull/227)) -* Reflect 1.4 changes in `http` backend ([terraform-schema#226](https://github.com/hashicorp/terraform-schema/pull/226)) -* Reflect 1.3 & 1.4 changes in `cos` backend ([terraform-schema#217](https://github.com/hashicorp/terraform-schema/pull/217)) -* Reflect 1.2 & 1.3 changes in `azurerm` backend ([terraform-schema#225](https://github.com/hashicorp/terraform-schema/pull/225)) - ## [2.26.1] (2023-05-11) BUG FIXES: