Bump Open vSwitch to 3.3.x
Change-Id: Ie1bb67f9fd6767f7c02bc8d2a18303c35ce22a7b
diff --git a/images/openvswitch/Dockerfile b/images/openvswitch/Dockerfile
index 3ee23da..d107114 100644
--- a/images/openvswitch/Dockerfile
+++ b/images/openvswitch/Dockerfile
@@ -4,7 +4,7 @@
FROM centos
ADD --chmod=755 https://github.com/krallin/tini/releases/download/v0.19.0/tini /tini
-ARG OVS_SERIES=3.2
+ARG OVS_SERIES=3.3
ARG OVS_VERSION=${OVS_SERIES}.0-80
RUN <<EOF sh -xe
dnf -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs install \
@@ -14,7 +14,8 @@
openvswitch${OVS_SERIES}-${OVS_VERSION}.el9s \
openvswitch${OVS_SERIES}-test-${OVS_VERSION}.el9s \
python3-netifaces \
- tcpdump
+ tcpdump \
+ jq
dnf -y clean all
rm -rf /var/cache/dnf
usermod -u 42424 openvswitch
diff --git a/releasenotes/notes/bump-openvswitch-435cea61eec39371.yaml b/releasenotes/notes/bump-openvswitch-435cea61eec39371.yaml
new file mode 100644
index 0000000..2b1dc99
--- /dev/null
+++ b/releasenotes/notes/bump-openvswitch-435cea61eec39371.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - The Open vSwitch version has been bumped to 3.3.0 in order to resolve packet
+ drops include ``Packet dropped. Max recirculation depth exceeded.`` log messages
+ in the Open vSwitch log.