commit | 4df54795492fd04fa3eb74341d03d71b6bd02f70 | [log] [tgz] |
---|---|---|
author | Oleksandr K. <okozachenko@vexxhost.com> | Thu Nov 28 21:53:04 2024 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 29 05:53:04 2024 +0000 |
tree | ab731b667cf579038a453d1b31a1336f0c79bde3 | |
parent | 4c5b71dc04699f832a2b2d168676a63e957cb015 [diff] [blame] |
[stable/2023.2] upgrade mcapi, k8s collection and capo version (#2150) (#2174) 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 Reviewed-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/images/magnum/Dockerfile b/images/magnum/Dockerfile index c5284c2..18776b1 100644 --- a/images/magnum/Dockerfile +++ b/images/magnum/Dockerfile
@@ -19,7 +19,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}