From 6d265dce2aff00c8c2e32204a21b00c586c8921b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 12:15:46 +0000 Subject: [PATCH] Update dependency kubernetes-sigs/cluster-api-provider-openstack to v0.10.3 Signed-off-by: SCS Renovate Bot --- doc/configuration.md | 2 +- terraform/environments/environment-default.tfvars | 2 +- terraform/variables.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/configuration.md b/doc/configuration.md index 47ccc0b8..81a14218 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -22,7 +22,7 @@ Parameters controlling the Cluster-API management server (capi management server | `image` | | SCS | `Ubuntu 22.04` | Image for the capi mgmt server. Use `Ubuntu 22.04` or `Debian 12`. Check also the `ssh_username` parameter | | `ssh_username` | | SCS | `ubuntu` | Name of the default user for the `image` | | `clusterapi_version` | | SCS | `1.6.3` | Version of the cluster-API incl. `clusterctl` | -| `capi_openstack_version` | | SCS | `0.9.0` | Version of the cluster-api-provider-openstack (needs to fit the CAPI version) | +| `capi_openstack_version` | | SCS | `0.10.3` | Version of the cluster-api-provider-openstack (needs to fit the CAPI version) | | `cilium_binaries` | | SCS | `v0.15.23;v0.13.0` | Versions of the cilium and hubble CLI in the vA.B.C;vX.Y.Z format | | `restrict_mgmt_server` | | SCS | `["0.0.0.0/0"]` | Allows restricting access to the management server by the given list of CIDRs. Empty value (default) means public. | | `mgmt_cidr` | | SCS | `10.0.0.0/24` | IPv4 address range (CIDR notation) for management cluster | diff --git a/terraform/environments/environment-default.tfvars b/terraform/environments/environment-default.tfvars index f538ae3e..9b0fe8ed 100644 --- a/terraform/environments/environment-default.tfvars +++ b/terraform/environments/environment-default.tfvars @@ -9,7 +9,7 @@ dns_nameservers = [ "DNS_IP1", "DNS_IP2" ] # defaults to [ "5.1.66.255", kind_flavor = "" # defaults to SCS-2V-4 (larger does not hurt) ssh_username = "" # defaults to "ubuntu" clusterapi_version = "<1.x.y>" # defaults to `1.6.3` -capi_openstack_version = "<0.x.y>" # defaults to `0.9.0` +capi_openstack_version = "<0.x.y>" # defaults to `0.10.3` image = "" # defaults to "Ubuntu 22.04" cilium_binaries = "" # defaults to "v0.15.23;v0.13.0" mgmt_cidr = "" # defaults to "10.0.0.0/24" diff --git a/terraform/variables.tf b/terraform/variables.tf index c250d61a..376faf13 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -73,7 +73,7 @@ variable "clusterapi_version" { variable "capi_openstack_version" { description = "desired version of the OpenStack cluster-api provider" type = string - default = "0.9.0" # renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api-provider-openstack + default = "0.10.3" # renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api-provider-openstack } variable "kubernetes_version" {