1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-17403 [NETOBSERV] Release notes 1.10.1

This commit is contained in:
Gwynne Monahan
2025-11-20 08:38:13 -06:00
committed by openshift-cherrypick-robot
parent fabed982fa
commit a9e7185e9d
4 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
// Module included in the following assemblies:
// * network_observability/network-observability-release-notes-1-10.adoc
:_mod-docs-content-type: REFERENCE
[id="network-observability-operator-release-notes-1-10-1-cves_{context}"]
= Network Observability Operator 1.10.1 CVEs
[role="_abstract"]
You can review the CVEs for the Network Observability Operator 1.10.1 release.
* https://access.redhat.com/security/cve/cve-2025-47907[CVE-2025-47907]

View File

@@ -0,0 +1,37 @@
// Module included in the following assemblies:
// * network_observability/network-observability-release-notes-1-10.adoc
:_mod-docs-content-type: REFERENCE
[id="network-observability-operator-release-notes-1-10-1-fixed-issues_{context}"]
= Network Observability Operator 1.10.1 fixed issues
[role="_abstract"]
The Network Observability Operator 1.10.1 release contains several fixed issues that improve performance and the user experience.
Warning Generated for Direct Mode on Clusters Over 15 Nodes::
Before this update, the recommendation against using the `Direct` deployment model on large clusters was only available in the documentation.
+
With this release, the Network Observability Operator now generates a warning when the Direct deployment mode is used on a cluster exceeding 15 nodes.
+
link:https://issues.redhat.com/browse/NETOBSERV-2460[NETOBSERV-2460]
Network policy deployment disabled on OpenShiftSDN::
Before this update, when OpenShift SDN was the cluster network plugin, enabling the `FlowCollector` network policy would break communication between network observability pods. This issue does not occur with OVN-Kubernetes, which is the default supported network plugin.
+
With this release, the Network Observability Operator no longer attempts to deploy the network policy when OpenShift SDN is detected; a warning is displayed instead. Additionally, the default value for enabling the network policy is modified: it is now enabled by default only when OVN-Kubernetes is detected as the cluster network plugin.
+
link:https://issues.redhat.com/browse/NETOBSERV-2450[NETOBSERV-2450]
Validation added for subnet label characters::
Before this update, there were no restrictions on characters allowed in the subnet labels "name" configuration, meaning users could enter text containing spaces or special characters. This generated errors in the web console plugin when users tried to apply filters, and clicking the filter icon for a subnet label often failed.
+
With this release, the configured subnet label name is validated immediately when configured in the `FlowCollector` custom resource. The validation ensures the name contains only alphanumeric characters, `:`, `_`, and `-`. As a result, filtering on subnet labels from the web console plugin now works as expected.
+
link:https://issues.redhat.com/browse/NETOBSERV-2438[NETOBSERV-2438]
Network Observability CLI uses unique temporary directory per run::
Before this update, the Network Observability CLI created or reused a single temporary (`tmp`) directory in the current working directory. This could lead to conflicts or data corruption between separate runs.
+
With this release, the Network Observability CLI now creates a unique temporary directory for each run, preventing potential conflicts and improving file management hygiene.
+
link:https://issues.redhat.com/browse/NETOBSERV-2481[NETOBSERV-2481]

View File

@@ -0,0 +1,11 @@
// Module included in the following assemblies:
// * network_observability/network-observability-release-notes.adoc
:_mod-docs-content-type: REFERENCE
[id="network-observability-operator-release-notes-1-10-1_{context}"]
= Network Observability Operator 1.10.1 advisory
[role="_abstract"]
You can review the advisory for Network Observability Operator 1.10.1 release.
* link:https://access.redhat.com/errata/RHEA-2025:22761[RHEA-2025:22761 Network Observability Operator 1.10.1]

View File

@@ -14,6 +14,12 @@ These release notes track the development of the Network Observability Operator
For an overview of the Network Observability Operator, see xref:../../observability/network_observability/network-observability-overview.adoc#network-observability-overview[About network observability].
include::modules/network-observability-operator-release-notes-1-10-1.adoc[leveloffset=+1]
include::modules/network-observability-operator-release-notes-1-10-1-cves.adoc[leveloffset=+1]
include::modules/network-observability-operator-release-notes-1-10-1-fixed-issues.adoc[leveloffset=+1]
include::modules/network-observability-operator-release-notes-1-10-advisory.adoc[leveloffset=+1]
include::modules/network-observability-operator-release-notes-1-10-new-features-enhancements.adoc[leveloffset=+1]