Skip to content

Commit fb0d2c4

Browse files
committed
Bump version to 1.4.0
1 parent 5e29e51 commit fb0d2c4

7 files changed

Lines changed: 17 additions & 7 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "cpln",
1111
"source": "./plugins/cpln",
1212
"description": "Control Plane AI workflows, skills, guardrails, and MCP configuration.",
13-
"version": "1.3.2",
13+
"version": "1.4.0",
1414
"author": {
1515
"name": "Control Plane",
1616
"email": "support@controlplane.com",

.cursor-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"metadata": {
88
"description": "Control Plane plugins for Cursor — multi-cloud workload deployment, secrets, networking, troubleshooting.",
9-
"version": "1.3.2"
9+
"version": "1.4.0"
1010
},
1111
"plugins": [
1212
{
1313
"name": "cpln",
1414
"source": "plugins/cpln",
15-
"version": "1.3.2",
15+
"version": "1.4.0",
1616
"description": "Control Plane — hybrid multi-cloud platform. Skills, agents, and guardrails for deploying workloads, managing secrets, configuring networking, troubleshooting, and migrating from Kubernetes across AWS, GCP, Azure, and private clouds."
1717
}
1818
]

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
66

77
## [Unreleased]
88

9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
### Removed
16+
17+
## [1.4.0] - 2026-05-27
18+
919
### Changed
1020

1121
- MCP authentication moved to OAuth 2.1 — no `CPLN_TOKEN` env var required for the hosted MCP server. On first use, your AI client prompts you to sign in and pick which Control Plane organizations it may operate on.

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cpln",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "Control Plane — hybrid multi-cloud platform. Skills, agents, and guardrails for deploying workloads, managing secrets, configuring networking, troubleshooting, and migrating from Kubernetes across AWS, GCP, Azure, and private clouds.",
55
"mcpServers": {
66
"cpln": {

plugins/cpln/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cpln",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "Control Plane — hybrid multi-cloud platform. Skills, agents, and guardrails for deploying workloads, managing secrets, configuring networking, troubleshooting, and migrating from Kubernetes across AWS, GCP, Azure, and private clouds.",
55
"author": {
66
"name": "Control Plane",

plugins/cpln/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cpln",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "Control Plane — hybrid multi-cloud platform. Skills, agents, and guardrails for deploying workloads, managing secrets, configuring networking, troubleshooting, and migrating from Kubernetes across AWS, GCP, Azure, and private clouds.",
55
"author": {
66
"name": "Control Plane",

plugins/cpln/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cpln",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "Control Plane — hybrid multi-cloud platform. Skills, agents, and guardrails for deploying workloads, managing secrets, configuring networking, troubleshooting, and migrating from Kubernetes across AWS, GCP, Azure, and private clouds.",
55
"author": {
66
"name": "Control Plane",

0 commit comments

Comments
 (0)