Skip to content

Commit

Permalink
Merge pull request #2228 from caseydavenport/casey-update-v3.23.4
Browse files Browse the repository at this point in the history
Update to Calico v3.23.4
  • Loading branch information
caseydavenport authored Oct 20, 2022
2 parents e2e1a40 + 58445e2 commit 1d72d3e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
18 changes: 9 additions & 9 deletions config/calico_versions.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Components defined here are required to be kept in sync with hack/gen-versions/calico.go.tpl
title: v3.23.3
title: v3.23.4
components:
libcalico-go:
version: v3.23.3
version: v3.23.4
typha:
version: v3.23.3
version: v3.23.4
calico/node:
version: v3.23.3
version: v3.23.4
calico/cni:
version: v3.23.3
version: v3.23.4
calico/kube-controllers:
version: v3.23.3
version: v3.23.4
flexvol:
version: v3.23.3
version: v3.23.4
calico/apiserver:
version: v3.23.3
version: v3.23.4
calico/windows-upgrade:
version: v3.23.3
version: v3.23.4
16 changes: 8 additions & 8 deletions pkg/components/calico.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,40 +20,40 @@ package components
import "github.com/tigera/operator/version"

var (
CalicoRelease string = "v3.23.3"
CalicoRelease string = "v3.23.4"

ComponentCalicoCNI = component{
Version: "v3.23.3",
Version: "v3.23.4",
Image: "calico/cni",
}

ComponentCalicoKubeControllers = component{
Version: "v3.23.3",
Version: "v3.23.4",
Image: "calico/kube-controllers",
}

ComponentCalicoNode = component{
Version: "v3.23.3",
Version: "v3.23.4",
Image: "calico/node",
}

ComponentCalicoTypha = component{
Version: "v3.23.3",
Version: "v3.23.4",
Image: "calico/typha",
}

ComponentFlexVolume = component{
Version: "v3.23.3",
Version: "v3.23.4",
Image: "calico/pod2daemon-flexvol",
}

ComponentCalicoAPIServer = component{
Version: "v3.23.3",
Version: "v3.23.4",
Image: "calico/apiserver",
}

ComponentWindowsUpgrade = component{
Version: "v3.23.3",
Version: "v3.23.4",
Image: "calico/windows-upgrade",
}
ComponentOperatorInit = component{
Expand Down
10 changes: 7 additions & 3 deletions pkg/crds/calico/crd.projectcalico.org_felixconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ spec:
node appears to use the IP of the ingress node; this requires a
permissive L2 network. [Default: Tunnel]'
type: string
bpfHostConntrackBypass:
description: 'BPFHostConntrackBypass Controls whether to bypass Linux
conntrack in BPF mode for workloads and services. [Default: true
- bypass Linux conntrack]'
type: boolean
bpfKubeProxyEndpointSlicesEnabled:
description: BPFKubeProxyEndpointSlicesEnabled in BPF mode, controls
whether Felix's embedded kube-proxy accepts EndpointSlices or not.
Expand Down Expand Up @@ -295,7 +300,6 @@ spec:
are auto-detected.
type: string
floatingIPs:
default: Disabled
description: FloatingIPs configures whether or not Felix will program
floating IP addresses.
enum:
Expand Down Expand Up @@ -618,8 +622,8 @@ spec:
type: boolean
vxlanEnabled:
description: 'VXLANEnabled overrides whether Felix should create the
VXLAN tunnel device for VXLAN networking. Optional as Felix determines
this based on the existing IP pools. [Default: nil (unset)]'
VXLAN tunnel device for IPv4 VXLAN networking. Optional as Felix
determines this based on the existing IP pools. [Default: nil (unset)]'
type: boolean
vxlanMTU:
description: 'VXLANMTU is the MTU to set on the IPv4 VXLAN tunnel
Expand Down

0 comments on commit 1d72d3e

Please sign in to comment.