Skip to content

Commit 677ebbf

Browse files
authored
Merge pull request #103585 from openshift-cherrypick-robot/cherry-pick-102813-to-enterprise-4.16
[enterprise-4.16] OSDOCS-17403 [NETOBSERV] Release notes 1.10.1
2 parents f318aa2 + 25c8865 commit 677ebbf

4 files changed

+65
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Module included in the following assemblies:
2+
// * network_observability/network-observability-release-notes-1-10.adoc
3+
4+
:_mod-docs-content-type: REFERENCE
5+
[id="network-observability-operator-release-notes-1-10-1-cves_{context}"]
6+
= Network Observability Operator 1.10.1 CVEs
7+
8+
[role="_abstract"]
9+
You can review the CVEs for the Network Observability Operator 1.10.1 release.
10+
11+
* https://access.redhat.com/security/cve/cve-2025-47907[CVE-2025-47907]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
// Module included in the following assemblies:
2+
// * network_observability/network-observability-release-notes-1-10.adoc
3+
4+
:_mod-docs-content-type: REFERENCE
5+
[id="network-observability-operator-release-notes-1-10-1-fixed-issues_{context}"]
6+
= Network Observability Operator 1.10.1 fixed issues
7+
8+
[role="_abstract"]
9+
The Network Observability Operator 1.10.1 release contains several fixed issues that improve performance and the user experience.
10+
11+
Warning Generated for Direct Mode on Clusters Over 15 Nodes::
12+
Before this update, the recommendation against using the `Direct` deployment model on large clusters was only available in the documentation.
13+
+
14+
With this release, the Network Observability Operator now generates a warning when the Direct deployment mode is used on a cluster exceeding 15 nodes.
15+
+
16+
link:https://issues.redhat.com/browse/NETOBSERV-2460[NETOBSERV-2460]
17+
18+
Network policy deployment disabled on OpenShiftSDN::
19+
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.
20+
+
21+
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.
22+
+
23+
link:https://issues.redhat.com/browse/NETOBSERV-2450[NETOBSERV-2450]
24+
25+
Validation added for subnet label characters::
26+
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.
27+
+
28+
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.
29+
+
30+
link:https://issues.redhat.com/browse/NETOBSERV-2438[NETOBSERV-2438]
31+
32+
Network Observability CLI uses unique temporary directory per run::
33+
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.
34+
+
35+
With this release, the Network Observability CLI now creates a unique temporary directory for each run, preventing potential conflicts and improving file management hygiene.
36+
+
37+
link:https://issues.redhat.com/browse/NETOBSERV-2481[NETOBSERV-2481]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Module included in the following assemblies:
2+
// * network_observability/network-observability-release-notes.adoc
3+
4+
:_mod-docs-content-type: REFERENCE
5+
[id="network-observability-operator-release-notes-1-10-1_{context}"]
6+
= Network Observability Operator 1.10.1 advisory
7+
8+
[role="_abstract"]
9+
You can review the advisory for Network Observability Operator 1.10.1 release.
10+
11+
* link:https://access.redhat.com/errata/RHEA-2025:22761[RHEA-2025:22761 Network Observability Operator 1.10.1]

observability/network_observability/network-observability-operator-release-notes.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ These release notes track the development of the Network Observability Operator
1414

1515
For an overview of the Network Observability Operator, see xref:../../observability/network_observability/network-observability-overview.adoc#network-observability-overview[About network observability].
1616

17+
include::modules/network-observability-operator-release-notes-1-10-1.adoc[leveloffset=+1]
18+
19+
include::modules/network-observability-operator-release-notes-1-10-1-cves.adoc[leveloffset=+1]
20+
21+
include::modules/network-observability-operator-release-notes-1-10-1-fixed-issues.adoc[leveloffset=+1]
22+
1723
include::modules/network-observability-operator-release-notes-1-10-advisory.adoc[leveloffset=+1]
1824

1925
include::modules/network-observability-operator-release-notes-1-10-new-features-enhancements.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)