Skip to content

Commit 83201ff

Browse files
authored
Merge pull request #108892 from gwynnemonahan/OSDOCS-18824
OSDOCS-18824 [NETOBSERV] Release notes 1.11.1
2 parents 59ee843 + 9b26941 commit 83201ff

3 files changed

Lines changed: 57 additions & 0 deletions

File tree

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-11-1-advisory_{context}"]
6+
= Network Observability Operator 1.11.1 advisory
7+
8+
[role="_abstract"]
9+
You can review the advisory for Network Observability Operator 1.11.1 release.
10+
11+
* link:https://access.redhat.com/errata/RHSA-2026:6428[RHSA-2026:6428 Network Observability Operator 1.11.1]
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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-11-1-fixed-issues_{context}"]
6+
= Network Observability Operator 1.11.1 fixed issues
7+
8+
[role="_abstract"]
9+
The Network Observability Operator 1.11.1 release contains several fixed issues that improve eBPF agent performance and the user experience in the {product-title} web console.
10+
11+
eBPF agent memory usage optimization::
12+
Before this update, a regression in the eBPF agent caused kernel memory to be reserved unintentionally for disabled features. This resulted in higher than expected memory usage for the agent.
13+
+
14+
With this update, the eBPF agent ensures that reserved kernel memory is kept to a minimum when features are disabled. As a result, the agent's memory footprint is reduced and resource allocation is more efficient.
15+
+
16+
link:https://issues.redhat.com/browse/NETOBSERV-2656[NETOBSERV-2656]
17+
18+
Improved DNS graph availability in Prometheus-only mode::
19+
Before this update, when Loki was disabled and DNS tracking was enabled, the {product-title} console plugin failed to display any DNS graphs. Instead, it displayed an error stating the request could not be performed with Prometheus metrics, even for graphs that had valid Prometheus data.
20+
+
21+
With this update, the error is only displayed for specific graphs that lack configured metrics. As a result, all valid DNS graphs are now correctly displayed in the web console.
22+
+
23+
link:https://issues.redhat.com/browse/NETOBSERV-2621[NETOBSERV-2621]
24+
25+
Improved error handling in Topology view::
26+
Before this update, in installations without Loki, certain queries in the *Topology* view could result in errors due to missing Prometheus metrics. These errors sometimes persisted until you cleared the browser cache.
27+
+
28+
With this update, the console no longer displays invalid scopes caused by missing metrics. Additionally, error handling in the console has been updated to provide more actionable information, eliminating the need for manual cache clears in these scenarios.
29+
+
30+
link:https://issues.redhat.com/browse/NETOBSERV-2477[NETOBSERV-2477]
31+
32+
////
33+
Follow this format:
34+
35+
MetricName and Remap fields are validated::
36+
+
37+
Before this update, users could create a `FlowMetric` custom resource (CR) with an invalid metric name. Although the `FlowMetric` CR was successfully created, the underlying metric would fail silently without providing any error feedback to the user.
38+
+
39+
With this release, the `FlowMetric`, `metricName`, and `remap` fields are now validated before creation, so users are immediately notified if they enter an invalid name.
40+
+
41+
link:https://issues.redhat.com/browse/NETOBSERV-2348[NETOBSERV-2348]
42+
////

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ These release notes track the development of the Network Observability Operator
1313

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

16+
include::modules/network-observability-operator-release-notes-1-11-1-advisory.adoc[leveloffset=+1]
17+
18+
include::modules/network-observability-operator-release-notes-1-11-1-fixed-issues.adoc[leveloffset=+1]
19+
1620
include::modules/network-observability-operator-release-notes-1-11-advisory.adoc[leveloffset=+1]
1721

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

0 commit comments

Comments
 (0)