Skip to content

Commit abc7d79

Browse files
committed
Bump version to 1.2.1
1 parent 153c872 commit abc7d79

5 files changed

Lines changed: 14 additions & 4 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.2.0",
13+
"version": "1.2.1",
1414
"author": {
1515
"name": "Control Plane",
1616
"email": "support@controlplane.com",

CHANGELOG.md

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

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
### Removed
16+
17+
## [1.2.1] - 2026-05-11
18+
19+
### Added
20+
1121
- `plugins/cpln/hooks/inject-rules.sh` — a single bundled shell script that walks `plugins/cpln/rules/*.md`, filters by `alwaysApply: true` in frontmatter, and emits the `hookSpecificOutput.additionalContext` envelope. Called from all three SessionStart hooks (Claude, Codex, Gemini); uses `awk` for JSON escaping so the hook has zero optional runtime dependencies.
1222

1323
### Changed

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.2.0",
3+
"version": "1.2.1",
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
"settings": [
66
{

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.2.0",
3+
"version": "1.2.1",
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.2.0",
3+
"version": "1.2.1",
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)