Skip to content

Commit

Permalink
Update dependency kubernetes-sigs/cluster-api to v1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: SCS Renovate Bot <renovatebot@scs.community>
  • Loading branch information
renovate[bot] committed Dec 15, 2023
1 parent 4aedfba commit 558c3db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Parameters controlling the Cluster-API management server (capi management server
| `kind_flavor` | | SCS | `SCS-2V-4` | Flavor to be used for the k8s capi mgmt 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.5.3` <!-- renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api --> | Version of the cluster-API incl. `clusterctl` |
| `clusterapi_version` | | SCS | `1.6.0` <!-- renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api --> | Version of the cluster-API incl. `clusterctl` |
| `capi_openstack_version` | | SCS | `0.8.0` <!-- renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api-provider-openstack --> | Version of the cluster-api-provider-openstack (needs to fit the CAPI version) |
| `cilium_binaries` | | SCS | `v0.15.7;v0.12.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. |
Expand Down
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ variable "calico_version" {
variable "clusterapi_version" {
description = "desired version of cluster-api"
type = string
default = "1.5.3" # renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api
default = "1.6.0" # renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api
}

variable "capi_openstack_version" {
Expand Down

0 comments on commit 558c3db

Please sign in to comment.