[stable/zed] Bump Cluster API driver to 0.20.0 (#1477)
This is an automated cherry-pick of #1473
/assign mnaser
diff --git a/images/magnum/Dockerfile b/images/magnum/Dockerfile
index 0e0e03c..621ad9a 100644
--- a/images/magnum/Dockerfile
+++ b/images/magnum/Dockerfile
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
-# Atmosphere-Rebuild-Time: 2024-05-30T20:29:01Z
+# Atmosphere-Rebuild-Time: 2024-06-28T12:14:26Z
ARG RELEASE
@@ -21,7 +21,7 @@
pip3 install \
--constraint /upper-constraints.txt \
/src/magnum \
- magnum-cluster-api==0.19.2
+ magnum-cluster-api==0.20.0
EOF
FROM registry.atmosphere.dev/library/openstack-python-runtime:${RELEASE}