Skip to content

Commit a0bc2fc

Browse files
Update dependency projectcalico/calico to v3.28.0
Signed-off-by: SCS Renovate Bot <[email protected]>
1 parent 930b47d commit a0bc2fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Parameters controlling the cluster creation:
5252
| `pod_cidr` | `POD_CIDR` | SCS | `192.168.0.0/16` | IPv4 address range (CIDR notation) for pods |
5353
| `service_cidr` | `SERVICE_CIDR` | SCS | `10.96.0.0/12` | IPv4 address range (CIDR notation) for services |
5454
| `use_cilium` | `USE_CILIUM` | SCS | `true` | Use cilium as CNI instead of calico, it can be set to vX.Y.Z and `true` results in `v1.15.1`, also see `cilium_binaries` |
55-
| `calico_version` | `CALICO_VERSION` | SCS | `v3.27.3` <!-- renovate: datasource=github-releases depName=projectcalico/calico --> | Version of the Calico CNI provider (ignored if `use_cilium` is set) |
55+
| `calico_version` | `CALICO_VERSION` | SCS | `v3.28.0` <!-- renovate: datasource=github-releases depName=projectcalico/calico --> | Version of the Calico CNI provider (ignored if `use_cilium` is set) |
5656
| `kubernetes_version` | `KUBERNETES_VERSION` | capo | `v1.28.x` | Kubernetes version deployed into workload cluster (`.x` means latest patch release) |
5757
| `` | `OPENSTACK_IMAGE_NAME` | capo | `ubuntu-capi-image-${KUBERNETES_VERION}` | Image name for k8s controller and worker nodes. Ubuntu 22.04 image is used for k8s versions >= 1.27.3, 1.26.6, 1.25.11, Ubuntu 20.04 otherwise. |
5858
| `kube_image_raw` | `OPENSTACK_IMAGE_RAW` | SCS | `true` | Register images in raw format (instead of qcow2), good for ceph COW |

terraform/environments/environment-default.tfvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mgmt_ip_range = {"start": "<start of the IP range>", "end": "<end of the
1717
# Settings for testcluster
1818
kubernetes_version = "<v1.XX.XX>" # defaults to "v1.28.x"
1919
kube_image_raw = "<boolean>" # defaults to "true"
20-
calico_version = "<v3.xx.y>" # defaults to `v3.27.3` <!-- renovate: datasource=github-releases depName=projectcalico/calico -->
20+
calico_version = "<v3.xx.y>" # defaults to `v3.28.0` <!-- renovate: datasource=github-releases depName=projectcalico/calico -->
2121
controller_flavor = "<flavor>" # defaults to SCS-2V-4-20s (use etcd tweaks if you only have SCS-2V-4-20 in multi-controller setups)
2222
worker_flavor = "<flavor>" # defaults to SCS-2V-4-20s (larger helps)
2323
controller_count = <number> # defaults to 1 (0 skips testcluster creation)

terraform/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ variable "ssh_username" {
6161
variable "calico_version" {
6262
description = "desired version of calico"
6363
type = string
64-
default = "v3.27.3" # renovate: datasource=github-releases depName=projectcalico/calico
64+
default = "v3.28.0" # renovate: datasource=github-releases depName=projectcalico/calico
6565
}
6666

6767
variable "clusterapi_version" {

0 commit comments

Comments
 (0)