Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): renovate: dependency projectcalico/calico to v3.29.0 #52

Merged
merged 1 commit into from
Nov 1, 2024
Merged
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 terraform/dev.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading