Skip to content
Open
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
2 changes: 2 additions & 0 deletions en/docs/manage/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ The right choice depends on whether you want a fully managed service or full con

| | Description |
|---|---|
| [WSO2 Integrator Releases](./releases.md) | Learn how to get supported release binaries for the Ballerina, ICP, MI, and SI profiles. |
| [WSO2 Cloud - Integration Platform](./cloud/overview.md) | A fully managed SaaS control plane. Deploy integrations, configure environments, monitor with built-in observability, and control access, without managing any infrastructure. |
| [Integration Control Plane (ICP)](./icp/integration-control-plane.md) | A self-hosted management server for on-premises, private cloud, or air-gapped deployments. Connects to your WSO2 Integrator runtimes and provides a centralized dashboard and API. |

## What's next

- [Choosing a control plane](./choosing-a-control-plane.md) — compare WSO2 Cloud and ICP to find the right fit
- [WSO2 Integrator Releases](./releases.md) — get supported release binaries for each profile
- [WSO2 Cloud - Integration Platform](./cloud/overview.md) — fully managed control plane overview
- [Integration Control Plane (ICP)](./icp/integration-control-plane.md) — self-hosted control plane overview
33 changes: 33 additions & 0 deletions en/docs/manage/releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: "WSO2 Integrator Releases"
description: "Learn how to get supported release binaries for the Ballerina, ICP, MI, and SI profiles."
keywords: [wso2 integrator, releases, update tool, ballerina, icp, mi, si]
---

# WSO2 Integrator Releases

Use the WSO2 Integrator update tool to get supported release binaries for the default profile, Micro Integrator (MI), Streaming Integrator (SI), and Integration Control Plane (ICP). The tool resolves the active Integration Profile by default, and you can also target a specific profile explicitly. For help on any command, run `wso2integratorupdate --help` or `wso2integratorupdate <profile> --help`.

WSO2 Integrator uses the WSO2 Update Tool for these release operations. For the full command reference and additional usage details, see the [WSO2 Update Tool documentation](https://updates.docs.wso2.com/en/latest/updates/update-tool/).

:::info Default profile behavior
If your active Integration Profile is **Default**, **MI**, or **SI**, you can run `wso2integratorupdate` without naming the profile. The tool uses the selected profile and then resolves the matching release for that profile.
:::

## Supported release commands

| Product | Command | What it gets |
|---|---|---|
| **Default profile** | `wso2integratorupdate ballerina` | Gets the supported release binary for the default profile. |
| **Micro Integrator (MI)** | `wso2integratorupdate mi` | Gets the supported release binary for the MI profile. |
| **Streaming Integrator (SI)** | `wso2integratorupdate si` | Gets the supported release binary for the SI profile. |
| **Integration Control Plane (ICP)** | `wso2integratorupdate icp` | Gets the supported release binary for ICP. |

If you only want the command syntax and supported flags, use `wso2integratorupdate --help`. If you want profile-specific details, use `wso2integratorupdate ballerina --help`, `wso2integratorupdate mi --help`, or `wso2integratorupdate si --help`.

## Release notes and version history

Use the release notes to see what changed in each product release and which versions ship with the installer.

- [Release notes](../reference/appendix/release-notes.md) - Latest release highlights and version history
- [FAQ](../reference/appendix/faq.md) - Answers to common questions about the shipped distribution
1 change: 1 addition & 0 deletions en/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1992,6 +1992,7 @@ const sidebars: SidebarsConfig = {
link: { type: 'doc', id: 'manage/overview' },
items: [
'manage/choosing-a-control-plane',
'manage/releases',
// Cloud
{
type: 'category',
Expand Down
Loading