34.00 (Build 34.00.141)
The following table outlines the release particulars:
Build
34.00.141
Code name
Quinn
Release date
March 30, 2025
Type
Major release
SHA-256
93f2fb04aa192a5218ae2fb9391c123b34456b0928aed7baec0c8b404ea67149
Review the system requirements to learn about the supported operating systems, hypervisors, runtimes, tools, and orchestrators.
Upgrade from Previous Releases
Upgrade Defenders
With the v34.00 release, the supported Defender releases (n, n-1, and n-2) are v34, v33, and v32 respectively. In addition, Prisma Cloud will not restrict the usage of Defender versions or REST API calls from the n-3 releases. So the current release will allow Defenders and REST API calls from release v31 also. Failure to upgrade Defenders below release v31, such as v30.03, will result in disconnection of the Defenders from the Console.
However, to maintain full support, you must upgrade your Defenders to a v32.00 or a higher release.
To summarize, the level of support for the different versions of Defenders is as follows:
Defender versions 34.xx, 33.xx, and 32.xx have full support
Defender versions 31.xx are functional (will be able to connect to version 34.00 Console) but support is not available for such Defenders
Defender versions previous to 31.00, such as 30.03, are neither supported nor functional (cannot connect to version 34.xx Console)
Upgrade the Prisma Cloud Console
With the v34.00 release, the supported Console releases (n, n-1, and n-2) are v34, v33, and v32 respectively.
Defenders from the n-3 release will remain functional as described above.
You can upgrade the Prisma Cloud console directly from any n-1 or n-2 version to n. For example, with v34 as n and v33 as n-1, you can upgrade directly from 33.01.137 to 34.00.141. You can also upgrade directly from an n-2 version (32.00.161, 32.01.128, 32.02.127, 32.03.123, 32.04.113, 32.05.124, 32.06.113, 32.07.123) to 34.00.141.
Enhancements
Feature
Description
Cloud Discovery Enhancements
Azure Container Instances (ACI): Cloud Discovery now includes data for all containers in container groups. Previously, data for only the first container was included.
Identify Account ID attribution for app-embedded defenders used for defending CaaS assets: The Account ID was previously available for ECS Fargate and Google Cloud Run. This release adds the support for displaying the Account ID for ACI as well. With this release:
ECS Fargate and GCP Cloud Run: the Account ID was already shown for: i) Fargate defenders; and ii) App-embedded defenders installed on GCP Cloud Run.
Azure Container Instances (ACI): In this release, Account ID is shown for app-embedded defenders installed on ACI containers after you perform the following steps for each container:
Upgrade the defender to the 34.00 (Quinn) release.
Create a managed identity.
Assign the Reader role to the newly created managed identity.
Assign the newly created managed identity to the container group.
Jira Authentication Update for Prisma Cloud Runtime Alerts
Jira Cloud has deprecated Basic Authentication with passwords and now requires API tokens for authentication. When integrating Prisma Cloud Runtime with Jira as an alert provider, you must use an API token instead of a username-password combination.
Required Actions
To set up a new alert profile for Jira Cloud users, do the following:
Generate an API token from your Jira Cloud account.
For more information, see Manage API tokens for your Atlassian account topic in Jira Documentation site.
Save the token in Prisma Cloud’s Credentials Store and use this new credential when adding a new Jira Alert profile.
For more information, see Adding Jira Cloud Credentials topic in the Prisma Cloud Admin Guide.
To update an existing alert profile for Jira Cloud users, do the following:
Generate an API token from your Jira Cloud account.
For more information, see Manage API tokens for your Atlassian account topic in the Jira Documentation site.
Update the credentials by replacing the password with the API token.
For more information, see Updating Jira Cloud Credentials topic in the Prisma Cloud Admin Guide.
To set Up a new alert profile for Jira Data Center (DC) users, do the following:
Generate a personal access token from your Jira DC account.
For more information, see Using Personal Access Tokens topic in the Jira Documentation site.
Configure the credentials using Basic Authentication with your username and the personal access token as the password when adding a new Jira Alert profile. For more information, see Adding Jira DC Credentials topic in the Prisma Cloud Admin Guide.
Customization for Scanning Amazon Machine Images (AMIs)
Prisma Cloud now offers on-prem users greater flexibility in selecting AMIs.
For on-prem users, the following environment variables enable customization:
AGENTLESS_USE_CUSTOM_AMI– Enables or disables the use of custom AMIs.AGENTLESS_CUSTOM_AMI_PER_REGION– Specifies custom AMIs per AWS region
Example Configuration:
AGENTLESS_USE_CUSTOM_AMI=true AGENTLESS_CUSTOM_AMI_PER_REGION='{"us-east-1":"ami-005fc0f236362e99f"}'
In this example, the custom AMI (ami-005fc0f236362e99f) is used in the 'us-east-1' region.
Behavior Based on Configuration:
If
AGENTLESS_USE_CUSTOM_AMIisfalse, Prisma Cloud falls back to the previous scanner image, which is Ubuntu 20.04.If
AGENTLESS_USE_CUSTOM_AMIis set totruebutAGENTLESS_CUSTOM_AMI_PER_REGIONis not set, Prisma Cloud uses the LaunchDarkly (LD) custom AMI list.If
AGENTLESS_USE_CUSTOM_AMIis not set, Prisma Cloud defaults to the LD custom AMI list.For Cloud (SaaS) users, no action is required—Prisma Cloud automatically selects the latest optimized AMI.
Better utilization of vendor-specific feeds
The National Vulnerability Database (NVD) provides a valuable baseline CVSS score for vulnerabilities. However, vendors often have a more granular understanding of how a specific vulnerability impacts their implementation of a component. This allows them to provide a more accurate CVSS score, especially when considering environmental factors and the specific ways their product utilizes the vulnerable component. In some cases, vendor-specific vulnerability feeds may have the latest CVSS scores before they are reflected in NVD.
This release leverages additional data from vendor-specific vulnerability feeds, such as those from RedHat, Photon OS, and Ruby Gems, and implements several improvements in the extraction and reporting of CVSS scores. These changes provide more accurate and timely CVSS scores, reflecting the latest vendor-specific mitigations, configurations, and environmental impacts.
RedHat Security Feed:
Previously, if a CVE had a CVSS score of 0 in the RedHat security feed, we used the CVSS score provided by NVD for that CVE.
Now, we use the CVE data and the CVSS score provided by the RedHat feed even if the CVSS score is 0 in the RedHat feed. This ensures that we consider RedHat’s specific assessment, which might indicate a mitigated or non-impactful vulnerability in their context.
Photon OS Security Feed:
Previously, we extracted CVSS scores for CVEs from the NVD for Photon OS vulnerabilities.
Now, we use the CVSS scores provided in the Photon OS security feed. This allows us to reflect Photon OS-specific mitigations and impacts more accurately.
Ruby Gems Security Feed:
Previously, we ignored the CVSS scores reported by RubySec (https://github.com/rubysec and https://github.com/rubysec/ruby-advisory-db) and used the values from NVD.
Now, we use the CVSS values provided in the Ruby Advisory DB. This ensures we capture the precise impact and mitigations for Ruby Gems vulnerabilities as assessed by RubySec.
Amazon Linux Security Feed:
Previously, we extracted CVSS scores for Amazon Linux vulnerabilities/CVEs from the NVD.
Now, we use the CVSS scores provided in the Amazon Linux security feed. This allows us to reflect Amazon Linux-specific mitigations and impacts more accurately.
Fallback to NVD CVSS Scores
If the vendor feed does not provide a CVSS value for any CVE, then the CVSS value from the NVD will be used. This ensures that we always have a CVSS score to guide our risk assessment and mitigation efforts.
A new Description field in the Create New User screen
A Description field is added to the Create New User screen (Manage > Authentication > Users), allowing additional details to be included for each user.
This field will also be visible in the Users table, which will enable you to refine searches based on the description.
Feature
Description
Removal of Stale Hosts and Images
We’re implementing a fix that will remove outdated assets that are no longer protected by a Defender. These assets should have been automatically deleted previously, but were not. With this update, you might notice that certain stale assets are no longer present in your inventory. As a result, you might also see a reduction in vulnerabilities and compliance findings due to their removal.
System Requirements: Changes to supported systems and platforms
The following changes have been made to the system requirements:
Support added for WAAS
WAAS with Defender (AWS): Node.js 22
WAAS with Defender (AWS): Python 3.13
Support removed for WAAS
WAAS with Defender (AWS): Node.js 16
WAAS with Defender (AWS): Python 3.8
Support removed for Auto Defend
Auto-Defend (AWS): Node.js 16
Auto-Defend (AWS): Python 3.8
Support added for Runtime Protection
Runtime protection with Defender (AWS): Node.js 22
Runtime protection with Defender (AWS): Python 3.13
Support removed for Runtime Protection
Runtime protection with Defender (AWS): Node.js 16
Runtime protection with Defender (AWS): Python 3.8
Support added for x86 Operating Systems
Alma Linux 8
Alma Linux 9
Bottlerocket OS 1.20.5
Talos OS 1.9.4
Support removed for x86 Operating Systems
Talos OS 1.3.0
Talos OS 1.3.3
Talos OS 1.5.1
Talos OS 1.5.3
Talos OS 1.5.5
Talos OS 1.6.0
Talos OS 1.6.1
Talos OS 1.6.4
Talos OS 1.6.6
Talos OS 1.6.6
Talos OS 1.7.2
Talos OS 1.7.5
Talos OS 1.7.6
Talos OS 1.8.0
Talos OS 1.8.2
Support added for x86 Orchestrators
Azure Kubernetes Service (AKS) v1.29.13 Linux (Mariner)
Elastic Container Service (ECS) 1.87.1 Linux
Elastic Kubernetes Service (EKS) v1.32.1-eks-5d632ec Linux
Elastic Kubernetes Service (EKS) Bottlerocket v1.32.0-eks-2e66e76 Linux
Google Kubernetes Engine (GKE) v1.32.1-gke.1489001 Linux
Google Kubernetes Engine (GKE) autopilot v1.31.6-gke.1020000 Linux
Lightweight Kubernetes (k3s) v1.31.5+k3s1 Linux
OpenShift 4.17
RKE v1.31.5 Linux
RKE2 v1.32.1+rke2r1 Linux
VMware Tanzu Kubernetes Grid Integrated Edition (TKGI) v1.30.7+vmware.1 Ubuntu 22.04.1 LTS
Support removed for x86 Orchestrators
Azure Kubernetes Service (AKS) v1.27.9 Linux
Azure Kubernetes Service (AKS) v1.28.9 Linux
Azure Kubernetes Service (AKS) v1.29.2 Linux
Azure Kubernetes Service (AKS) v1.30.3 Linux
Azure Kubernetes Service (AKS) v1.28.5 Linux
Azure Kubernetes Service (AKS) v1.29.2 Linux
Azure Kubernetes Service (AKS) v1.29.7 Linux (Mariner)
Azure Kubernetes Service (AKS) v1.31.1 Windows
Azure Kubernetes Service (AKS) v1.30.4 Windows
Azure Kubernetes Service (AKS) v1.30.3 Windows
Azure Kubernetes Service (AKS) v1.29.0 Windows
Azure Kubernetes Service (AKS) v1.28.15 Linux
Azure Kubernetes Service (AKS) v1.29.7 Linux (Mariner)
Azure Kubernetes Service (AKS) v1.28.15 Linux
Azure Kubernetes Service (AKS) v1.29.7 Linux (Mariner)
Elastic Container Service (ECS) 1.86.2 Linux
Elastic Container Service (ECS) 1.86.3 Linux
Elastic Kubernetes Service (EKS) v1.28.1-eks-43840fb
Elastic Kubernetes Service (EKS) v1.28.1-eks-43840fb Linux
Elastic Kubernetes Service (EKS) v1.29.0-eks-5e0fdde Linux
Elastic Kubernetes Service (EKS) v1.30.0-eks-036c24b Linux
Elastic Kubernetes Service (EKS) v1.28.1-eks-43840fb Linux
Elastic Kubernetes Service (EKS) v1.29.0-eks-5e0fdde Linux
Elastic Kubernetes Service (EKS) v1.30.0-eks-036c24b Linux
Elastic Kubernetes Service (EKS) Bottlerocket v1.29.1-eks-61c0bbb Linux
Elastic Kubernetes Service (EKS) Bottlerocket v1.30.0-eks-fff26e3 Linux
Google Kubernetes Engine (GKE) v1.27.12-gke.1115000 Linux
Google Kubernetes Engine (GKE) v1.28.8-gke.1095000 Linux
Google Kubernetes Engine (GKE) v1.29.7-gke.1104000 Linux
Google Kubernetes Engine (GKE) autopilot v1.29.7-gke.1104000 Linux
Google Kubernetes Engine (GKE) 1.27.12-gke.1115000 Linux
Google Kubernetes Engine (GKE) 1.28.8-gke.1095000 Linux
Google Kubernetes Engine (GKE) v1.29.7-gke.1104000 Linux
Google Kubernetes Engine (GKE) v1.30.3-gke.1225000 Linux
Google Kubernetes Engine (GKE) autopilot v1.30.3-gke.1639000 Linux
Google Kubernetes Engine (GKE) 1.27.12-gke.1115000 Linux
Google Kubernetes Engine (GKE) 1.28.8-gke.1095000 Linux
Google Kubernetes Engine (GKE) v1.29.7-gke.1104000 Linux
Google Kubernetes Engine (GKE) v1.30.5-gke.1443001 Linux
Google Kubernetes Engine (GKE) autopilot v1.31.1-gke.1678000 Linux
Google Kubernetes Engine (GKE) 1.28.15-gke.1159000 Linux
Google Kubernetes Engine (GKE) autopilot v1.31.3-gke.1006000 Linux
Kubernetes (k8s) v1.28.10 Linux
Lightweight Kubernetes (k3s) v1.30.0+k3s1 Linux
Lightweight Kubernetes (k3s) v1.31.0+k3s1 Linux
OpenShift 4.14
RKE v1.30.3 Linux
RKE v1.30.4 Linux
RKE v1.30.4 Linux
RKE v1.31.2 Linux
RKE2 v1.29.3+rke2r1 Linux
RKE2 v1.29.3+rke2r1 Linux
RKE2 v1.31.2+rke2r1 Linux
RKE2 v1.31.2+rke2r1 Linux
TalOS 1.7.6 Talos
VMware Tanzu Kubernetes Grid Integrated Edition (TKGI) v1.26.5+vmware.1 Ubuntu 22.04.1 LTS
VMware Tanzu Kubernetes Grid Integrated Edition (TKGI) v1.28.7+vmware.1 Ubuntu 22.04.1 LTS
Support added for ARM orchestrators
Elastic Kubernetes Service (EKS) v1.32.1-eks-5d632ec.arm
Google Kubernetes Engine (GKE) 1.32.1-gke.1489001.arm
Google Kubernetes Engine (GKE) autopilot on ARM v1.30.9-gke.1046000
Support removed for ARM orchestrators
Elastic Container Service (ECS) 1.86.2
Elastic Container Service (ECS) 1.86.3
Elastic Kubernetes Service (EKS) v1.29.0-eks-5e0fdde.arm
Elastic Kubernetes Service (EKS) v1.30.0-eks-036c24b.arm
Google Kubernetes Engine (GKE) v1.29.7-gke.1104000.arm
Google Kubernetes Engine (GKE) autopilot on ARM v1.29.7-gke.1104000.arm
Google Kubernetes Engine (GKE) v1.30.5-gke.1443001
Google Kubernetes Engine (GKE) autopilot on ARM v1.30.5-gke.1014001
Google Kubernetes Engine (GKE) 1.31.1-gke.2105000
Google Kubernetes Engine (GKE) autopilot on ARM v1.30.6-gke.1125000
Elastic Kubernetes Service (EKS) v1.29.0-eks-5e0fdde
Elastic Kubernetes Service (EKS) v1.30.0-eks-036c24b
API Changes and New APIs
Feature
Description
Support Description Field
A new Description parameter has been introduced to the Get Users API response. This will help to get more information on the users based on the description field.
Support CaaS Specification References Field
A new hasCAASSpecReferences query parameter has been introduced to Get Registry Scan Results, Download Registry Scan Results and Get Registry Image Names APIs to enable registry image filtering deployed as part of CaaS specifications (AWS Fargate, GCP Cloud Run, ACI). This parameter only applies to Prisma onboarded accounts.
Support Images Field
A new images query parameter has been added to the Get Discovered Cloud Entities API to filter cloud-discovered entities by the container image names defined in a CaaS specification (AWS Fargate Task Definition, GCP Cloud Run, ACI). This parameter only applies to Prisma onboarded accounts.
Support Service Field
A new service parameter has been introduced to the Get Discovered Cloud Entities API response to specify the discovered GCP Cloud Run service name. This parameter only applies to Prisma onboarded accounts.
Support CaaS Specification References Total Field
A new caasSpecReferencesTotal parameter has been introduced to Get Host Scan Results, Get Image Scan Results, Get Impacted Container Compliance Policy, Get Impacted VMs Compliance Policy, Host App Firewall Policy Impacted, Get Impacted Host Vulnerability Policy, Get Impacted Image Vulnerability Policy, Get Registry Scan Results and Get VM Image Scan Results APIs to specify the referenced number of CaaS specifications (AWS Fargate Task Definition, GCP Cloud Run, ACI). This parameter only applies to Prisma onboarded accounts.
Support for a Amazon Fargate Task Definition
A new Enum value aws-fargate-task-definition has been added to shared.ScanResultType schema to specify a new scan result type of Amazon Fargate Task Definition. This parameter only applies to Prisma onboarded accounts.
Last updated
Was this helpful?

