From a5f2f0174c5d1de6d806d27afb7a5548abd53a84 Mon Sep 17 00:00:00 2001 From: antonbabenko <393243+antonbabenko@users.noreply.github.com> Date: Sun, 17 May 2026 10:44:38 +0000 Subject: [PATCH] chore(external-plugins): update external plugin pins --- .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 a4c3d6b..8a5584d 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.10.0" + "ref": "v1.11.0" }, "policy": { "installation": "AVAILABLE", diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4877be2..8e6df22 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -15,7 +15,7 @@ "source": { "source": "github", "repo": "antonbabenko/terraform-skill", - "ref": "v1.10.0" + "ref": "v1.11.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.10.0" + "version": "1.11.0" }, { "name": "code-intelligence",