Skip to content

Commit e9982f7

Browse files
committed
Upgrade CAPO version to v0.12.2
In CAPO version v0.11.2 there is a severe bug allowing to accomplish Denial of Service by any tenant. Manual removal of VM by tenant which is managed by CAPO results in a pod crash in a loop. This has been fixed with [1] and is part of the 0.12.2 release.
1 parent 1a6cf41 commit e9982f7

File tree

4 files changed

+11630
-2
lines changed

4 files changed

+11630
-2
lines changed

molecule/cluster-api-upgrade/prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
clusterctl_version: 1.6.0
2525
cluster_api_version: 1.6.0
2626
cluster_api_infrastructure_provider: openstack
27-
cluster_api_infrastructure_version: 0.9.0
27+
cluster_api_infrastructure_version: 0.11.2

molecule/cluster-api/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ provisioner:
3232
clusterctl_version: 1.8.4
3333
cluster_api_version: 1.8.4
3434
cluster_api_infrastructure_provider: openstack
35-
cluster_api_infrastructure_version: 0.11.2
35+
cluster_api_infrastructure_version: 0.12.2
3636
cluster_api_node_selector:
3737
kubernetes.io/os: linux
3838
keepalived_interface: "{{ ansible_facts['default_ipv4'].interface }}"

0 commit comments

Comments
 (0)