Skip to content

Commit

Permalink
Update Calico from v3.21.2 to v3.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Mar 11, 2022
1 parent f797f97 commit 2c6264b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Notable changes between versions.
## Latest

* Update Cilium from v1.11.1 to [v1.11.2](https://github.com/cilium/cilium/releases/tag/v1.11.2)
* Update Calico from v3.21.2 to [v3.22.1](https://github.com/projectcalico/calico/releases/tag/v3.22.1)
* Should fix [calico#5011](https://github.com/projectcalico/calico/issues/5011)

## v1.23.4

Expand Down
2 changes: 1 addition & 1 deletion aws/fedora-coreos/kubernetes/bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=db159bbd99d956f73b5801ef2aaf118df35c0fc1"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=fa4745d15592bd2af650b4a83d10fff89199d78f"

cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]
Expand Down
2 changes: 1 addition & 1 deletion aws/flatcar-linux/kubernetes/bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=db159bbd99d956f73b5801ef2aaf118df35c0fc1"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=fa4745d15592bd2af650b4a83d10fff89199d78f"

cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]
Expand Down
2 changes: 1 addition & 1 deletion azure/fedora-coreos/kubernetes/bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=db159bbd99d956f73b5801ef2aaf118df35c0fc1"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=fa4745d15592bd2af650b4a83d10fff89199d78f"

cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]
Expand Down
2 changes: 1 addition & 1 deletion azure/flatcar-linux/kubernetes/bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=db159bbd99d956f73b5801ef2aaf118df35c0fc1"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=fa4745d15592bd2af650b4a83d10fff89199d78f"

cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]
Expand Down
2 changes: 1 addition & 1 deletion bare-metal/fedora-coreos/kubernetes/bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=db159bbd99d956f73b5801ef2aaf118df35c0fc1"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=fa4745d15592bd2af650b4a83d10fff89199d78f"

cluster_name = var.cluster_name
api_servers = [var.k8s_domain_name]
Expand Down
2 changes: 1 addition & 1 deletion bare-metal/flatcar-linux/kubernetes/bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=db159bbd99d956f73b5801ef2aaf118df35c0fc1"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=fa4745d15592bd2af650b4a83d10fff89199d78f"

cluster_name = var.cluster_name
api_servers = [var.k8s_domain_name]
Expand Down
2 changes: 1 addition & 1 deletion digital-ocean/fedora-coreos/kubernetes/bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=db159bbd99d956f73b5801ef2aaf118df35c0fc1"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=fa4745d15592bd2af650b4a83d10fff89199d78f"

cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]
Expand Down
2 changes: 1 addition & 1 deletion digital-ocean/flatcar-linux/kubernetes/bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=db159bbd99d956f73b5801ef2aaf118df35c0fc1"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=fa4745d15592bd2af650b4a83d10fff89199d78f"

cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]
Expand Down
2 changes: 1 addition & 1 deletion google-cloud/fedora-coreos/kubernetes/bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=db159bbd99d956f73b5801ef2aaf118df35c0fc1"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=fa4745d15592bd2af650b4a83d10fff89199d78f"

cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]
Expand Down
2 changes: 1 addition & 1 deletion google-cloud/flatcar-linux/kubernetes/bootstrap.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=db159bbd99d956f73b5801ef2aaf118df35c0fc1"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=fa4745d15592bd2af650b4a83d10fff89199d78f"

cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]
Expand Down

0 comments on commit 2c6264b

Please sign in to comment.