From f821578e62085876e4e6e7c894db4ec575040130 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:16:43 +0000 Subject: [PATCH] chore(deps): renovate: dependency projectcalico/calico to v3.29.0 --- terraform/dev.tf | 2 +- terraform/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/dev.tf b/terraform/dev.tf index 4f3b1c7..cbce490 100644 --- a/terraform/dev.tf +++ b/terraform/dev.tf @@ -19,7 +19,7 @@ module "jupyter-dev" { # renovate: datasource=github-releases depName=k3s-io/k3s versioning=loose k3s_version = "v1.31.1+k3s1" # https://github.com/k3s-io/k3s/releases/ # renovate: datasource=github-releases depName=projectcalico/calico versioning=loose - calico_version = "v3.28.2" # https://github.com/projectcalico/calico/releases + calico_version = "v3.29.0" # https://github.com/projectcalico/calico/releases aad_client_id = var.aad_client_id aad_client_secret = var.aad_client_secret diff --git a/terraform/main.tf b/terraform/main.tf index fc381f7..f01b9ad 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -19,7 +19,7 @@ module "ssrc-jupyter-pilot" { # renovate: datasource=github-releases depName=k3s-io/k3s versioning=loose k3s_version = "v1.31.1+k3s1" # https://github.com/k3s-io/k3s/releases/ # renovate: datasource=github-releases depName=projectcalico/calico versioning=loose - calico_version = "v3.28.2" # https://github.com/projectcalico/calico/releases + calico_version = "v3.29.0" # https://github.com/projectcalico/calico/releases aad_client_id = var.aad_client_id aad_client_secret = var.aad_client_secret