Skip to content

Releases: superplanehq/superplane

SuperPlane v0.10.0

01 Mar 20:47
9b0c66b

Choose a tag to compare

What's new since v0.9.0

4 new integrations

  • Honeycomb
  • incident.io
  • LaunchDarkly
  • Octopus Deploy

34 new components and triggers

  • Core: Add Memory, Read Memory, Update Memory, Delete Memory
  • Honeycomb: Create Event, On Alert Fired
  • incident.io: Create Incident, On Incident
  • LaunchDarkly: Get Feature Flag, Delete Feature Flag, On Feature Flag Change
  • Octopus Deploy: Deploy Release, On Deployment Event
  • AWS: CodePipeline • Get Pipeline, CodePipeline • Get Pipeline Execution, CodePipeline • Retry Stage Execution, CodePipeline • On Pipeline
  • CircleCI: Get Workflow, Get Last Workflow, Get Recent Workflow Runs, Get Test Metrics, Get Flaky Tests
  • Daytona: Create Repository Sandbox, Get Preview URL
  • GitHub: Get Repository Permission, On PR Review Comment
  • Prometheus: Create Silence, Expire Silence, Get Silence, Query, Query Range
  • Rootly: On Incident Timeline Event
  • Semaphore: Get Pipeline
  • Telegram: Wait for Button Click

Improvements

  • Canvas auto-layout: Automatically arrange nodes on the canvas.
  • Realtime canvas updates: Canvas updates via the CLI are streamed to the UI.
  • Daytona secrets: Inject secrets into Daytona sandboxes for bootstrap and command execution.
  • AI canvas builder: Build canvases by chatting with an agent.
  • CLI discovery output: More helpful agent guidance when using discovery commands with output=text.
  • Canvas memory: Canvas-scoped data storage. Used by components to persist and retrieve values across different paths and executions of the same canvas.

Bug Fixes

  • Fixed: HTTP requests now read the response body before context cancellation to avoid losing error details.
  • Fixed: HTTP timeout errors no longer expose internal error details, but instead show user-friendly error messages.
  • Fixed: Organization scoping failures return 404 instead of 401.
  • Fixed: Nested invisible fields are filtered correctly in the UI.
  • Fixed: Payload modal is now larger and easier to read.
  • Fixed: CLI whoami output includes the organization name.

Merged Pull-Requests

Read more

SuperPlane v0.9.0

22 Feb 20:31
145db60

Choose a tag to compare

What's new since v0.8.0

9 new integrations

  • Bitbucket
  • DigitalOcean
  • GCP
  • Grafana
  • Harness
  • JFrog Artifactory
  • ServiceNow
  • Statuspage
  • Telegram

53 new components

  • AWS: Describe Service, Run Task, Stop Task, Create Service, Update Service, Execute Command, Create Image, Get Image, On Image, Copy Image, Deregister Image, Enable Image, Disable Image, Enable Image Deprecation, Disable Image Deprecation, Create Queue, Get Queue, Send Message, Purge Queue, Delete Queue, Create Record, Upsert Record, Delete Record, Run Pipeline
  • Bitbucket: On Push
  • Dash0: Create HTTP Synthetic Check, Update HTTP Synthetic Check, Delete HTTP Synthetic Check, On Notification
  • DigitalOcean: Create Droplet, On Droplet Event
  • GCP: Create VM, On VM Instance
  • GitHub: Get Workflow Usage, Add Issue Label, Remove Issue Label, Add Issue Assignee, Remove Issue Assignee
  • Grafana: Query Data Source, On Alert Firing
  • Harness: Run Pipeline, On Pipeline Completed
  • Hetzner: Create Load Balancer, Delete Load Balancer
  • JFrog Artifactory: Get Artifact Info, Delete Artifact, On Artifact Uploaded
  • PagerDuty: Acknowledge Incident, Resolve Incident, Escalate Incident
  • Rootly: Get Incident
  • ServiceNow: Create Incident, Get Incident
  • Slack: Wait For Button Click
  • Statuspage: Create Incident, Get Incident, Update Incident
  • Telegram: Send Message, On Mention

Improvements

  • Service Accounts: Create and use service accounts for automation that should not depend on individual user credentials.
  • CLI Secrets Management: Create, update, and delete organization secrets directly from the CLI.
  • CLI Contexts: Connect one CLI setup to multiple organizations and switch contexts more easily.
  • CLI Execution Controls: Manage executions, inspect root events, and operate node queues from the CLI.
  • CLI Discovery UX: Use grouped discovery commands under a dedicated index command for faster lookup.
  • CLI Canvas Management: Configure the active canvas from the CLI for quicker environment switching.
  • OpenAI Configuration: Set an optional custom base URL for proxy, gateway, or OpenAI-compatible endpoints.
  • Webhook Trigger Authentication: Use a header token option to verify inbound webhook trigger requests.

Bug Fixes

  • Fixed: HTTP component retries now use exponential backoff correctly, improving resilience under transient network failures.
  • Fixed: OIDC webhook flows now consistently use the configured webhook base URL, including signer paths.
  • Fixed: AWS EventBridge-based triggers and rules handle region filtering and multi-region provisioning more reliably.
  • Fixed: Daytona command execution avoids endless-running states and uses a more stable session API flow.
  • Fixed: Long filter values now wrap correctly in UI tooltips, improving readability in dense specs.

Merged Pull-Requests

Read more

SuperPlane v0.8.0

15 Feb 18:59
35ad9cd

Choose a tag to compare

What's new since v0.7.0

7 new integrations

  • CircleCI
  • Cursor
  • DockerHub
  • GitLab
  • Hetzner
  • Prometheus
  • Render

53 new components and triggers

  • AWS CloudWatch (On Alarm)
  • AWS CodeArtifact (Create Repository, Delete Repository, Get Package Version, On Package Version, Copy Package Versions, Delete Package Versions, Dispose Package Versions, Update Package Versions Status)
  • AWS SNS (Create Topic, Delete Topic, Get Topic, Get Subscription, Publish Message, On Topic Message)
  • CircleCI (Run Pipeline, On Workflow Completed)
  • Cursor (Launch Cloud Agent, Get Last Message, Get Daily Usage Data)
  • DockerHub (Get Image Tag, On Image Push)
  • GitLab (Run Pipeline, On Pipeline, Get Pipeline, Get Latest Pipeline, Get Test Report Summary, On Merge Request, On Milestone, On Tag, On Release, On Vulnerability, Create Issue, On Issue)
  • Hetzner (Create Server, Delete Server)
  • Prometheus (Get Alert, On Alert)
  • Render (Get Service, Get Deploy, Deploy, Cancel Deploy, Rollback Deploy, Purge Cache, Update Env Var, On Deploy, On Build)
  • Rootly (Update Incident, Create Event)
  • GitHub (Create Review, Create Issue Comment)
  • PagerDuty (List Log Entries, List Notes)

Improvements

  • Snap-to-grid toggle: Nodes will snap to a grid when moving or creating them if the toggle is enabled.
  • SSH connection retries: Specify the number of retries and the delay between them in case of connection failure.
  • Integrations:
    • Support for multiple integrations of the same type. e.g. You can have multiple GitHub organizations connected at the same time.
    • Integration names are editable.
    • Error messages from integrations are now shown in the configuration sidebar.
  • CLI:
    • integrations list - List integrations.
    • integrations list-resources - List resources for a given integration.
    • components list - List all available components.
    • triggers list - List all available triggers.
    • Global --output flag (json / yaml / text) for command output.

Merged Pull Requests

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

SuperPlane v0.7.0

08 Feb 23:26
80beb2a

Choose a tag to compare

What's new since v0.6.0

3 new integrations

  • Claude
  • SendGrid
  • Jira

15 new components

  • SSH (Run Command) – standalone component to run commands on remote hosts
  • AWS ECR (Get Image, Scan Image, Get Image Scan Findings, On Image Push, On Image Scan)
  • AWS CodeArtifact (Get Package Version, On Package Version)
  • GitHub (Get Release)
  • Claude (Text Prompt)
  • SendGrid (Send Email, On Email Event, Create Contact, Update Contact)
  • Jira (Create Issue)

Improvements

  • RBAC: Role-based access control. Define roles and permissions and control what each user can do in your organization.
  • Secrets: Create, update, and delete organization secrets. Secrets can be used in the SSH component to store private keys. More components will support secrets in the future.
  • Integrations UI/UX: Clearer flows when browsing and configuring integrations, and a fix for the duplicate integration banner.

Security Updates

  • SSRF protection for HTTP requests
  • Enforce payload limit on HTTP responses
  • Security updates for dependencies

Merged Pull Requests

New Contributors

Full Changelog: v0.6.0...v0.7.0

SuperPlane v0.6.0

01 Feb 20:57
2a3704c

Choose a tag to compare

What's new since v0.5.0

17 new components

  • Cloudflare (Create/Update/Delete DNS Record)
  • Daytona.io (Create/Delete Sandboxes, Run Scripts and Commands)
  • Discord (Send Text Message)
  • Datadog (Create Event)
  • Rootly (Create Incident, On Incident)
  • PagerDuty (Annotate Incident, Snooze Incident, On Incident Annotated)

Improvements

  • Ability to pause processing of nodes on a canvas
  • Configuration toggle for switching between fixed and expression based values

Bug Fixes

  • Fixed: HTTP 500 while creating canvases with duplicate names
  • Fixed: Non-standard terminology used for canvases and integrations
  • Fixed: Component metadata not updating for github components

Merged Pull-Requests

New Contributors

Full Changelog: v0.5.3...v0.6.0


SuperPlane is currently in alpha and moving fast. Expect rough edges and occasional breaking changes as we stabilize the core model and integrations. Early feedback is extremely valuable.

SuperPlane v0.5.3

27 Jan 20:07
df278cd

Choose a tag to compare

First public (alpha) release of SuperPlane.

SuperPlane is an open-source (Apache 2.0) DevOps control plane for defining and running event-driven workflows across the tools you already use: CI/CD, release management, incident response, infrastructure, notifications, and more.

Available now

✓ 40+ starter components (10+ core, 30+ integrations)
✓ Event-driven workflow engine
✓ Visual Canvas builder
✓ Run history, event chain view, and debug console
✓ CLI and example workflows

In progress / upcoming

→ 200+ new components (AWS, Grafana, Datadog, Azure, GitLab, Jira, and more)
→ Canvas version control
→ SAML/SCIM with extended RBAC and permissions
→ Artifact version tracking
→ Public API

SuperPlane is currently in alpha and moving fast. Expect rough edges and occasional breaking changes as we stabilize the core model and integrations. Early feedback is extremely valuable.

v0.5.0

27 Jan 13:51
cfec63b

Choose a tag to compare

Release v0.5.0

v0.1.6

26 Jan 18:45
b50baea

Choose a tag to compare

Release v0.1.6

v0.1.5

24 Jan 20:44
10ab60e

Choose a tag to compare

Release v0.1.5

v0.1.4

24 Jan 18:01
c731ff0

Choose a tag to compare

Release v0.1.4