What’s new since v0.26.0
v0.27.0 is a catalog and integration release. The App catalog grows with seven new pre-built apps, Cloudsmith becomes a full integration with package lifecycle triggers and actions, and AWS, GCP, and GitHub each pick up new components. It also closes a long list of edge cases in the draft, commit, and publish flow from v0.26.0.
App catalog and install experience
The catalog ships several ready-to-install apps (see example use cases):
- OSS Guard
- TLS Monitor
- Semantic Pull Requests
- Coolify Watcher
- Cluster Autoscaler (DigitalOcean + Grafana + Discord)
- PR Docs Review
- Auto Merge Bot
The DigitalOcean and GitHub + AWS preview-environment manifests were refreshed, and the catalog is reordered by category.
The install wizard from v0.26.0 is more capable: install params substitute into seed files, integration-resource fields support useNameAsValue for name-keyed providers, and the catalog can render Lucide icons alongside existing icon sets.
Cloudsmith
Cloudsmith went from a base integration to a fully featured one:
- Triggers:
onPackageCreatedandonSecurityScanCompleted - Actions:
resyncPackage,tagPackage, anddeletePackage(on top ofgetPackagefrom v0.26.0)
Drive package promotion, retagging, security follow-up, and cleanup directly from SuperPlane workflows.
New components
- AWS: EC2 create/delete load balancer;
createInstanceexposes more launch options - Google Cloud: Cloud Storage bucket components; refreshed GCP component icons
- GitHub: Webhook triggers cover the full set of pull request actions
Agents
Two new agent tools tighten the edit and discovery loop:
- Patch-style draft updates so agents apply small graph edits without rewriting the whole canvas YAML
- List resources so agents enumerate provider-backed integration resources (repositories, projects, workspaces) the same way the UI does
Agent tool descriptions are trimmed to fit Anthropic’s provider-side limit, so registering many tools no longer fails the session.
Improvements
- Memory in autocomplete. Memory variables show up in expression autocomplete
- Webhook payload size. Tasks accept a configurable webhook payload size limit for larger inbound payloads
- Console. Dashboard panels and chart palette polish; table Link cells resolve CEL expressions
- Draft/publish reliability. Publish only on clean drafts (no silent auto-commit); versions sidebar dedupes draft/staging requests; commit stays disabled until staging completes
- Execution safety. Missing expression tokens resolve to
null;previous()resolves to the latest upstream event; stale execution events can no longer downgrade finished nodes; 5-field cron ranges validate correctly; multiline runner setup commands preserve line breaks
Bug fixes
- Fixed: Publish no longer auto-commits staged changes on dirty drafts
- Fixed: Stale draft fetches stop after a draft is deleted
- Fixed: Pending requests for deleted nodes process instead of getting stuck
- Fixed: Notes stay visible while viewing canvas runs
- Fixed: Table Link cells support CEL expressions
- Fixed: Agent tool descriptions stay within the provider limit
How to upgrade
See Updating SuperPlane in the installation docs for upgrade steps for your setup.
Thanks to our contributors
Thanks to contributors who helped make SuperPlane 0.27.0 possible with code and docs additions and improvements.
Join the SuperPlane community
SuperPlane is open source (Apache 2.0). If you’re using it, here are the best ways to help:
- Star the repository on GitHub to show your support
- Join our Discord server to connect with the team and community
- Contribute by submitting bug reports, feature requests, or code on GitHub
- Share SuperPlane with your network and help us grow