From 62ce1a773c75641c411c8acb34e75572852f61be Mon Sep 17 00:00:00 2001 From: "intility-release-bot[bot]" <175299729+intility-release-bot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 08:35:11 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 155e139..44c6d23 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ext-devplatform-plugin", "displayName": "Intility Developer Platform", - "version": "0.2.0", + "version": "0.3.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", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8c6a6..858c0e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.0](https://github.com/intility/ext-devplatform-plugin/compare/v0.2.0...v0.3.0) (2026-06-10) + + +### Features + +* detect manifest drift in the status skill ([1484507](https://github.com/intility/ext-devplatform-plugin/commit/14845075c6af6db7d51ddf6c5a3e81111231eca2)) +* detect manifest drift in the status skill ([5fbdff4](https://github.com/intility/ext-devplatform-plugin/commit/5fbdff44adf575ac2d21be2ab309e2cfb54f381f)) +* from-zero path for citizen developers ([8189917](https://github.com/intility/ext-devplatform-plugin/commit/8189917a457147602f19daa8d98049aa82370686)) +* from-zero path for citizen developers ([5703345](https://github.com/intility/ext-devplatform-plugin/commit/5703345ba873469c851774e6ec29111f3d44ccb3)) +* use cluster-wide indev pull secrets for private registries ([f7142ef](https://github.com/intility/ext-devplatform-plugin/commit/f7142effd82a0b74afd28f275cb3f7eff3a3557e)) +* use cluster-wide indev pull secrets for private registries ([1b7af29](https://github.com/intility/ext-devplatform-plugin/commit/1b7af29a7fe5e35426db42e184c6940fc2c4b41e)) + ## [0.2.0](https://github.com/intility/ext-devplatform-plugin/compare/v0.1.0...v0.2.0) (2026-06-10)