Skip to content

Commit ac1839d

Browse files
committed
update roq version
fix image path with period fix image path
1 parent 00bd7c9 commit ac1839d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

content/posts/2024-10-18-network_events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Check out the revised version of this post on the Red Hat developers blog: <a hr
1111
</div>
1212

1313
<p align="center">
14-
<img src="{page.image('network-events/network-events-logo.drawio.png')}" alt="logo" width="25%"/>
14+
<img src="{page.image('network-events/network-events-logo-drawio.png')}" alt="logo" width="25%"/>
1515
</p>
1616

1717
Network security and performance maintenance crucially depend on monitoring network events triggered
@@ -228,7 +228,7 @@ consumption by the NetObserv console plugin. The new events are displayed in the
228228

229229
A filter is introduced to filter flows based on network event enrichment.
230230

231-
![network events building blocks]({page.image('network-events/network-events-design.drawio.png')})
231+
![network events building blocks]({page.image('network-events/network-events-design-drawio.png')})
232232

233233
## Configuration
234234

content/posts/2024-11-07-whats_new_1_7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Listing 2 shows an example where the eBPF Agent collects only TCP flows that hav
101101

102102
In the **Traffic flows** table, you can add the **TCP flags** column. You can also filter on this column (Figure 5).
103103

104-
![Traffic flows - TCP flags]({page.image('whats-new-1-7/traffic_flows-tcp-flags.png')})
104+
![Traffic flows - TCP flags]({page.image('whats-new-1-7/traffic-flows-tcp-flags.png')})
105105
<p style="text-align: center">Figure 5: Traffic flows - TCP flags</p>
106106

107107

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
1515
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
1616
<quarkus.platform.version>3.16.1</quarkus.platform.version>
17-
<quarkus-roq.version>1.0.4</quarkus-roq.version>
17+
<quarkus-roq.version>1.2.0</quarkus-roq.version>
1818
<skipITs>true</skipITs>
1919
<surefire-plugin.version>3.5.2</surefire-plugin.version>
2020
</properties>

0 commit comments

Comments
 (0)