diff --git a/.changes/unreleased/ENHANCEMENTS-20251007-124945.yaml b/.changes/unreleased/ENHANCEMENTS-20251007-124945.yaml deleted file mode 100644 index 1b562f4633..0000000000 --- a/.changes/unreleased/ENHANCEMENTS-20251007-124945.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Added automatic container runtime detection for MCP server integration with Docker and Podman support -time: 2025-10-07T12:49:45.840468+05:30 -custom: - Issue: "2139" - Repository: vscode-terraform diff --git a/.changes/v2.37.5.md b/.changes/v2.37.5.md new file mode 100644 index 0000000000..1e30c54584 --- /dev/null +++ b/.changes/v2.37.5.md @@ -0,0 +1,6 @@ +## 2.37.5 (2025-10-10) + +ENHANCEMENTS: + +* Added automatic container runtime detection for MCP server integration with Docker and Podman support ([#2139](https://github.com/hashicorp/vscode-terraform/issues/2139)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 9779b4d36a..6a4ed77fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2.37.5 (2025-10-10) + +ENHANCEMENTS: + +* Added automatic container runtime detection for MCP server integration with Docker and Podman support ([#2139](https://github.com/hashicorp/vscode-terraform/issues/2139)) + +## 2.37.4 (2025-10-09) + +BUG FIXES: + +* fix schema 1.12 to correctly allow the import block to use for_each ([#2143](https://github.com/hashicorp/vscode-terraform/issues/2143)) + ## 2.37.3 (2025-10-07) ENHANCEMENTS: diff --git a/package-lock.json b/package-lock.json index 08c5cc2efa..4229f5dac0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terraform", - "version": "2.37.4", + "version": "2.37.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "terraform", - "version": "2.37.4", + "version": "2.37.5", "license": "MPL-2.0", "dependencies": { "@vscode/extension-telemetry": "^0.9.8", diff --git a/package.json b/package.json index 6cfce9713e..da821c96b0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "terraform", "displayName": "HashiCorp Terraform", "description": "Syntax highlighting and autocompletion for Terraform", - "version": "2.37.4", + "version": "2.37.5", "publisher": "hashicorp", "appInsightsKey": "InstrumentationKey=885372d2-6f3c-499f-9d25-b8b219983a52;IngestionEndpoint=https://westus2-1.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=6734158a-8ab9-4aec-9b5a-af151d14a754", "license": "MPL-2.0",