Skip to content

Commit

Permalink
feat: upgrade capi & capo version
Browse files Browse the repository at this point in the history
capi 1.6 -> 1.8.1
capo 0.9 -> v0.10.4

To support workload cluster 1.31, need to upgrade capi to 1.8.x
To support workload cluster 1.30, need to upgrade capi to 1.7.x
  • Loading branch information
okozachenko1203 committed Aug 22, 2024
1 parent d32869b commit 2323d96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hack/setup-capo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
export GOPROXY=off

# Versions to test
CAPI_VERSION=${CAPI_VERSION:-v1.6.0}
CAPO_VERSION=${CAPO_VERSION:-v0.9.0}
CAPI_VERSION=${CAPI_VERSION:-vv1.8.1}
CAPO_VERSION=${CAPO_VERSION:-v0.10.4}

# Install the `clusterctl` CLI
sudo curl -Lo /usr/local/bin/clusterctl https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/clusterctl-linux-amd64
Expand Down
5 changes: 3 additions & 2 deletions magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,9 @@ def get_object(self) -> objects.OpenStackClusterTemplate:
"template": {
"spec": {
"cloudName": "default",
"managedSecurityGroups": True,
"allowAllInClusterTraffic": True,
"managedSecurityGroups": {
"allowAllInClusterTraffic": True,
},
},
},
},
Expand Down

0 comments on commit 2323d96

Please sign in to comment.