Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion molecule/cluster-api-upgrade/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
clusterctl_version: 1.6.0
cluster_api_version: 1.6.0
cluster_api_infrastructure_provider: openstack
cluster_api_infrastructure_version: 0.9.0
cluster_api_infrastructure_version: 0.11.2
7 changes: 4 additions & 3 deletions molecule/cluster-api/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ provisioner:
operator:
replicas: 1
controllers:
clusterctl_version: 1.8.4
cluster_api_version: 1.8.4
clusterctl_version: 1.9.6
cluster_api_version: 1.9.6
cluster_api_infrastructure_provider: openstack
cluster_api_infrastructure_version: 0.11.2
cluster_api_infrastructure_version: 0.12.2
cluster_api_openstack_controller_version: 2.0.3
cluster_api_node_selector:
kubernetes.io/os: linux
keepalived_interface: "{{ ansible_facts['default_ipv4'].interface }}"
Expand Down
3 changes: 3 additions & 0 deletions roles/cluster_api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ cluster_api_control_plane_version: "{{ cluster_api_version }}"
# cluster_api_infrastructure_provider:
# cluster_api_infrastructure_version:

cluster_api_openstack_controller_image: quay.io/orc/openstack-resource-controller
cluster_api_openstack_controller_version: 2.0.3

cluster_api_node_selector: {}

# https://cluster-api-openstack.sigs.k8s.io/clusteropenstack/configuration.html#timeout-settings
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# maps release series of major.minor to cluster-api contract version
# the contract version may change between minor or major versions, but *not*
# between patch versions.
#
# update this file only when a new major or minor version is released
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
- major: 1
minor: 9
contract: v1beta1
- major: 1
minor: 8
contract: v1beta1
- major: 1
minor: 7
contract: v1beta1
- major: 1
minor: 6
contract: v1beta1
- major: 1
minor: 5
contract: v1beta1
- major: 1
minor: 4
contract: v1beta1
- major: 1
minor: 3
contract: v1beta1
- major: 1
minor: 2
contract: v1beta1
- major: 1
minor: 1
contract: v1beta1
- major: 1
minor: 0
contract: v1beta1
14,724 changes: 14,724 additions & 0 deletions roles/cluster_api/files/providers/cluster-api/v1.9.6/core-components.yaml

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions roles/cluster_api/files/providers/cluster-api/v1.9.6/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# maps release series of major.minor to cluster-api contract version
# the contract version may change between minor or major versions, but *not*
# between patch versions.
#
# update this file only when a new major or minor version is released
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
- major: 1
minor: 9
contract: v1beta1
- major: 1
minor: 8
contract: v1beta1
- major: 1
minor: 7
contract: v1beta1
- major: 1
minor: 6
contract: v1beta1
- major: 1
minor: 5
contract: v1beta1
- major: 1
minor: 4
contract: v1beta1
- major: 1
minor: 3
contract: v1beta1
- major: 1
minor: 2
contract: v1beta1
- major: 1
minor: 1
contract: v1beta1
- major: 1
minor: 0
contract: v1beta1
Loading
Loading