> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/admin-guide/33/upgrade/support-lifecycle.md).

# Support lifecycle

To simplify upgrades, older versions of Defenders, Jenkins plugins, and twistcli can interoperate with newer versions of Console. With this capability, you have a larger window to plan upgrades for connected components.

## Window of Support

Any supported version of Defender, twistcli, and the Jenkins plugin can connect to Console. Prisma Cloud supports the latest release and the previous two releases (n, n-1, and n-2).

With the v33.00 release, the Defender versions supported (n, n-1, and n-2) are v33.00, v32.00, and v31.00 respectively. In addition, starting from this release (version 33.00), Prisma Cloud will not restrict the usage of Defender versions or REST API calls from the n-3 version. So the current release will allow Defenders and REST API calls from release 30.xx also. However, to maintain full support, you must upgrade your Defenders to v31.xx or a higher release.

Failure to upgrade Defenders below version v30.00, such as v22.12, will result in disconnection of the Defenders from the Console.

To summarize, the level of support for the different versions of Defenders is as follows:

* Defender versions 33.xx, 32.xx, and 31.xx have full support.
* Defender versions 30.xx are functional (will be able to connect to version 33.xx Console) but support is not available for such Defenders.
* Defender versions previous to 30.xx, such as 22.12, are neither supported nor functional (cannot connect to version 33.xx Console).

## Defender’s Connection Status

Defender’s connection status on the Defender management page indicates how it interoperates with Console. Defenders that match Console’s version show the status of Connected. Defenders still supported, but running a previous version, show the connected status with a message that upgrade is available (but not mandatory).

<figure><img src="/files/2OuL8dxqyMuK4hVVU4Oz" alt="defenders connected diff versions"><figcaption></figcaption></figure>

Twistcli and the Jenkins plugin function as normal, with an indication in the scan reports in the Console that an upgrade is available.

## End of Support

With Prisma Cloud release 33.00, version 22.12 and earlier are not supported. Such Defenders cannot connect to the Console and will be listed with a Connection status of **Disconnected** on the Defender management page.

Versions 22.12 and earlier of twistcli and Jenkins plugin fail to open. Their requests to Console are refused, but builds will pass. Console returns a status of 400 Bad Request, which indicates an error due to the fact that the plugin version is no longer supported.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/admin-guide/33/upgrade/support-lifecycle.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
