From 958ece1d59e177fed319ed55f4c706e309bc0e83 Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Sun, 17 May 2026 09:58:55 +0200 Subject: [PATCH] chore: bump terraform-skill external plugin to v1.9.0 Point both marketplace manifests at terraform-skill v1.9.0 (was v1.8.0) so the umbrella serves the current release before terraform-skill drops its own marketplace. - .claude-plugin/marketplace.json: terraform-skill source.ref and mirrored version 1.8.0 -> 1.9.0 - .agents/plugins/marketplace.json (Codex): terraform-skill source.ref 1.8.0 -> 1.9.0 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 07285ba..13415e9 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.8.0" + "ref": "v1.9.0" }, "policy": { "installation": "AVAILABLE", diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3307b87..f5974b6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -15,7 +15,7 @@ "source": { "source": "github", "repo": "antonbabenko/terraform-skill", - "ref": "v1.8.0" + "ref": "v1.9.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.8.0" + "version": "1.9.0" }, { "name": "code-intelligence",