Skip to main content

What's New and Release Notes 25.2

Resolved Issues for 25.2.30-PCE

These release notes describe the resolved issues in this release.

Release 25.2.30

Issue

Fix Description

E-131547

PCE Rejected Updates for Workloads with Mixed IPv4/IPv6 Addresses

An issue that caused workload updates to fail when network interfaces included a mix of IPv4 andIPv6 addresses has been resolved.

You can now update these workloads without encountering duplicate interface errors.

E-131952

Improved Label Type Filter for Precise Searches

The label type filter now matches label types exactly, ensuring searches return only labels with the specified label type. This improvement helps users find the precise labels they need without unrelated results.

E-131422

'No Log Rules' Not Displayed in UI After Backend Structure Change

Following a backend response structure alteration, the 'No Log Rules' feature was not displaying these rules on the workload rules page in the user interface.

The issue has been resolved, and the rules now correctly appear immediately after being enabled.

E-131065

Database Connectivity Restored by Fixing $HOME Environment Issue

An issue was fixed in which an inaccessible $HOME environment variable caused database connection failures in version 25.2.20.

Connectivity now works as expected.

E-131052

Updated Certificate Requirements for Consul and Redis

Consul and Redis no longer require ClientAuth when ExtendedKeyUsage to be enabled.

This change simplifies certificate management and reduces configuration complexity for secure deployments.

E-130769

Workload Digest Redis Service Failure Prevents PCE Upgrade to 25.2

The PCE upgrade to 25.2 failed in some environments where the workload_digest_redis_service had to fetch the private key from a file using a script.

As a result, the PCE was partially operational, rendering the system unusable on version 25.2.

The latest version has resolved the issue, ensuring a smooth upgrade process and system functionality.

E-128872

Dynamic Policy Search Enabled Beyond Initial List

An issue was fixed that prevented users from selecting policies beyond the first 500 in the list.

Autocomplete and dynamic fetching now allow searching and selecting any valid policy.

E-128723

UI Slowness Issue Resolved in Latest Upgrade

The UI slowness issue reported after the 25.2.12 upgrade has been fixed by no longer waiting for the ruleset_overlapping_rule_search API response on the RuleSet detail page.

This change significantly improved page load times.

E-128193

Scopes Correctly Checked in Overlapping Rule Search

An issue was fixed where overlapping rule searches did not exclude rules outside the ruleset scope.

Searches now return only relevant rules, eliminating false conflicts.

E-128032

Rule Sources and Destinations Stay Correct During Note Removal

An issue was fixed in which deleting multiple rule notes quickly could cause sources and destinations to be mixed.

Rules now remain accurate, ensuring consistent policy enforcement.

E-127081

Extended Delay with RuleListEntity Retrieval in /rulesets Endpoint

Loading RuleListEntity was slow due to repeated database queries for exclusion labels and service accounts. These queries, executed redundantly per rule or rule list, resulted in unnecessary delays despite the usual static or org-scoped outcomes.

This optimization reduced redundant database round-trips, improving overall latency, throughput, and policy computation during rule list loading.