Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ext-devplatform-plugin",
"displayName": "Intility Developer Platform",
"version": "0.1.0",
"version": "0.2.0",
"description": "A friendly companion for getting an app running on the Intility Developer Platform. Helps you create a cluster, deploy a containerized app, expose it on a URL, and update it later — without needing prior Kubernetes experience.",
"author": {
"name": "Intility",
Expand All @@ -10,5 +10,11 @@
"homepage": "https://github.com/intility/ext-devplatform-plugin",
"repository": "https://github.com/intility/ext-devplatform-plugin",
"license": "MIT",
"keywords": ["intility", "kubernetes", "openshift", "beginner", "deploy"]
"keywords": [
"intility",
"kubernetes",
"openshift",
"beginner",
"deploy"
]
}
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.0](https://github.com/intility/ext-devplatform-plugin/compare/v0.1.0...v0.2.0) (2026-06-10)


### Features

* harden plugin and add open source readiness scaffolding ([405506c](https://github.com/intility/ext-devplatform-plugin/commit/405506cd233cf8e76a76dcfb2c618eeba89be5ec))
* harden plugin and add open source readiness scaffolding ([636394e](https://github.com/intility/ext-devplatform-plugin/commit/636394e507ea183c5293e6d4d3ec10c2aebd5d54))
* rename plugin to ext-devplatform-plugin, drop customer terminology ([118138c](https://github.com/intility/ext-devplatform-plugin/commit/118138c8d757573b892935a4d488cfc8f2c53710))
* rename plugin to ext-devplatform-plugin, drop customer terminology ([fdcaa2a](https://github.com/intility/ext-devplatform-plugin/commit/fdcaa2a1aac7dc3e98f4b326e29e81da504658da))

## 0.1.0

First alpha. Eight skills covering the full journey: `getting-started`, `status`,
Expand Down