Supported versions
View supported Solo distributions of Istio and their release cycle.
Solo distributions of Istio are provided by the corresponding Solo Enterprise for Istio version.
Supported versions
Review the related product versions that were tested and are compatible with a specific Solo Enterprise for Istio version. The version number matches the corresponding Istio open source version.
| Solo Enterprise for Istio | Release date | Gloo Operator | Kubernetes | Kubernetes Gateway API | Solo UI | Solo Enterprise for agentgateway |
|---|---|---|---|---|---|---|
| 1.30.x | 28 May 2026 | 0.5.2+ | 1.32 - 1.36 | 1.5.0 | 0.4.3+ | 2026.5.0 |
| 1.29.x | 24 Feb 2026 | 0.5.0+ | 1.30 - 1.35 | 1.4.0 | N/A | N/A |
| 1.28.x | 13 Nov 2025 | 0.4.1+ | 1.30 - 1.34 | 1.4.0 | N/A | N/A |
| 1.27.x | 19 Aug 2025 | 0.3.0+ | 1.30 - 1.33 | 1.3.0 | N/A | N/A |
| 1.26.x | 30 May 2025 | 0.2.5+ | 1.29 - 1.32 | 1.2.1 | N/A | N/A |
OpenShift: If you plan to run Solo Enterprise for Istio on OpenShift, make sure that the corresponding Istio version is compatible with your OpenShift version. For supported Istio versions in OpenShift, go to the OpenShift knowledgebase (requires login).
Keep in mind that Solo Enterprise for Istio offers n-4 security patching support only with a -solo distribution of Istio, not community Istio versions. Solo distributions of Istio support the same patch versions as community Istio. You can review community Istio patch versions in the Istio release documentation. You must run the latest Solo Enterprise for Istio patch version to get the backported Istio support.
Patch versions
To find the available patch versions for each minor version of the Solo distribution of Istio:
- 1.29 and later: Check the patch version builds in the Solo distribution of Istio image repo.
- 1.28 and earlier: You can get the minor version repo URL from the Istio images built by Solo.io support article, and check the patch version builds in that repo.
Release lifecycle
Solo supports n-4 versions for Solo distributions of Istio.
The Solo Enterprise for Istio release cycle aligns with the Istio OSS release cadence. After an upstream Istio OSS version is released, a corresponding Solo Enterprise for Istio version is typically released a few days later. When a new minor version is released, the previous n-4 version becomes unsupported. Make sure that you run a supported version for production environments, and keep that version upgraded to the latest patch version so that you have the latest security fixes. For more information, see the upgrade guide.
| Version | Supported? | Type | Description |
|---|---|---|---|
n | Yes | Current stable | The current stable version. No new features are typically developed for stable versions. Patch versions include bug fixes and CVE fixes. |
n-1n-2n-3n-4 | Yes | Previous stable | Previous stable versions continue to receive patch updates for bug fixes and CVE fixes. No new features are developed. |
n+1 | No | Development | Active new feature development happens on the n+1 version on the main branch. This version is not yet stable, is subject to change, and is not supported for production use. |
Older than n-4 | No | Unsupported | All versions older than n-4 are unsupported and no longer maintained. Upgrade to a supported version to continue receiving updates. |
Solo feature maturity
Solo periodically provides new features in minor releases of product versions.
To receive feedback and improve functionality for real use cases, these features are often released according to a feature maturity model. As the features are improved and stabilized, they are gradually moved through the stages of alpha, beta, and general availability (GA) support. Review the following table for the comparison points between each stage of feature maturity. To see the maturity of a feature, check the feature’s documentation.
| Comparison point | Alpha | Beta | GA |
|---|---|---|---|
| API | Can and will likely change | Unlikely to change | No change |
| Implementation | Can and will likely change | Can change, but user experience is maintained | No changes that affect user experience |
| Upgrade paths | Not guaranteed | Not guaranteed | Provided and tested |
| Requests for enhancement (RFEs) and bug fixes | RFEs and bug fixes prioritized | RFEs and bug fixes prioritized | Fully supported |
| Documentation | Not guaranteed and supplied with warnings | Supplied with warnings | Fully supplied |
| Automated testing | Internal testing, but little testing with real use cases | Internal testing and some testing with real use cases | Fully tested and validated with real use cases |
| Suggested usage | Exploration and feedback | Testing setups, demos, and POCs | Production setups |
Known Istio issues and version restrictions
Version-specific restrictions:
- If you use Istio versions 1.27.7, 1.28.4, 1.29.0 or later, and you install the Solo UI into a namespace other than
gloo-mesh, you must allow that namespace by listing it in theDEBUG_ENDPOINT_AUTH_ALLOWED_NAMESPACESenvironment variable of your istiod installation. For more information, see the release notes.
Other known Istio limitations:
- Multi-subnet cluster connection failures (upstream issue ztunnel#1456): When a workload in an ambient mesh connects to a multi-subnet cluster (such as an SQL Server Multi-Subnet Cluster), ztunnel’s TCP proxy optimistically completes the TCP handshake for all connection attempts before verifying the upstream connection. Depending on race conditions, the client can complete a TCP handshake with an inactive server instance. When the client then sends data, the connection fails because the upstream connection cannot be established. As a workaround, opt the affected workloads out of the mesh by adding the
istio.io/dataplane-mode: nonelabel to the pod or namespace. A fix is available in upstream Istio and will be included in a future Solo release. The fix introduces anambient.istio.io/connect-strategy: FIRST_HEALTHY_RACEannotation on aServiceEntrythat instructs istiod to use a healthy-first connection strategy for the affected external service. See istio#59083 for details.
Download a specific image
You can download a particular Solo distribution of Istio, such as for the following use cases.
- To download and transfer these images if your environment does not have public network access or cannot pull public images, for an air-gapped installation.
- To run an older Istio version that the community no longer supports while still receiving security patches.
- To use a custom build that aligns with compliance standards such as Federal Information Processing Standards (FIPS).
- Save the repo URL for the Solo distribution of Istio images.
export REPO=us-docker.pkg.dev/soloio-img/istio - Decide on the specific tag of Istio image, such as the
solo-fips,solo-distroless, orsolo-fips-distroless, that you want for your environment. - Save the Istio version, including any specific tags, as an environment variable. The following example is for the latest patch version of the Solo FIPS distribution of Istio image.
export ISTIO_IMAGE=1.30.1-solo-fips - Pull the Istio images that you want to use with the repo key.
docker pull $REPO/pilot:$ISTIO_IMAGE docker pull $REPO/proxyv2:$ISTIO_IMAGE docker pull $REPO/operator:$ISTIO_IMAGE docker pull $REPO/install-cni:$ISTIO_IMAGE docker pull $REPO/ztunnel:$ISTIO_IMAGE - Install Istio with these images.
- To use the Gloo Operator to deploy and manage the lifecycle of your Istio service meshes, see the Gloo Operator ambient mesh guide.
- To manually install Istio, you can use an installation method such as using Helm. For example, you can follow the steps in the Helm ambient mesh guide.
- After installing Istio, you can verify that the version is compatible with your Kubernetes environment by running
istioctl x precheck.istioctl x precheck ✔ No issues found when checking the cluster. Istio is safe to install or upgrade! To get started, check out https://istio.io/latest/docs/setup/getting-started/