Skip to content

Commit 635b6b1

Browse files
committed
OSDOCS-15827 [NETOBSERV] Refactor release notes 1.6.0
1 parent 2671a23 commit 635b6b1

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Module included in the following assemblies:
2+
// * network_observability/release_notes_archive/network-observability-operator-release-notes-archive.adoc
3+
4+
:_mod-docs-content-type: REFERENCE
5+
[id="network-observability-operator-release-notes-1-6-0-fixed-issues_{context}"]
6+
= Network Observability Operator 1.6.0 fixed issues
7+
8+
[role="_abstract"]
9+
You can review the following fixed issues for the Network Observability Operator 1.6.0.
10+
11+
* Previously, a dead link to the OpenShift containter platform documentation was displayed in the Operator Lifecycle Manager (OLM) form for the `FlowMetrics` API creation. Now the link has been updated to point to a valid page. (link:https://issues.redhat.com/browse/NETOBSERV-1607[*NETOBSERV-1607*])
12+
* Previously, the Network Observability Operator description in the Operator Hub displayed a broken link to the documentation. With this fix, this link is restored. (link:https://issues.redhat.com/browse/NETOBSERV-1544[*NETOBSERV-1544*])
13+
* Previously, if Loki was disabled and the Loki `Mode` was set to `LokiStack`, or if Loki manual TLS configuration was configured, the Network Observability Operator still tried to read the Loki CA certificates. With this fix, when Loki is disabled, the Loki certificates are not read, even if there are settings in the Loki configuration. (link:https://issues.redhat.com/browse/NETOBSERV-1647[*NETOBSERV-1647*])
14+
* Previously, the `oc` `must-gather` plugin for the Network Observability Operator was only working on the `amd64` architecture and failing on all others because the plugin was using `amd64` for the `oc` binary. Now, the Network Observability Operator `oc` `must-gather` plugin collects logs on any architecture platform.
15+
* Previously, when filtering on IP addresses using `not equal to`, the Network Observability Operator would return a request error.
16+
Now, the IP filtering works in both `equal` and `not equal to` cases for IP addresses and ranges. (link:https://issues.redhat.com/browse/NETOBSERV-1630[*NETOBSERV-1630*])
17+
* Previously, when a user was not an admin, the error messages were not consistent with the selected tab of the *Network Traffic* view in the web console. Now, the `user not admin` error displays on any tab with improved display.(link:https://issues.redhat.com/browse/NETOBSERV-1621[*NETOBSERV-1621*])
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Module included in the following assemblies:
2+
// * network_observability/release_notes_archive/network-observability-operator-release-notes-archive.adoc
3+
4+
:_mod-docs-content-type: REFERENCE
5+
[id="network-observability-operator-release-notes-1-6-0-known-issues_{context}"]
6+
= Network Observability Operator 1.6.0 known issues
7+
8+
[role="_abstract"]
9+
You can review the following known issues for the Network Observability Operator 1.6.0.
10+
11+
* When the eBPF agent `PacketDrop` feature is enabled, and sampling is configured to a value greater than `1`, reported dropped bytes and dropped packets ignore the sampling configuration. While this is done on purpose to not miss any drops, a side effect is that the reported proportion of drops compared to non-drops becomes biased. For example, at a very high sampling rate, such as `1:1000`, it is likely that almost all the traffic appears to be dropped when observed from the console plugin. (link:https://issues.redhat.com/browse/NETOBSERV-1676[*NETOBSERV-1676*])
12+
* In the *Manage panels* pop-up window in the *Overview* tab, filtering on *total*, *bar*, *donut*, or *line* does not show any result. (link:https://issues.redhat.com/browse/NETOBSERV-1540[*NETOBSERV-1540*])
13+
* The SR-IOV secondary interface is not detected if the interface was created first and then the eBPF agent was deployed. It is only detected if the agent was deployed first and then the SR-IOV interface is created. (link:https://issues.redhat.com/browse/NETOBSERV-1697[*NETOBSERV-1697*])
14+
* When Loki is disabled, the *Topology* view in the OpenShift web console always shows the *Cluster* and *Zone* aggregation options in the slider beside the network topology diagram, even when the related features are not enabled. There is no specific workaround, besides ignoring these slider options. (link:https://issues.redhat.com/browse/NETOBSERV-1705[*NETOBSERV-1705*])
15+
* When Loki is disabled, and the OpenShift web console first loads, it might display an error: `Request failed with status code 400 Loki is disabled`. As a workaround, you can continue switching content on the *Network Traffic* page, such as clicking between the *Topology* and the *Overview* tabs. The error should disappear. (link:https://issues.redhat.com/browse/NETOBSERV-1706[*NETOBSERV-1706*])

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ include::modules/network-observability-operator-release-notes-1-9-2-bug-fixes.ad
2727
//netobserv 1.7.0
2828
//netobserv 1.6.2
2929
//netobserv 1.6.1
30+
<<<<<<< HEAD
3031
//netobserv 1.6.0
3132

3233
include::modules/network-observability-operator-release-notes-1-5-0.adoc[leveloffset=+1]
@@ -36,6 +37,15 @@ include::modules/network-observability-operator-release-notes-1-5-0-new-features
3637
include::modules/network-observability-operator-release-notes-1-5-0-fixed-issues.adoc[leveloffset=+1]
3738

3839
include::modules/network-observability-operator-release-notes-1-5-0-known-issues.adoc[leveloffset=+1]
40+
=======
41+
42+
43+
include::modules/network-observability-operator-release-notes-1-6-0-fixed-issues.adoc[leveloffset=+1]
44+
45+
include::modules/network-observability-operator-release-notes-1-6-0-known-issues.adoc[leveloffset=+1]
46+
47+
//netobserv 1.5.0
48+
>>>>>>> 9ad2bd70f0 (OSDOCS-15827 [NETOBSERV] Refactor release notes 1.6.0)
3949

4050
include::modules/network-observability-operator-release-notes-1-4-2.adoc[leveloffset=+1]
4151

0 commit comments

Comments
 (0)