From 3c8d054411ffd171cf7b95660f728381ffa69f0c Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Sun, 17 May 2026 10:10:51 +0200 Subject: [PATCH] chore: bump terraform-skill external plugin to v1.10.0 v1.10.0 is the post-decommission release (terraform-skill no longer self-publishes a marketplace). Skill content is identical to v1.9.0; this keeps the umbrella pinned to the current clean release. Manifest-only, no plugins/ content; no release. --- .agents/plugins/marketplace.json | 2 +- .claude-plugin/marketplace.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 13415e9..a4c3d6b 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -21,7 +21,7 @@ "source": { "source": "url", "url": "git@github.com:antonbabenko/terraform-skill.git", - "ref": "v1.9.0" + "ref": "v1.10.0" }, "policy": { "installation": "AVAILABLE", diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f5974b6..4877be2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -15,7 +15,7 @@ "source": { "source": "github", "repo": "antonbabenko/terraform-skill", - "ref": "v1.9.0" + "ref": "v1.10.0" }, "description": "Use when writing, reviewing, or debugging Terraform/OpenTofu modules, tests, CI, scans, or state ops - diagnoses failure mode (identity churn, secrets, blast radius, CI drift, state corruption) with version-aware guards.", "category": "development", @@ -32,7 +32,7 @@ "lsp", "terraform-ls" ], - "version": "1.9.0" + "version": "1.10.0" }, { "name": "code-intelligence",