From 8f74037f0ee7fe01270292a968a6d51a9d4e4792 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:46:09 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .claude-plugin/marketplace.json | 8 ++++---- .cursor-plugin/marketplace.json | 8 ++++---- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ plugins/keeper-admin/.claude-plugin/plugin.json | 2 +- plugins/keeper-admin/.cursor-plugin/plugin.json | 2 +- plugins/keeper-secrets/.claude-plugin/plugin.json | 2 +- plugins/keeper-secrets/.cursor-plugin/plugin.json | 2 +- plugins/keeper-setup/.claude-plugin/plugin.json | 2 +- plugins/keeper-setup/.cursor-plugin/plugin.json | 2 +- version.txt | 2 +- 11 files changed, 23 insertions(+), 16 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ccf97ca..57ab976 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,14 +6,14 @@ }, "metadata": { "description": "Keeper Security Agent Kit - KSM CLI, Commander, and setup skills for Claude Code", - "version": "1.1.0" + "version": "1.2.0" }, "plugins": [ { "name": "keeper-admin", "source": "./plugins/keeper-admin", "description": "Manage Keeper Vault, enterprise administration, PAM, and privileged access using Keeper Commander CLI (keeper).", - "version": "1.1.0", + "version": "1.2.0", "author": { "name": "Keeper Security", "email": "commanders@keepersecurity.com" @@ -34,7 +34,7 @@ "name": "keeper-secrets", "source": "./plugins/keeper-secrets", "description": "Retrieve, inject, and manage secrets from Keeper Vault using KSM CLI (ksm) for developer workflows, including ksm exec, interpolate, and Keeper notation.", - "version": "1.1.0", + "version": "1.2.0", "author": { "name": "Keeper Security", "email": "commanders@keepersecurity.com" @@ -55,7 +55,7 @@ "name": "keeper-setup", "source": "./plugins/keeper-setup", "description": "Install and configure Keeper CLI tools (KSM CLI and Commander) for the Keeper Security agent kit, including profiles and authentication.", - "version": "1.1.0", + "version": "1.2.0", "author": { "name": "Keeper Security", "email": "commanders@keepersecurity.com" diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index 36e1729..5042908 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Keeper Security Agent Kit - KSM CLI, Commander, and setup skills for Claude Code", - "version": "1.1.0", + "version": "1.2.0", "homepage": "https://github.com/Keeper-Security/agent-kit", "repository": "https://github.com/Keeper-Security/agent-kit", "license": "Apache-2.0", @@ -20,7 +20,7 @@ "name": "keeper-admin", "source": "./plugins/keeper-admin", "description": "Manage Keeper Vault, enterprise administration, PAM, and privileged access using Commander CLI", - "version": "1.1.0", + "version": "1.2.0", "author": { "name": "Keeper Security", "email": "commanders@keepersecurity.com" @@ -41,7 +41,7 @@ "name": "keeper-secrets", "source": "./plugins/keeper-secrets", "description": "Retrieve, inject, and manage secrets from Keeper Vault using KSM CLI for developer workflows", - "version": "1.1.0", + "version": "1.2.0", "author": { "name": "Keeper Security", "email": "commanders@keepersecurity.com" @@ -62,7 +62,7 @@ "name": "keeper-setup", "source": "./plugins/keeper-setup", "description": "Install and configure Keeper CLI tools (KSM CLI and Commander) for the Keeper Security agent kit", - "version": "1.1.0", + "version": "1.2.0", "author": { "name": "Keeper Security", "email": "commanders@keepersecurity.com" diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ed201..e8100db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to **Keeper Security Agent Kit** are documented in this file The format is based on [Keep a Changelog](https://keepachangelog.com/en/0.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.0](https://github.com/Keeper-Security/keeper-agent-kit/compare/v1.1.0...v1.2.0) (2026-06-10) + + +### Features + +* Nested sub folder feature enhancement ([#11](https://github.com/Keeper-Security/keeper-agent-kit/issues/11)) ([0c60c85](https://github.com/Keeper-Security/keeper-agent-kit/commit/0c60c859c10d349c7e7fc9c7057908ef5757a0a4)) + ## [1.1.0](https://github.com/Keeper-Security/keeper-agent-kit/compare/v1.0.0...v1.1.0) (2026-05-12) diff --git a/plugins/keeper-admin/.claude-plugin/plugin.json b/plugins/keeper-admin/.claude-plugin/plugin.json index d93240a..0a7cbaf 100644 --- a/plugins/keeper-admin/.claude-plugin/plugin.json +++ b/plugins/keeper-admin/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "keeper-admin", "description": "Manage Keeper Vault, enterprise administration, PAM, and privileged access using Keeper Commander CLI (keeper).", - "version": "1.1.0", + "version": "1.2.0", "author": { "name": "Keeper Security", "email": "commanders@keepersecurity.com" diff --git a/plugins/keeper-admin/.cursor-plugin/plugin.json b/plugins/keeper-admin/.cursor-plugin/plugin.json index 732eb5f..6f1cf87 100644 --- a/plugins/keeper-admin/.cursor-plugin/plugin.json +++ b/plugins/keeper-admin/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "keeper-admin", "description": "Manage Keeper Vault, enterprise administration, PAM, and privileged access using Keeper Commander CLI (keeper).", - "version": "1.1.0", + "version": "1.2.0", "author": { "name": "Keeper Security", "email": "commanders@keepersecurity.com" diff --git a/plugins/keeper-secrets/.claude-plugin/plugin.json b/plugins/keeper-secrets/.claude-plugin/plugin.json index a4527c4..cff8568 100644 --- a/plugins/keeper-secrets/.claude-plugin/plugin.json +++ b/plugins/keeper-secrets/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "keeper-secrets", - "version": "1.1.0", + "version": "1.2.0", "description": "Retrieve, inject, and manage secrets from Keeper Vault using KSM CLI (ksm) for developer workflows, including ksm exec, interpolate, and Keeper notation.", "author": { "name": "Keeper Security", diff --git a/plugins/keeper-secrets/.cursor-plugin/plugin.json b/plugins/keeper-secrets/.cursor-plugin/plugin.json index d12e6b4..24e0ca9 100644 --- a/plugins/keeper-secrets/.cursor-plugin/plugin.json +++ b/plugins/keeper-secrets/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "keeper-secrets", - "version": "1.1.0", + "version": "1.2.0", "description": "Retrieve, inject, and manage secrets from Keeper Vault using KSM CLI (ksm) for developer workflows, including ksm exec, interpolate, and Keeper notation.", "author": { "name": "Keeper Security", diff --git a/plugins/keeper-setup/.claude-plugin/plugin.json b/plugins/keeper-setup/.claude-plugin/plugin.json index 7ef223d..1fa9ca0 100644 --- a/plugins/keeper-setup/.claude-plugin/plugin.json +++ b/plugins/keeper-setup/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "keeper-setup", - "version": "1.1.0", + "version": "1.2.0", "description": "Install and configure Keeper CLI tools (KSM CLI and Commander) for the Keeper Security agent kit, including profiles and authentication.", "author": { "name": "Keeper Security", diff --git a/plugins/keeper-setup/.cursor-plugin/plugin.json b/plugins/keeper-setup/.cursor-plugin/plugin.json index c812f01..0a874db 100644 --- a/plugins/keeper-setup/.cursor-plugin/plugin.json +++ b/plugins/keeper-setup/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "keeper-setup", - "version": "1.1.0", + "version": "1.2.0", "description": "Install and configure Keeper CLI tools (KSM CLI and Commander) for the Keeper Security agent kit, including profiles and authentication.", "author": { "name": "Keeper Security", diff --git a/version.txt b/version.txt index 9084fa2..26aaba0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 +1.2.0