commit | 200f09e9f300fd4b959636ca11df35f84b41a304 | [log] [tgz] |
---|---|---|
author | Oleksandr K. <okozachenko@vexxhost.com> | Tue Sep 24 04:38:02 2024 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 24 02:38:02 2024 +0000 |
tree | 07c80c3103b205417c2a9cbef8d16bc7d0e7cf24 | |
parent | bf19eed56ccb59fc88b566c9d66f7f65c6b90e08 [diff] |
feat: upgrade mcapi version to 0.22.1 (#1875)
diff --git a/images/magnum/Dockerfile b/images/magnum/Dockerfile index cc3b543..cdb28bf 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.0 + magnum-cluster-api==0.22.1 EOF FROM registry.atmosphere.dev/library/openstack-python-runtime:${RELEASE}