commit | 374ed5bf2f856a6f06e279ecff292e18df111f10 | [log] [tgz] |
---|---|---|
author | Oleksandr K. <okozachenko@vexxhost.com> | Fri Nov 29 00:40:51 2024 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 29 08:40:51 2024 +0000 |
tree | e93cfd03fba66f2ae77fa6f9ec5d5d54737e1562 | |
parent | 9b46ebcdbcd334c87e5dc7b9b230d03af6806cf1 [diff] [blame] |
[stable/zed] upgrade mcapi, k8s collection and capo version (#2150) (#2175) 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 38496d9..e10bae9 100644 --- a/images/magnum/Dockerfile +++ b/images/magnum/Dockerfile
@@ -21,7 +21,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}