commit | 456e3d8b679ab81375b970ae4e2fbfb2cd526804 | [log] [tgz] |
---|---|---|
author | Oleksandr K. <okozachenko@vexxhost.com> | Thu Nov 28 15:32:35 2024 -0800 |
committer | GitHub <noreply@github.com> | Thu Nov 28 23:32:35 2024 +0000 |
tree | ae78327c721c2fc64a6e6645160f5823618f3937 | |
parent | 817fc06ea8b78326e21fe4f66c26ad9e2f61ae9c [diff] [blame] |
upgrade mcapi, k8s collection and capo version (#2150) mcapi 0.22.1 -> 0.24.0 https://github.com/vexxhost/magnum-cluster-api/releases/tag/v0.24.0 k8s collection 0.14.3 -> 0.15.0 https://github.com/vexxhost/ansible-collection-kubernetes/releases/tag/v1.15.0
diff --git a/images/magnum/Dockerfile b/images/magnum/Dockerfile index a930684..877f9ec 100644 --- a/images/magnum/Dockerfile +++ b/images/magnum/Dockerfile
@@ -22,7 +22,7 @@ pip3 install \ --constraint /upper-constraints.txt \ /src/magnum \ - magnum-cluster-api==0.22.1 + magnum-cluster-api==0.24.0 EOF FROM registry.atmosphere.dev/library/openstack-python-runtime:${RELEASE}