From 3f199fe2de1f6d30473acb44939d9b9e0fe3dbeb Mon Sep 17 00:00:00 2001 From: chiranSachintha Date: Fri, 29 May 2026 10:48:58 +0530 Subject: [PATCH] Add WSO2 Integrator releases page --- en/docs/manage/overview.md | 2 ++ en/docs/manage/releases.md | 33 +++++++++++++++++++++++++++++++++ en/sidebars.ts | 1 + 3 files changed, 36 insertions(+) create mode 100644 en/docs/manage/releases.md diff --git a/en/docs/manage/overview.md b/en/docs/manage/overview.md index 77eef7c4fe2..2b508f88bf0 100644 --- a/en/docs/manage/overview.md +++ b/en/docs/manage/overview.md @@ -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 diff --git a/en/docs/manage/releases.md b/en/docs/manage/releases.md new file mode 100644 index 00000000000..1b57ad5b9b7 --- /dev/null +++ b/en/docs/manage/releases.md @@ -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 --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 diff --git a/en/sidebars.ts b/en/sidebars.ts index 5267239ca8c..d3ef13bb99c 100644 --- a/en/sidebars.ts +++ b/en/sidebars.ts @@ -1992,6 +1992,7 @@ const sidebars: SidebarsConfig = { link: { type: 'doc', id: 'manage/overview' }, items: [ 'manage/choosing-a-control-plane', + 'manage/releases', // Cloud { type: 'category',