From 331cae1185011387aa3b8fe78ae1d3a41dc72845 Mon Sep 17 00:00:00 2001 From: OptimNow Date: Fri, 21 Aug 2026 13:00:24 +0200 Subject: [PATCH] Release 1.33.0 --- .claude-plugin/marketplace.json | 4 ++-- .claude-plugin/plugin.json | 2 +- mcp_server/pyproject.toml | 2 +- server.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a40e9a3..a20f3be 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,12 +6,12 @@ }, "metadata": { "description": "Cloud FinOps Skill & MCP by OptimNow: reference library, named-pattern playbooks, and a queryable MCP server.", - "version": "1.32.1" + "version": "1.33.0" }, "plugins": [ { "name": "cloud-finops", - "description": "Expert FinOps guidance for cloud, AI, SaaS, and data-platform spend. Reference files spanning AWS (core, commitments and pattern catalogue as separate files; incl. SageMaker operational FinOps and GPU instance rightsizing), Azure (likewise split), GCP, Anthropic, Bedrock, Azure OpenAI, Vertex AI, Databricks, Microsoft Fabric, Snowflake, OCI, AI coding tools, agentic FinOps (agent cost anatomy, x402/MPP), FinOps Framework 2024+2026, GreenOps (AWS Sustainability Console, CSRD engagement framing), self-hosted vs managed AI inference decisioning, anomaly management, allocation and showback, chargeback (incl. Finance and accounting prerequisites), onboarding workloads (migration-time cost hygiene + M&A), Kubernetes (cross-cluster EKS/GKE/AKS discipline), waste-detection playbooks (eight-category taxonomy incl. egress / data transfer, backed by OptimNow's WasteLine appliance) plus RAG-friendly named-pattern playbooks across AWS, Azure, GCP and cross-cloud (incl. SageMaker idle endpoint, notebook auto-shutdown, MME consolidation, oversized GPU, multi-GPU underutilization, MIG candidate, GPU for CPU-bound workload, outdated GPU generation, coding-agent token waste), SaaS asset management, and ITAM. Open source, model-agnostic, refreshed twice monthly.", + "description": "Expert FinOps guidance for cloud, AI, SaaS, and data-platform spend. Reference files spanning AWS (core, commitments and pattern catalogue as separate files; incl. SageMaker operational FinOps and GPU instance rightsizing), Azure (likewise split), GCP, Anthropic, Bedrock, Azure OpenAI, Vertex AI, Databricks, Microsoft Fabric, Snowflake, OCI, AI coding tools, agentic FinOps (agent cost anatomy, x402/MPP), FinOps Framework 2024+2026, GreenOps (AWS Sustainability Console, CSRD engagement framing), self-hosted vs managed AI inference decisioning, anomaly management, KPIs and benchmarking (incl. unit economics, executive reporting and strategy alignment), allocation and showback, chargeback (incl. Finance and accounting prerequisites), onboarding workloads (migration-time cost hygiene + M&A), Kubernetes (cross-cluster EKS/GKE/AKS discipline), waste-detection playbooks (eight-category taxonomy incl. egress / data transfer, backed by OptimNow's WasteLine appliance) plus RAG-friendly named-pattern playbooks across AWS, Azure, GCP and cross-cloud (incl. SageMaker idle endpoint, notebook auto-shutdown, MME consolidation, oversized GPU, multi-GPU underutilization, MIG candidate, GPU for CPU-bound workload, outdated GPU generation, coding-agent token waste, expiring commitment without a renewal decision, unused Azure reservation, GCP CUD mismatch, S3 lifecycle gaps), SaaS asset management, and ITAM. Open source, model-agnostic, refreshed twice monthly.", "source": "./", "strict": true, "skills": ["./skills/cloud-finops"] diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index c4f699a..aec1f5b 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cloud-finops", - "version": "1.32.1", + "version": "1.33.0", "description": "Expert FinOps guidance for cloud, AI, SaaS, and data-platform spend (multi-provider, model-agnostic).", "author": { "name": "OptimNow", diff --git a/mcp_server/pyproject.toml b/mcp_server/pyproject.toml index d5542ed..c2621a7 100644 --- a/mcp_server/pyproject.toml +++ b/mcp_server/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "cloud-finops-mcp" -version = "1.32.1" +version = "1.33.0" description = "MCP server exposing the OptimNow Cloud FinOps skill (reference library + named-pattern playbooks) as queryable tools." readme = "README.md" license = { text = "CC-BY-SA-4.0" } diff --git a/server.json b/server.json index 1c57ddc..f291fbf 100644 --- a/server.json +++ b/server.json @@ -7,12 +7,12 @@ "url": "https://github.com/OptimNow/cloud-finops-skills", "source": "github" }, - "version": "1.32.1", + "version": "1.33.0", "packages": [ { "registryType": "pypi", "identifier": "cloud-finops-mcp", - "version": "1.32.1", + "version": "1.33.0", "transport": { "type": "stdio" }