Skip to content

Commit

Permalink
Merge pull request #3181 from radTuti/auto-build-updates-v1.32.5
Browse files Browse the repository at this point in the history
Automatic version updates for v1.32.5 release
  • Loading branch information
marvin-tigera committed Feb 17, 2024
2 parents a315c95 + 9a252f1 commit 296c8b7
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 33 deletions.
24 changes: 12 additions & 12 deletions config/calico_versions.yml
@@ -1,25 +1,25 @@
# Components defined here are required to be kept in sync with hack/gen-versions/calico.go.tpl
title: v3.27.0
title: v3.27.2
components:
libcalico-go:
version: v3.27.0
version: v3.27.2
typha:
version: v3.27.0
version: v3.27.2
calico/node:
version: v3.27.0
version: v3.27.2
calico/cni:
version: v3.27.0
version: v3.27.2
calico/node-windows:
version: v3.27.0
version: v3.27.2
calico/cni-windows:
version: v3.27.0
version: v3.27.2
calico/kube-controllers:
version: v3.27.0
version: v3.27.2
flexvol:
version: v3.27.0
version: v3.27.2
calico/apiserver:
version: v3.27.0
version: v3.27.2
calico/csi:
version: v3.27.0
version: v3.27.2
csi-node-driver-registrar:
version: v3.27.0
version: v3.27.2
4 changes: 2 additions & 2 deletions config/common_versions.yml
@@ -1,5 +1,5 @@
title: v1.1.17
title: v1.1.18
components:
key-cert-provisioner:
image: tigera/key-cert-provisioner
version: v1.1.17
version: v1.1.18
36 changes: 18 additions & 18 deletions pkg/components/calico.go
Expand Up @@ -20,106 +20,106 @@ package components
import "github.com/tigera/operator/version"

var (
CalicoRelease string = "v3.27.0"
CalicoRelease string = "v3.27.2"

ComponentCalicoCNI = component{
Version: "v3.27.0",
Version: "v3.27.2",
Image: "calico/cni",
Registry: "",
}

ComponentCalicoCNIFIPS = component{
Version: "v3.27.0-fips",
Version: "v3.27.2-fips",
Image: "calico/cni",
Registry: "",
}

ComponentCalicoCNIWindows = component{
Version: "v3.27.0",
Version: "v3.27.2",
Image: "calico/cni-windows",
Registry: "",
}

ComponentCalicoKubeControllers = component{
Version: "v3.27.0",
Version: "v3.27.2",
Image: "calico/kube-controllers",
Registry: "",
}

ComponentCalicoKubeControllersFIPS = component{
Version: "v3.27.0-fips",
Version: "v3.27.2-fips",
Image: "calico/kube-controllers",
Registry: "",
}

ComponentCalicoNode = component{
Version: "v3.27.0",
Version: "v3.27.2",
Image: "calico/node",
Registry: "",
}

ComponentCalicoNodeFIPS = component{
Version: "v3.27.0-fips",
Version: "v3.27.2-fips",
Image: "calico/node",
Registry: "",
}

ComponentCalicoNodeWindows = component{
Version: "v3.27.0",
Version: "v3.27.2",
Image: "calico/node-windows",
Registry: "",
}

ComponentCalicoTypha = component{
Version: "v3.27.0",
Version: "v3.27.2",
Image: "calico/typha",
Registry: "",
}

ComponentCalicoTyphaFIPS = component{
Version: "v3.27.0-fips",
Version: "v3.27.2-fips",
Image: "calico/typha",
Registry: "",
}

ComponentFlexVolume = component{
Version: "v3.27.0",
Version: "v3.27.2",
Image: "calico/pod2daemon-flexvol",
Registry: "",
}

ComponentCalicoAPIServer = component{
Version: "v3.27.0",
Version: "v3.27.2",
Image: "calico/apiserver",
Registry: "",
}

ComponentCalicoAPIServerFIPS = component{
Version: "v3.27.0-fips",
Version: "v3.27.2-fips",
Image: "calico/apiserver",
Registry: "",
}

ComponentCalicoCSI = component{
Version: "v3.27.0",
Version: "v3.27.2",
Image: "calico/csi",
Registry: "",
}

ComponentCalicoCSIFIPS = component{
Version: "v3.27.0-fips",
Version: "v3.27.2-fips",
Image: "calico/csi",
Registry: "",
}

ComponentCalicoCSIRegistrar = component{
Version: "v3.27.0",
Version: "v3.27.2",
Image: "calico/node-driver-registrar",
Registry: "",
}

ComponentCalicoCSIRegistrarFIPS = component{
Version: "v3.27.0-fips",
Version: "v3.27.2-fips",
Image: "calico/node-driver-registrar",
Registry: "",
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/components/common.go
Expand Up @@ -16,7 +16,7 @@ package components

var (
ComponentCSRInitContainer = component{
Version: "v1.1.17",
Version: "v1.1.18",
Image: "tigera/key-cert-provisioner",
Registry: "",
}
Expand Down
Expand Up @@ -118,6 +118,13 @@ spec:
Loose]'
pattern: ^(?i)(Disabled|Strict|Loose)?$
type: string
bpfExcludeCIDRsFromNAT:
description: BPFExcludeCIDRsFromNAT is a list of CIDRs that are to
be excluded from NAT resolution so that host can handle them. A
typical usecase is node local DNS cache.
items:
type: string
type: array
bpfExtToServiceConnmark:
description: 'BPFExtToServiceConnmark in BPF mode, control a 32bit
mark that is set on connections from an external client to a local
Expand Down

0 comments on commit 296c8b7

Please sign in to comment.